Miragex01 0 Posted April 4, 2020 Share Posted April 4, 2020 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. Link to comment https://wrobot.eu/forums/topic/12008-setting-wrobot-runecode/ Share on other sites More sharing options...
TheSmokie 242 Posted April 4, 2020 Share Posted April 4, 2020 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 Link to comment https://wrobot.eu/forums/topic/12008-setting-wrobot-runecode/#findComment-57453 Share on other sites More sharing options...
Pudge 24 Posted April 4, 2020 Share Posted April 4, 2020 https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.wManagerSetting.html TheSmokie 1 Link to comment https://wrobot.eu/forums/topic/12008-setting-wrobot-runecode/#findComment-57455 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now