Signup Now
Page 28 of 65 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 647
  1. #271
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    Quote Originally Posted by Henkz View Post
    I want a hotkey for enchant gems, I hope you can help me ^^

    My char will stand here


    What I need is, the hotkey will use the gem to the south of my char (x, y+1, z) while I have more than 1 soul, it will use potion on urself also.
    Also would be good to have option
    Gem to use (user will write wich one he want to enchant)
    Kind of Mana Potion to use (user will write wich one he want to use to mana up)
    http://forums.tibiawindbot.com/showt...highlight=gems

  2. #272
    Free User darknb's Avatar
    Join Date
    Dec 2013
    Location
    Slovakia
    Posts
    94
    Reputation
    10
    Rep Power
    24
    Quote Originally Posted by Raphael View Post
    I might find some free time for it during Carnival, we'll see.

    nothing yet about the skill time counter ?

  3. #273
    Free User
    Join Date
    Mar 2014
    Posts
    72
    Reputation
    7
    Rep Power
    0
    Edit: I'm a moron
    Last edited by Oronanomicon; 03-10-2014 at 11:07 AM.

  4. #274
    Free User
    Join Date
    Jan 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    well my character die 2 times because the healer turn off i dont know why.. maybe someone put it off while using my pc(i share it with my brother sometimes) well to avoid that i want to know if u can make some persisten hotkey o dont know what exactly i need.. something like that
    IF HEALER IS OFF... AND HP BELOW 15%... USE ULTIMATE HEALTH POTIONS..
    i think thos can avoid my problem and if its can make a sound when it happen is better

    thanks in advance

  5. #275
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by Hongo View Post
    well my character die 2 times because the healer turn off i dont know why.. maybe someone put it off while using my pc(i share it with my brother sometimes) well to avoid that i want to know if u can make some persisten hotkey o dont know what exactly i need.. something like that
    IF HEALER IS OFF... AND HP BELOW 15%... USE ULTIMATE HEALTH POTIONS..
    i think thos can avoid my problem and if its can make a sound when it happen is better

    thanks in advance
    this should work man:


    init start
    healer = getsetting('SpellHealer/Enabled')
    healerPot = getsetting('PotionHealer/Enabled')
    init end

    auto(100)
    if healer == 'no' or healerPot == 'no' and $hppc <= 20 then
    useoncreature('ultimate health potion', $self) waitping()
    sethealing('on')
    setsetting('PotionHealer/Enabled', 'yes')
    end
    Last edited by mistgun; 03-14-2014 at 09:31 PM.

  6. #276
    Free User
    Join Date
    Jan 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    this should work man:



    init start
    healer = getsetting('SpellHealer/Enabled')
    init end


    auto(100)


    if healer == 'no' and $hppc <= 20 then
    useoncreature('ultimate health potion', $self) waitping()
    sethealing('on')
    end


    its work! thanks ...........on the "sethealing('on')" part is another variable to activate the potions healer too? this only activate the spell healer

  7. #277
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Try it now, it should activate pot healer now too!

  8. #278
    Free User
    Join Date
    Jan 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    Try it now, it should activate pot healer now too!
    the latest update activate bpth healings but spam ultimates and dont stop using ultimates

  9. #279
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    So use just this, it's no sense to use uhp with action. Healer will do it


    init start


    local healer = getsetting('SpellHealer/Enabled')
    local healerPot = getsetting('PotionHealer/Enabled')


    init end


    auto(100)
    if healer == 'no' or healerPot == 'no' then
    sethealing('on')
    setsetting('PotionHealer/Enabled', 'yes')
    end

  10. #280
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Hello.

    I need one scrip to use "exevo gran mas vis" (rage of the skyes) when have 4 monsters on screen, with 100% hp each one (the monsters are Frost dragon and Frost dragon hatchling)

    ty...

 

 

Posting Permissions

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