April 4, 20206 yr hi all, please help me, how install setting use fly mount ? and name fly mount? with "RuneCode" ? Where can I see the list of settings for "RuneCode"? P.S: Sorry for my eng skill.
April 4, 20206 yr Hello, Here you go! wManager.wManagerSetting.CurrentSetting.GroundMountName = "name"; // ground mount, change name to whatever mount you wish to use. wManager.wManagerSetting.CurrentSetting.FlyingMountName = "name"; // Flying mount, change name to whatever mount you wish to use. wManager.wManagerSetting.CurrentSetting.UseGroundMount = true; // true or false for useage wManager.wManagerSetting.CurrentSetting.UseFlyingMount = true; // true or false for useage wManager.wManagerSetting.CurrentSetting.Save(); // this is to save the settings
April 4, 20206 yr https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.wManagerSetting.html
Create an account or sign in to comment