dekros
04-19-2016, 08:17 PM
Hello i made auto seller to blue djins
and when i try to sell my boh i lost this and npc say "You don't have this item...."
local boh = Item.GetID("boots of haste")
Walker.Stop()
Self.SayToNpc("hi")
sleep(math.random(800, 1700))
Self.SayToNpc("trade")
sleep(math.random(2000, 2400))
Self.ShopSellItem(boh , Self.ShopGetItemSaleCount(boh ))
sleep(math.random(500, 1000))
Walker.Start()
this is fragment of code;/ but when i sell other items f.e Fire Axe i don't have this problem;/
and when i try to sell my boh i lost this and npc say "You don't have this item...."
local boh = Item.GetID("boots of haste")
Walker.Stop()
Self.SayToNpc("hi")
sleep(math.random(800, 1700))
Self.SayToNpc("trade")
sleep(math.random(2000, 2400))
Self.ShopSellItem(boh , Self.ShopGetItemSaleCount(boh ))
sleep(math.random(500, 1000))
Walker.Start()
this is fragment of code;/ but when i sell other items f.e Fire Axe i don't have this problem;/