July 27, 20169 yr If it possible to pulse a wrobot logical quest (one thats not in the WoW quest log) and have wrobot complete a logical quest objective when its within x yds of a specific loccation? what would be the <<iscomplete>> value for a 'quest' like this? example is : http://www.wowhead.com/quest=62/the-fargodeep-mine - for whatever reason the quest bot wont pick up completion of this quest. if i could make it a logical quest wrobot might see the completion. thanks Eeny
July 27, 20169 yr Hello, yes with "IsCompleteCondition" like: return ObjectManager.Me.Position.DistanceTo(new Vector3(1, 2, 3)) < 10;
July 27, 20169 yr Author Just now, Droidz said: Hello, yes with "IsCompleteCondition" like: return ObjectManager.Me.Position.DistanceTo(new Vector3(1, 2, 3)) < 10; <3
Create an account or sign in to comment