October 7, 20178 yr So when i quest with Wrobot I tend to disable harvesting minerals/herbs for faster questing but then when I run my Garrison Collection profilem I want it to Harvest. Is there a profile level setting that will override what the last use of Wrobot had, forcing those new settings regardless of whats seleced on the general Setting screen? Or forcing Wrobot to change them I guess...
October 7, 20178 yr Take a look here: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/#comment-12212
October 9, 20178 yr Author Ill give this plugin a try first, I am still too new at this to understand the programming side. :)
October 13, 20178 yr Author I see the CloseWhenTelported one is very useful... Is there one to force using a particular ground mount and disable flying for that profile?
October 13, 20178 yr 3 minutes ago, Kalos72 said: I see the CloseWhenTelported one is very useful... Is there one to force using a particular ground mount and disable flying for that profile? wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false;
October 13, 20178 yr Author So is that a: <QuestsSorted Action="RunCode" NameClass=" wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false; />
October 13, 20178 yr 1 minute ago, Kalos72 said: So is that a: <QuestsSorted Action="RunCode" NameClass=" wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false; /> <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false;" /> Should work like this, yep.
Create an account or sign in to comment