Page 1 of 1

yoko,i have some question

Posted: 2004-10-16 18:27:04
by selila
1 how can i get my character 's skill value??does it have any command or var i can get skill value

2 if i have two function run in one time . like this

sub test1
if uo.injournal("attacking you") then
uo.say(".guards")
uo.deletejournal()
end if
end sub

sub test2
if uo.injournal("stop lumberjacking") then
....... //do something like go other position
.......
uo.deletejournal()
end if
end sub

if test1 and test2 run both in one time
does uo.deletejournal() command in sub test1 will affect sub test2? let test2 dont get the "stop lumberjacking " msg in journal??

3 does your injection have any absolute document? I can guess some command from it own name .but some command i hardly to use it ..

thank you for develop injection.I hope this tool can be more perfect..

if i want to rework on your injection source code .what tool i need to get?

thank you very much

Posted: 2004-10-17 08:19:00
by selila
another question .if test1 running ..in sub test2 .have any command stop sub test1??

Posted: 2004-10-17 21:21:53
by AGRS
1) uo.SkillVal(skill,[case]), where
skill - skill name
case - (0-normal, 1-real, 2-delta, 3-status)

2) Yes

Posted: 2004-10-17 22:34:25
by Yoko
3) no single document available. you need to use old versions doc's from sourceforge + history of developement on my site

4) compile.txt

Re: yoko,i have some question

Posted: 2004-10-18 02:58:46
by GrayLord
selila wrote:1 how can i get my character 's skill value??does it have any command or var i can get skill value

2 if i have two function run in one time . like this

sub test1
if uo.injournal("attacking you") then
uo.say(".guards")
uo.deletejournal()
end if
end sub

sub test2
if uo.injournal("stop lumberjacking") then
....... //do something like go other position
.......
uo.deletejournal()
end if
end sub

if test1 and test2 run both in one time
does uo.deletejournal() command in sub test1 will affect sub test2? let test2 dont get the "stop lumberjacking " msg in journal??

3 does your injection have any absolute document? I can guess some command from it own name .but some command i hardly to use it ..

if any problems appear with uo.deletejournal(), when running several scripts at one time, use something about this:

Code: Select all

   setjournalline(uo.injournal("stop lumberjacking")-1,"a")


p.s.: sorry for my english