
doguil
-
Posts
0 -
Joined
-
Last visited
Reputation Activity
-
doguil reacted to Droidz in Stop buying low lvl food and drinks
Hello, in "script can condition" put code like :
return wManager.Wow.ObjectManager.ObjectManager.Me.Level >= 5 && wManager.Wow.ObjectManager.ObjectManager.Me.Level <= 15; Replace 5 by the minimum level, 15 by the maximum level (in the current code, the bot will buy your item if the level is equal to or bigger than 5 and equal to or lower than 15).