XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 5 of 5

Thread: problem with selling boots of haste

  1. #1

    Join Date
    Oct 2014
    Posts
    65
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    problem with selling boots of haste

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

  2. #2

    Join Date
    Nov 2015
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dekros View Post
    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?

  3. #3

    Join Date
    Oct 2014
    Posts
    65
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    yes i have in eq

  4. #4
    Banned
    Join Date
    Feb 2016
    Location
    New York City
    Posts
    178
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dekros View Post
    yes i have in eq
    you have to have it in your backpack, not on your EQ

  5. #5

    Join Date
    Jan 2015
    Posts
    201
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Ye it counts your equipped boots of haste as well, dont use boh when selling is the easiest way to get around this issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •