Signup Now
Results 1 to 2 of 2
  1. #1
    Free User henqqq's Avatar
    Join Date
    Nov 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0

    Yet Another Life Ring Equip/Unequip

    Hi guys,

    I know there are at least a thousand scripts like this, but i couldn't find one that unequip the ring when full mana or pz,

    so here you are: yet another life ring equipper.

    Code:
    --equip ring
    init start
    	local item = 'life ring'
    	local usedLifeRing = 3089
    	local ringBackpack = 'red backpack' --put here your ring backpack
    init end
    
    auto(20000, 40000)
    local mpToEquipRing = math.random(85,92)
    if ($mppc < mpToEquipRing) and (not $pzone) then
    	if $finger.id ~= item and itemcount(item) > 0 then
    		equipitem(item, 'finger', ringBackpack)
    		waitping()
    	end
    elseif ($finger.id == usedLifeRing) then
    	moveitems(usedLifeRing, ringBackpack, 'finger')
        	wait(500)
    end

  2. #2
    Free User
    Join Date
    Apr 2015
    Location
    Brazil
    Posts
    509
    Reputation
    11
    Rep Power
    20
    ty brow nice
    bored? check out my new showcase, 4 vocs in hardcore pvp server!


    https://forums.tibiawindbot.com/show...421#post452421





    hardcore pvp characters for sell, accepting trades leave ur offer here:


    https://forums.tibiawindbot.com/show...600#post452600

 

 

Posting Permissions

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