| Yoko http://forum.yoko.com.ua/ |
|
| Help with equiping... http://forum.yoko.com.ua/viewtopic.php?f=3&t=87 |
Page 1 of 1 |
| Author: | Alin [ 2004-04-13 19:33:29 ] |
| Post subject: | Help with equiping... |
I would like to make a script that equips the armour, because on the shard I play you can't use the ,dress ... :( the pb is that I don't know how to use the ,equip (uo.equip) command... could someone help me, pls? Tnx. |
|
| Author: | Pummy [ 2004-04-13 20:33:48 ] |
| Post subject: | |
Make something like this: sub EquipArmor() UO.EquipT('Torso','0x1415') wait(350) UO.EquipT('Legs','0x1411') wait(350) UO.EquipT('Arms','0x1410') wait(350) UO.EquipT('Neck','0x1413') wait(350) UO.EquipT('Gloves','0x1414') wait(350) UO.EquipT('Hat','0x1412') wait(350) UO.EquipT('Brace','0x1086') ;wait(350) ;UO.EquipT('Lhand','0x1b76') ;wait(350) ;UO.EquipT('Rhand','0x13b9') end sub |
|
| Author: | Alin [ 2004-04-14 11:47:46 ] |
| Post subject: | |
Tnx! you forgot a wait at the end.. Code: sub EquipArmor() |
|
| Author: | Yoko [ 2004-04-15 20:37:48 ] |
| Post subject: | |
,setdressspeed delay_ms to use dress/arm on shard with antifastloot protections |
|
| Author: | Alin [ 2004-04-15 21:40:29 ] |
| Post subject: | |
tnx !!! ^_^ |
|
| Author: | Alin [ 2004-04-15 21:44:55 ] |
| Post subject: | |
i just tryed to use it, but there's this pb: the time that i use to put on the armour the client is stuck, and i can't to a thing.. it even come out the error message that asks me if i should wait 5 sek.... |
|
| Author: | Yoko [ 2004-04-16 14:48:08 ] |
| Post subject: | |
these messages removed by "no hung message" at main tab but nothing can be do with delays. use scripts to arm/dress, they work in parallel thread. i started to changing this but now works frozen |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|