OSKOM FREE : Healing (BASE) (with LAG PROTECTION)

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
.all
Posts: 9
Joined: 2004-04-11 01:44:37

OSKOM FREE : Healing (BASE) (with LAG PROTECTION)

Post by .all »

[
All Regards to Newbie [Olymp]

This script is synchronyzed with OFREE SCRIPTS (APRIL 2003). Optimal for HUMAN RACE .. Make delay for your race

Code: Select all

sub main()
var hive='HIVE_ID_HERE'
var food='FOOD_TYPE_HERE"

while not uo.dead()
while uo.life > 70
   if uo.stamina < 10 then
      uo.exec ("usetype 'stamina'")
   end if
   uo.exec ("usetype " + food)
   uo.exec ("useobject " + hive)
   uo.exec ("useobject " + hive)
   uo.exec ("bandageself")
   wait ((1 + ((uo.dex - uo.stamina)/15)/1.5 )*1000)
wend
while uo.life < uo.str
   uo.exec ("bandageself")
   wait ((1 + ((uo.dex - uo.stamina)/15)/1.5 )*1000)
wend
wend
end sub
Post Reply