Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22

    needresupply bug?

    hiho, idk why, but bot leave the hunt on every needresuply()
    ss1


    ss2
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  2. #2
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Once again I'm saying this to a thread related to this: don't use needresupply(), iterate through the supply items or make a setup to check your potions.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  3. #3

  4. #4
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    180
    Rep Power
    10
    Can you send me the script via PM?

  5. #5
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by RoxZin xD View Post
    Once again I'm saying this to a thread related to this: don't use needresupply(), iterate through the supply items or make a setup to check your potions.
    To be honest, I don't see why go through the trouble of making a setup to check your potions. The supplies tab were created to make scripting easier, you are just over complicating things.

  6. #6
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Can you send me the script via PM?
    we have different script but same problem, it goes resupply after its done refilling. after closing bot and rerunning the script, works fine again.

    probably it misses the itemcount

  7. #7
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    180
    Rep Power
    10
    Please, turn on ActiveHotkeys.lua and turn this Persistent script on:

    auto(200)
    local str = ''
    foreach supplyitem s do
    str = str .. '{name = \'' .. s.name .. '\', count = ' .. s.count ..'}, '
    end

    listas(str)


    Let me know if the count is working properly.

  8. #8
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Please, turn on ActiveHotkeys.lua and turn this Persistent script on:

    auto(200)
    local str = ''
    foreach supplyitem s do
    str = str .. '{name = \'' .. s.name .. '\', count = ' .. s.count ..'}, '
    end

    listas(str)


    Let me know if the count is working properly.
    yep its working properly, the bug rarely happens though, like after running few hours sometimes it doesnt bug though

  9. #9
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    180
    Rep Power
    10
    Yes, run it for a few hours please. Then tell me if it ever bugged.

  10. #10
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Lucas Terra View Post
    To be honest, I don't see why go through the trouble of making a setup to check your potions. The supplies tab were created to make scripting easier, you are just over complicating things.
    Simply because there was no other good way to do it since this happens with needresupply() since I started using WindBot.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

 

 

Posting Permissions

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