Lobbert
-
Posts
42 -
Joined
-
Last visited
Reputation Activity
-
Lobbert reacted to micam in Wait actively or stop moving
you can put the bot in pause and loop until vanish and preparation will be up, then unpause the bot
robotManager.Products.Products.InPause = true; -
Lobbert reacted to Marsbar in How to open Junkboxes?
SpellManager.CastSpellByNameLUA("Pick Lock"); var junkBoxLocation = Bag.GetItemContainerBagIdAndSlot(16883); Lua.LuaDoString("PickupContainerItem("+junkBoxLocation[0]+","+junkBoxLocation[1]+")"); Tested this time, should work.