Signup Now
Page 227 of 228 FirstFirst ... 127177217225226227228 LastLast
Results 2,261 to 2,270 of 2274
  1. #2261
    Free User
    Join Date
    Nov 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    its possibile to change mana potion to strong mana potion in scripts for eks? when i changge them bot dont use smp

  2. #2262
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by Wiesel View Post
    its possibile to change mana potion to strong mana potion in scripts for eks? when i changge them bot dont use smp
    You may need to add SMP to healer rules.


    Visit:
    (◣_◢)

  3. #2263
    Free User
    Join Date
    Nov 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    yes but its impossibile to add it on potion healer ;/ any ideas?

  4. #2264
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by Wiesel View Post
    yes but its impossibile to add it on potion healer ;/ any ideas?
    Create a new persistent action and add this:


    -- Percentage to use Strong Mana Potion:
    local SMPPerc = 70


    auto(200,500)

    if $mppc <= SMPPerc and $level >= 50 and itemcount("strong mana potion") >= 1
    then
    pausewalking(200,500)
    useoncreature("strong mana potion", $self)
    end


    Visit:
    (◣_◢)

  5. #2265
    Free User
    Join Date
    Nov 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by blakw View Post
    Create a new persistent action and add this:


    -- Percentage to use Strong Mana Potion:
    local SMPPerc = 70


    auto(200,500)

    if $mppc <= SMPPerc and $level >= 50 and itemcount("strong mana potion") >= 1
    then
    pausewalking(200,500)
    useoncreature("strong mana potion", $self)
    end
    thanks its possibile add exura med ico to spell healer?

  6. #2266
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by Wiesel View Post
    thanks its possibile add exura med ico to spell healer?

    init start
    local HPperc = 75 -- Minimum Health % to starting healing
    local MPperc = 15 -- Minimum Mana % to cast spell
    init end

    auto(200, 400)

    if $hppc < HPperc and $mppc >= MPperc
    then
    keyevent('f1') -- Assign Exura Med Ico to hotkey F1
    waitping()
    end


    Visit:
    (◣_◢)

  7. #2267
    Free User
    Join Date
    Nov 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    i have problem wit yours scripts for eks all persistans disapired somehow cavebot dont work any idea? it started when i was botting xD even when i restart script its the same ;/

  8. #2268
    Free User
    Join Date
    Nov 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Wiesel View Post
    thanks its possibile add exura med ico to spell healer?
    can u add prestistan for great mana potions for rp? its possibile add diamond arrow to buy to paladin scripts and holy misle runes? i can donate windbot licence and acces to ek/rp to make new scripts for guznodus/ezodus ot its possibile?

  9. #2269
    Free User
    Join Date
    Jan 2021
    Posts
    8
    Reputation
    10
    Rep Power
    0
    bought on 8th Feb 2021. Get the Download in 1 min after paying. works fine on OTs love it :*

  10. #2270
    Free User
    Join Date
    Jan 2021
    Posts
    8
    Reputation
    10
    Rep Power
    0
    got a problem with Hero Fortres ED. i all time get skull, but i have world set to retro PVP and restart the bot after change.

 

 

Posting Permissions

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