Signup Now
Results 1 to 7 of 7
  1. #1
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23

    $lootsaround stuck

    1. What OS you are at?
    Windows 10

    2. Real PC or VPS?
    Real PC

    3. Using WindAddons? Which version?
    Yes

    4. Which version of WindBot?
    Beta 40

    5. Which version of Game Client?
    11.04.4347

    6. Do you have a Dedicated Graphics Card?
    Yes

    7. Detailed description of the problem.
    Persistent:

    ==Character Stuck==

    auto(1000)
    if $connected then
    if maround(7) ~= 0 then
    setsetting('PotionHealer/Rules/Mana/ConditionValue', '50 to 52%')
    else
    if $lootsaround == 0 then
    setsetting('PotionHealer/Rules/Mana/ConditionValue', '84 to 90%')
    end
    end
    end


    ==Character No Stuck

    auto(1000)
    if $connected then
    if maround(7) ~= 0 then
    setsetting('PotionHealer/Rules/Mana/ConditionValue', '50 to 52%')
    else
    --if $lootsaround == 0 then
    setsetting('PotionHealer/Rules/Mana/ConditionValue', '84 to 90%')
    --end
    end
    end


    8. If applicable, a GIF of the action hosted on imgur.com.

    ==Wind 10:
    https://giphy.com/gifs/l0Exsrv9oWSFjQvn2

    ==Wind 11:
    https://giphy.com/gifs/l0Extx6Ia1MCziwtq

    9. Do this happen in WindBot for Client Version 10.x too?
    Yes

    10. Debug Log.

    PHP Code:
    10:58:47.244 LootingCalculating body click pos
    10
    :58:47.452 LootingCalculating body click pos
    10
    :58:48.465 LootingCalculating body click pos
    10
    :58:48.671 LootingCalculating body click pos
    10
    :58:48.865 LootingCalculating body click pos
    10
    :58:49.070 LootingCalculating body click pos
    10
    :58:49.275 LootingCalculating body click pos
    10
    :58:57.811 LootingCalculating body click pos
    10
    :58:58.006 LootingCalculating body click pos
    10
    :58:58.211 LootingCalculating body click pos 
    11. Comments.
    I think the character should not stop catching the loot. // Eu creio que o personagem não deveria para de pegar o loot.

  2. #2
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @Cisco

    Sorry, I really cannot understand what the issue is here.

  3. #3
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Raphael View Post
    @Cisco

    Sorry, I really cannot understand what the issue is here.
    Sorry, gif tomorrow

  4. #4

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @Cisco

    I don't really think this has anything to do with $loostaround. Notice how it waits until you go over 70% MP before moving. My guess is it is being caused by some other script that might be calling pausewalking() or something of the kind, specially since it also happens on WindBot 10.

    Who made this script?

  6. #6
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Raphael View Post
    @Cisco

    I don't really think this has anything to do with $loostaround. Notice how it waits until you go over 70% MP before moving. My guess is it is being caused by some other script that might be calling pausewalking() or something of the kind, specially since it also happens on WindBot 10.

    Who made this script?
    Eldar. I found the "problem". As you yourself said pausewalking() // Descobri o "problema". Você tinha razão do pausewalking()

    auto(100)

    if itemcount("strong mana potion", "all") > 0 and $mppc < 68 and $wptsection == "Hunt" and $attacked.id == 0 then
    pausewalking(1000)
    end


    Sorry for the misunderstanding and the loss of time. // Desculpe pelo equivoco e pela perda de tempo

  7. #7
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @Cisco

    No problemo. I'm glad we found the cause.

    I'm marking it as Not A Bug.

 

 

Posting Permissions

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