Autoscript loading

Ask for help

Moderators: Murderator+, Murderator

Post Reply
xenofex
Posts: 4
Joined: 2008-07-08 17:43:38

Autoscript loading

Post 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
retr1val
Posts: 20
Joined: 2007-09-24 17:11:19

Re: Autoscript loading

Post 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
xenofex
Posts: 4
Joined: 2008-07-08 17:43:38

Post 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) !!!
Post Reply