Some doubts

Ask for help

Moderators: Murderator+, Murderator

Post Reply
lixo
Posts: 9
Joined: 2004-05-08 00:34:20

Some doubts

Post by lixo »

i have some doubts with injection language, help me

an exemple
uo.findtype("0x19B9","-1","Bag")
0x19b9 => type of the iten. Correct?

-1 => what is this?

bag = is the bag that i want to search, correct?

thanks
WeedDevil
Posts: 32
Joined: 2004-04-06 12:13:49

Post by WeedDevil »

all correct
the -1 is the color code -1 = all colors /colors dont care...
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Re: Some doubts

Post by Edred »

lixo wrote:i have some doubts with injection language, help me

an exemple
uo.findtype("0x19B9","-1","Bag")
0x19b9 => type of the iten. Correct?

-1 => what is this?

bag = is the bag that i want to search, correct?

thanks


If you use "bag" with qoutes you need in create object "bag" in injection. Or use variable Bag:
VAR Bag = "0x0...." ; serial of your bag
uo.findtype("0x19B9","-1", Bag)
Post Reply