August 29, 20169 yr 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 ?
August 29, 20169 yr 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" />
August 29, 20169 yr Author 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 !
Create an account or sign in to comment