| Yoko http://forum.yoko.com.ua/ |
|
| Rhand - point to http://forum.yoko.com.ua/viewtopic.php?f=3&t=586 |
Page 1 of 1 |
| Author: | clagio [ 2004-06-17 21:41:16 ] |
| Post subject: | Rhand - point to |
can i point to the weapon i have in my rhand? |
|
| Author: | Yoko [ 2004-06-17 22:45:37 ] |
| Post subject: | |
what is meant under "point to"? |
|
| Author: | clagio [ 2004-06-18 01:27:20 ] |
| Post subject: | |
i need to poison the weapon i'm holding (poison skill work targetting before the poison bottle and after the weapon) something like this, but it doesn't working, maybe i use incorrectly the var type.. i'd like don't disarming.. (line 2) sub poison_wep() uo.exec ("disarm") UO.Findtype('0x0F0A') #poison type UO.Findtype('0x1401') #kryss type uo.exec ("waittargettype ('0x0F0A') (UO.Findtype('0x1401'))") # UO.UseSkill('Poisoning','finditem') end sub should become something like this..only i need the point to [Rhand weapon] sub poison_wep() UO.Findtype('0x0F0A') #poison type uo.exec ("waittargettype ('finditem') [Rhand weapon])") # UO.UseSkill('Poisoning','finditem') end sub Thanks |
|
| Author: | Lord Ruslan Nightmare [ 2004-06-18 08:07:21 ] |
| Post subject: | |
sub poison_wep() UO.Findtype('0x0F0A') uo.waittargetobject('finditem',uo.objatlayer("Rhand")) UO.UseSkill('Poisoning') end sub |
|
| Author: | clagio [ 2004-06-18 13:03:23 ] |
| Post subject: | |
perfect! thanks |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|