Yoko

All sides of Injection
It is currently 2026-01-16 04:06:42

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2004-10-16 18:27:04 
Offline

Joined: 2004-10-16 16:32:27
Posts: 10
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


Top
   
 Post subject:
PostPosted: 2004-10-17 08:19:00 
Offline

Joined: 2004-10-16 16:32:27
Posts: 10
another question .if test1 running ..in sub test2 .have any command stop sub test1??


Top
   
 Post subject:
PostPosted: 2004-10-17 21:21:53 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
1) uo.SkillVal(skill,[case]), where
skill - skill name
case - (0-normal, 1-real, 2-delta, 3-status)

2) Yes


Top
   
 Post subject:
PostPosted: 2004-10-17 22:34:25 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
3) no single document available. you need to use old versions doc's from sourceforge + history of developement on my site

4) compile.txt


Top
   
PostPosted: 2004-10-18 02:58:46 
Offline
Expert!

Joined: 2004-06-04 03:24:25
Posts: 333
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:
   setjournalline(uo.injournal("stop lumberjacking")-1,"a")


p.s.: sorry for my english


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited