craine 0 Posted August 29, 2016 Share Posted August 29, 2016 Hello, Since i start to make some quest profiles i wonder if it's possible to change settings while the bot is actualy doing a quest profile. example: i have a quest that need the bot to go far from the npc, use an item on a point, kill a mob, back to the npc. I would like to tell the bot to only use ground mount while using the item. Is there a way to change the mounts options in a middle of this profile (a plugin maybe)? And if yes, how can i do it ? Link to comment https://wrobot.eu/forums/topic/3720-change-settingsadvanced-settings-while-the-bot-make-quest/ Share on other sites More sharing options...
Runaro 160 Posted August 29, 2016 Share Posted August 29, 2016 11 minutes ago, craine said: Hello, Since i start to make some quest profiles i wonder if it's possible to change settings while the bot is actualy doing a quest profile. example: i have a quest that need the bot to go far from the npc, use an item on a point, kill a mob, back to the npc. I would like to tell the bot to only use ground mount while using the item. Is there a way to change the mounts options in a middle of this profile (a plugin maybe)? And if yes, how can i do it ? Disable Flying Mount <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false" /> Disable Ground Mount <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseMount = false" /> Link to comment https://wrobot.eu/forums/topic/3720-change-settingsadvanced-settings-while-the-bot-make-quest/#findComment-17358 Share on other sites More sharing options...
craine 0 Posted August 29, 2016 Author Share Posted August 29, 2016 16 minutes ago, Runaro said: Disable Flying Mount <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false" /> Disable Ground Mount <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseMount = false" /> Woaw ! Thanks ! You are everywhere ! Link to comment https://wrobot.eu/forums/topic/3720-change-settingsadvanced-settings-while-the-bot-make-quest/#findComment-17359 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