Signup Now
Page 5 of 38 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 378
  1. #41
    Free User
    Join Date
    Dec 2013
    Posts
    17
    Reputation
    10
    Rep Power
    0
    code WIND :

    auto(800, 1000)if $attacked.id ~= 0 then
    setsetting("PotionHealer/Rules/GMP/ConditionValue", "29 to 30")
    else
    setsetting("PotionHealer/Rules/GMP/ConditionValue", "76 to 80")
    end

    ----

    code IBOT

    if target.id ~= 0 then
    setsettings("Settings\\Healer\\Rules\\GMP\\ManaRange", "0 to 30 %")
    else
    setsettings("Settings\\Healer\\Rules\\GMP\\ManaRange", "0 to 80 %")
    end



    wtf now i saw, why the mana range number changes when it turns to windbot ?o.o
    Last edited by Patoxzikamemo; 02-14-2014 at 12:48 AM.

  2. #42
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Patoxzikamemo View Post
    TARGET -



    Healing
    [/FONT]

    What's not working about the Healing hotkey? I will release an update tomorrow fixing the targeting hotkey script.

  3. #43
    Free User
    Join Date
    Dec 2013
    Posts
    17
    Reputation
    10
    Rep Power
    0
    I really don't know if it was the healing hotkey (on souleater script) because my char got stuck and the heal got slow, maybe because of the targeting hotkey bug

  4. #44
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Patoxzikamemo View Post
    code WIND :

    auto(800, 1000)if $attacked.id ~= 0 then
    setsetting("PotionHealer/Rules/GMP/ConditionValue", "29 to 30")
    else
    setsetting("PotionHealer/Rules/GMP/ConditionValue", "76 to 80")
    end

    ----

    code IBOT

    if target.id ~= 0 then
    setsettings("Settings\\Healer\\Rules\\GMP\\ManaRange", "0 to 30 %")
    else
    setsettings("Settings\\Healer\\Rules\\GMP\\ManaRange", "0 to 80 %")
    end



    wtf now i saw, why the mana range number changes when it turns to windbot ?o.o

    WindBot's healer system works differently than on iBot. Check this tutorial to understand it better.

  5. #45
    Free User
    Join Date
    Dec 2013
    Posts
    17
    Reputation
    10
    Rep Power
    0
    but it doesn't work when i change. i send the screen you can check.

  6. #46
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Are you sure you have Potion Healer enabled?

  7. #47
    Free User Winterex's Avatar
    Join Date
    Dec 2013
    Location
    Photoshop
    Posts
    268
    Reputation
    17
    Rep Power
    24
    I've just converted ibot script and this error appears all the time on wpt with checker. Can some1 fix it for me?


    local notwornsoftbootscount = 0

    if $feet.id == 3549 then
    notwornsoftbootscount = itemcount(6529) + 1
    else
    notwornsoftbootscount = itemcount(6529)
    end

    if (itemcount(ManaName) <= ManaCheck) or (itemcount(HealthName) <= HealthCheck) or (itemcount(HiHealthName) < HitHealthCheck) or $cap <= CapCheck or (RefillSofts == true and notwornsoftbootscount == 0) then
    gotolabel('back4')
    end


    error in Action script checker1:
    ["if (itemcount(ManaName) <= ManaCheck) o..."]:Action: 118:9 attempt to compare number with nil
    Last edited by Winterex; 02-14-2014 at 01:44 PM.

  8. #48
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Winterex View Post
    I've just converted ibot script and this error appears all the time on wpt with checker. Can some1 fix it for me?


    local notwornsoftbootscount = 0

    if $feet.id == 3549 then
    notwornsoftbootscount = itemcount(6529) + 1
    else
    notwornsoftbootscount = itemcount(6529)
    end

    if (itemcount(ManaName) <= ManaCheck) or (itemcount(HealthName) <= HealthCheck) or (itemcount(HiHealthName) < HitHealthCheck) or $cap <= CapCheck or (RefillSofts == true and notwornsoftbootscount == 0) then
    gotolabel('back4')
    end


    error in Action script checker1:
    ["if (itemcount(ManaName) <= ManaCheck) o..."]:Action: 118:9 attempt to compare number with nil
    With the script enabled, do this:
    print({ManaName, ManaCheck, HiHealthName, HealthCheck, HitHealthCheck, CapCheck, RefillSofts})


    A line will be printed on your console, please copy/paste it here.

  9. #49
    Free User Winterex's Avatar
    Join Date
    Dec 2013
    Location
    Photoshop
    Posts
    268
    Reputation
    17
    Rep Power
    24
    Quote Originally Posted by Lucas Terra View Post
    With the script enabled, do this:
    print({ManaName, ManaCheck, HiHealthName, HealthCheck, HitHealthCheck, CapCheck, RefillSofts})


    A line will be printed on your console, please copy/paste it here.
    15:17:31 {"mana potion", 150, "ultimate health potion", 10}
    Last edited by Winterex; 02-14-2014 at 02:22 PM.

  10. #50
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Winterex View Post
    15:17:31 {"mana potion", 150, "ultimate health potion", 10}
    There is the problem. HitHealthCheck, CapCheck and RefillSofts are set to nil. Can you post the setup script here?

 

 

Posting Permissions

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