Yoko
http://forum.yoko.com.ua/

Autoscript loading
http://forum.yoko.com.ua/viewtopic.php?f=3&t=13769
Page 1 of 1

Author:  xenofex [ 2008-07-08 18:01:33 ]
Post subject:  Autoscript loading

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

Author:  retr1val [ 2008-07-08 23:35:18 ]
Post subject:  Re: Autoscript loading

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

Author:  xenofex [ 2008-07-09 16:06:34 ]
Post subject: 

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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/