Page 1 of 1

Autoscript loading

Posted: 2008-07-08 18:01:33
by xenofex
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

Re: Autoscript loading

Posted: 2008-07-08 23:35:18
by retr1val
xenofex wrote: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


save the name of the script in the injection folder like this : autoload.scp

Posted: 2008-07-09 16:06:34
by xenofex
retrival you did not undestrstand my problem.

I need to script turn on automaticly as I start inject (not the script page loaded in the inject autoload.sc it is already done) !!!