May 29, 20169 yr Hello, is there a way to check in "is complete" if anything to gather is in range. i want do create a gather quest and if the gatherer nothing finds in range he shold go to the next quest step. thx for help
May 29, 20169 yr I looked into the "API" of WRobot and there is no "easy" way, like return object(ID) == 0 You have to connect 3 or more codes (I stopped counting, because I am tired ) Maybe @Droidz or @BetterSister know a good way to do this.
June 5, 20169 yr Hello, use this code: return wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(1234).Count <= 0; (replace 1234 by object entry id)
Create an account or sign in to comment