sebaloko
05-20-2016, 08:48 PM
i dont know why my bot dont buy the pots :/ any help will be great :D
if (labelName == "POTSSI") then
Walker.Stop()
wait(200,800)
Self.SayToNpc({"hi", "Vial", "yes"},80)
wait(800,1800)
Self.SayToNpc("trade", 70)
Self.ShopBuyItemsUpTo(266, 5)
wait(1740)
Walker.Start()
end
if (labelName == "POTSSI") then
Walker.Stop()
wait(200,800)
Self.SayToNpc({"hi", "Vial", "yes"},80)
wait(800,1800)
Self.SayToNpc("trade", 70)
Self.ShopBuyItemsUpTo(266, 5)
wait(1740)
Walker.Start()
end