Signup Now
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33

Thread: WindBot 1.2.6

  1. #11
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0

    This image is hosted on a possibly dangerous website (http://embed.gyazo.com/3e808d08b49947e11ba19deb859dcb27.png). Please consider reuploading it on Imgur.com.




    What?

  2. #12
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    Agora meu bot tá dando crash toda vez que desce a escada de goroma e pega target no bixo, do dp até goroma vem certinho, hora que descer a escada, crash, toda vez..

  3. #13
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Quote Originally Posted by Ntx View Post

    This image is hosted on a possibly dangerous website (http://embed.gyazo.com/3e808d08b49947e11ba19deb859dcb27.png). Please consider reuploading it on Imgur.com.




    What?
    Reread the 1st post


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  4. #14
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    @BUgWT Oh sorry, i didnt see it.


    @thread i already see what crashes my bot, this persistent to set supplies:
    -- Supplies Changer -- local SDMax = getuseroption("SDMax")
    local GMPMax = getuseroption("GMPMax")
    local SDMin = getuseroption("SDMin")
    local GMPMin = getuseroption("GMPMin")

    auto(1000)
    setsetting('Supplies/Items/sudden death rune/UpTo', SDMax)

    setsetting('Supplies/Items/sudden death rune/LeaveAt', SDMin)
    setsetting('Supplies/Items/great mana potion/UpTo', GMPMax)
    setsetting('Supplies/Items/great mana potion/LeaveAt', GMPMin, 'SupplyList')

  5. #15
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    @Ntx, Try this:


    local SDMax = tonumber(getuseroption("SDMax"))

    local GMPMax = tonumber(getuseroption("GMPMax"))
    local SDMin = tonumber(getuseroption("SDMin"))
    local GMPMin = tonumber(getuseroption("GMPMin"))


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  6. #16
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    @BUgWT i remove it from persistent and put on waypoint action this code:
    -- Supplies Changer -- local SDMax = getuseroption("SDMax")
    local GMPMax = getuseroption("GMPMax")
    local SDMin = getuseroption("SDMin")
    local GMPMin = getuseroption("GMPMin")
    setsetting('Supplies/Items/sudden death rune/UpTo', SDMax)
    setsetting('Supplies/Items/sudden death rune/LeaveAt', SDMin)
    setsetting('Supplies/Items/great mana potion/UpTo', GMPMax)
    setsetting('Supplies/Items/great mana potion/LeaveAt', GMPMin, 'SupplyList')

  7. #17
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    So it works?


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  8. #18
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    @BUgWT dont crash more, i need wait char go to depot to see if works!

  9. #19
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Quote Originally Posted by Ntx View Post
    @BUgWT dont crash more, i need wait char go to depot to see if works!
    Add me on skype, I have another solution for u


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  10. #20
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    @BUgWT i think it crash bcs i use persistent to check supply too and my persistent only check inside cave, and it only crash when down in the cave..

    -- Check Refill --

    auto(100)


    if $wptsection == 'Hunt' and $posz == 11 and windowcount() >= 4 then


    if needresupply(cap, 'a') then
    setsetting('Targeting/Enabled', 'no')
    if $standtime > 30000 then
    setsetting('Targeting/Enabled', 'yes')
    end
    gotolabel("Leave", "Leave")
    wait(20000)
    end
    end

 

 

Posting Permissions

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