Jump to content

Setting wrobot runecode


Miragex01

Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...