Signup Now
Page 226 of 267 FirstFirst ... 126176216224225226227228236 ... LastLast
Results 2,251 to 2,260 of 2664
  1. #2251
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    28
    Quote Originally Posted by MausiMaus View Post
    Hello eldar,

    i have the proplam thats your sunken quara ek script have a proplem by me its never use exori ico/exori hur and i dont know why can u help me?
    Enable all server log msgs.

  2. #2252
    Free User MausiMaus's Avatar
    Join Date
    Mar 2016
    Location
    localhost
    Posts
    114
    Reputation
    7
    Rep Power
    0
    Ahh thankyou
    and another question sorry:
    can u give me a script that stop use exura ico if you low on mana and just healing with portions to save mana for spells?
    or if 8 monsters on you its stop to use exura ico or smt like that
    Last edited by MausiMaus; 06-29-2016 at 10:24 AM.

  3. #2253
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    28
    Quote Originally Posted by MausiMaus View Post
    Ahh thankyou
    and another question sorry:
    can u give me a script that stop use exura ico if you low on mana and just healing with portions to save mana for spells?
    or if 8 monsters on you its stop to use exura ico or smt like that
    I made a quick script for you, but next time use right board (Lua Scripts -> Requests). You need to delete exura ico from healing.

    local hppc_min = 40 -- min % hp to cast exura ico
    local hppc_max = 94 -- max % hp to cast exura ico
    local mppc_min = 10 -- min % mp to cast exura ico

    auto(100)
    if $paralyzed and $mp >= 40 and cooldown("exura ico") == 0 then
    cast("exura ico")
    elseif $hppc >= hppc_min and $hppc <= hppc_max and cooldown("exura ico") == 0 and $mppc >= mppc_min then
    cast("exura ico")
    wait(300)
    end

  4. #2254
    Free User
    Join Date
    Feb 2016
    Posts
    9
    Reputation
    10
    Rep Power
    0
    @Eldar hey bro, i buy a your script East Seacrest Grounds a long time...and i stop to play tibia...
    now , i back to play and need a update of script. can you help me ?

  5. #2255
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    28
    Quote Originally Posted by fudizin View Post
    @Eldar hey bro, i buy a your script East Seacrest Grounds a long time...and i stop to play tibia...
    now , i back to play and need a update of script. can you help me ?
    Sure, just tell me your email.

  6. #2256
    Free User
    Join Date
    Jun 2016
    Posts
    38
    Reputation
    10
    Rep Power
    0
    Hello bro . i send you coins . wait for script

  7. #2257
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    28
    Quote Originally Posted by gofeer View Post
    Hello bro . i send you coins . wait for script
    Sent, thanks

  8. #2258
    Free User
    Join Date
    Feb 2016
    Posts
    9
    Reputation
    10
    Rep Power
    0
    @Eldar [email protected] , thanks so much bro! = )

  9. #2259
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    28
    Quote Originally Posted by fudizin View Post
    @Eldar [email protected] , thanks so much bro! = )
    Sent

  10. #2260
    Free User
    Join Date
    Feb 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Just bought script of you mate, check email etc

 

 

Posting Permissions

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