Hillery 0 Posted May 29, 2016 Share Posted May 29, 2016 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 Link to comment https://wrobot.eu/forums/topic/3104-gather-until-nothing-to-gather-in-range/ Share on other sites More sharing options...
dida1990 51 Posted May 29, 2016 Share Posted May 29, 2016 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. Link to comment https://wrobot.eu/forums/topic/3104-gather-until-nothing-to-gather-in-range/#findComment-14336 Share on other sites More sharing options...
Droidz 2738 Posted June 5, 2016 Share Posted June 5, 2016 Hello, use this code: return wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(1234).Count <= 0; (replace 1234 by object entry id) dida1990 1 Link to comment https://wrobot.eu/forums/topic/3104-gather-until-nothing-to-gather-in-range/#findComment-14485 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