Page 1 of 1

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

Posted: 2004-04-11 11:50:17
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