| Yoko http://forum.yoko.com.ua/ |
|
| yoko,i have some question http://forum.yoko.com.ua/viewtopic.php?f=1&t=1624 |
Page 1 of 1 |
| Author: | selila [ 2004-10-16 18:27:04 ] |
| Post subject: | yoko,i have some question |
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 |
|
| Author: | selila [ 2004-10-17 08:19:00 ] |
| Post subject: | |
another question .if test1 running ..in sub test2 .have any command stop sub test1?? |
|
| Author: | AGRS [ 2004-10-17 21:21:53 ] |
| Post subject: | |
1) uo.SkillVal(skill,[case]), where skill - skill name case - (0-normal, 1-real, 2-delta, 3-status) 2) Yes |
|
| Author: | Yoko [ 2004-10-17 22:34:25 ] |
| Post subject: | |
3) no single document available. you need to use old versions doc's from sourceforge + history of developement on my site 4) compile.txt |
|
| Author: | GrayLord [ 2004-10-18 02:58:46 ] |
| Post subject: | Re: yoko,i have some question |
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 |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|