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
Some doubts
Moderators: Murderator+, Murderator
Re: Some doubts
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)