Signup Now
Results 1 to 4 of 4
  1. #1
    Banned
    Join Date
    Mar 2014
    Location
    Naron/Galicia/Spain
    Posts
    931
    Reputation
    149
    Rep Power
    0

    @I wanna script of Might Ring and SSa... Read

    I wanna a persistent hotkey to for example If i am low than 40% it will equip Might Ring,if I am low of 30% it will equip SSA,and it can equip both of them at the same time.
    THX hope @ozzix or @Garkstal, could help me!!!

  2. #2

  3. #3
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    You can use the one up or use this one (it will use tibia hoktey to move item). You must have hotkey with item in tibia hotkeys to make it works.

    auto(10, 50)
    -- 1. Might Ring
    if $hppc < 40 and itemcount("might ring") > 0 then
    keyevent(clienitemhotkey("might ring", "equip"))
    wait(100, 200)
    end

    -- 2. Stone Skin Amulet
    if $hppc < 30 and itemcount("stone skin amulet") > 0 then
    keyevent(clienitemhotkey("stone skin amulet", "equip"))
    wait(100, 200)
    end
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  4. #4
    Banned
    Join Date
    Jul 2014
    Posts
    88
    Reputation
    10
    Rep Power
    0
    kromo go tank mode ?

 

 

Posting Permissions

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