PDA

View Full Version : problem with selling boots of haste



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;/

Paulinka123
04-20-2016, 12:38 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;/

u have this item on eq?

dekros
04-21-2016, 12:55 PM
yes i have in eq

Fisiel
04-21-2016, 02:13 PM
yes i have in eq

you have to have it in your backpack, not on your EQ

Merre
04-21-2016, 02:37 PM
Ye it counts your equipped boots of haste as well, dont use boh when selling is the easiest way to get around this issue