Yoko http://forum.yoko.com.ua/ |
|
belt in backpack item in belt usetype dosen work http://forum.yoko.com.ua/viewtopic.php?f=17&t=15158 |
Page 1 of 1 |
Author: | Mazer [ 2009-10-05 08:41:53 ] |
Post subject: | belt in backpack item in belt usetype dosen work |
Then i take belt with potions usetype doesent work until i open belt is it posible to use item from belt like something like this: uo.FindType('Type','-1','Belt') UO.usetype('finditem') What does it men -1 ? then i write this script it print me: found object 2 (had 2 belts with same potions) usetype cant find object or how to make to open belts and drag tham to right corner of the screen ? usetype('Belt type') opens only one belt 2 times |
Author: | Savage [ 2009-10-05 10:16:16 ] |
Post subject: | |
UO.Ignore('finditem') and try search again. |
Author: | Nmy [ 2009-10-05 12:53:42 ] |
Post subject: | |
i think it's about some pvp server, so what everyone does is use commands like ".drink_mana_total" etc you dont need script for that |
Author: | Mazer [ 2009-10-05 13:05:49 ] |
Post subject: | |
It makes spam then you have all these comands etc: .Drink_invis, greater heal mana bandagaes arm weapons, so i think that would be better |
Author: | Mazer [ 2009-10-05 17:26:17 ] |
Post subject: | |
Savage wrote: UO.Ignore('finditem')
and try search again. Dosent work only i get messages from inj: cant find item no mater where is it dont uderstand.. what about item type ? ID=0xFFFFFFFF Type=0x0F06 6? Name=a Total Mana Refresh (100 charges) Quantity: 1 Colour: 0x0388 Layer: 0 Has: 1 X=44 Y=82 Z=0 C=0x4003156D F=0x00 ignored Type=0x0F06 6? how to understand this line ? after this script sub pot() uo.FindType( '0x0f06','-1','my' ) uo.Usetype('finditem') end sub i got these messages: Items found: 1 No item found. wierd... |
Author: | Savage [ 2009-10-05 17:35:34 ] |
Post subject: | |
var Belt='0x00000000' - Id of belt uo.FindType('0x0F06','0x0388',Belt) You must open belt befort search. |
Author: | Mazer [ 2009-10-05 17:39:18 ] |
Post subject: | |
so belt id always changes how to make skript wich opens all diferent belts in my backpack ? |
Author: | Savage [ 2009-10-05 17:41:14 ] |
Post subject: | |
Place all item in backpack ![]() |
Author: | Mazer [ 2009-10-05 17:44:41 ] |
Post subject: | |
Thas the longest way ![]() ![]() ok this dosent work too uo.FindType('0x09B0') uo.Usetype('finditem') 2 msg Found object 1 not found object... why ? done by my self sub pot() var bag = '0x09B0' var bagSerial UO.FindType(Bag,-1,'backpack') BagSerial = UO.GetSerial( 'finditem' ) UO.UseObject(BagSerial) UO.Ignore( 'finditem' ) UO.FindType(Bag,-1,'backpack') BagSerial = UO.GetSerial( 'finditem' ) end sub |
Author: | Savage [ 2009-10-05 19:13:46 ] |
Post subject: | |
uo.FindType('0x09B0') uo.Usetype('finditem') - type missmatch UO.UseObject(... |
Author: | Nmy [ 2009-10-05 19:47:55 ] |
Post subject: | |
Mazer wrote: It makes spam then you have all these comands etc: .Drink_invis, greater heal mana bandagaes arm weapons, so i think that would be better
nonsense! I have played on pvp server like pvp-alfa and everyone is using those commands and it's perfectly fine. If you are too stubborn, you can write script, that would open all belts and move containing of the belts to the backpack... still it's stupid to do so. |
Page 1 of 1 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |