Autoscript loading
Posted: 2008-07-08 18:01:33
Is it possible to set Injection that it automaticly turns on scripts?
I have "auto healing script"
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(500)
endif
until uo.dead()
end sub
and "auto trapped script"
Sub autotraped()
xenofex:
If UO.InJournal('frozen') Then
wait(50)
uo.msg('.usetraped')
wait(50)
UO.DeleteJournal()
Endif
wait (50)
goto xenofex
endsub
I have "auto healing script"
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(500)
endif
until uo.dead()
end sub
and "auto trapped script"
Sub autotraped()
xenofex:
If UO.InJournal('frozen') Then
wait(50)
uo.msg('.usetraped')
wait(50)
UO.DeleteJournal()
Endif
wait (50)
goto xenofex
endsub