Log in

View Full Version : rebuy new backpack



patrick00
11-08-2014, 20:16
Hi,

I have an question, when i buy a new backpack. I can open him with the line
fastExiva > 82 FF FF 00 00 00 26 0B 00 00
But if i wanna open another backpack, this other bp will close and only the last bp u open stay's open...
How can i fix it that it makes 2 bp's open? and stay's open?

oclipper
11-08-2014, 22:38
try different backpack collors

exiva > 82 FF FF 00 00 00 XX XX 00 00 (xx xx = item id, this will perform "use" on it)

patrick00
11-09-2014, 00:01
try different backpack collors

exiva > 82 FF FF 00 00 00 XX XX 00 00 (xx xx = item id, this will perform "use" on it)

yea tried that before, but didn't work:(
That's why i asked here:P

oclipper
11-09-2014, 00:09
I found two ways for manage bps:

Opening container from any EQ slot:

82 FF FF AA 00 00 BB BB 00 0C
A's are the EQ slot, B's the ID ($hex-equiped-item:XX$ is useful) and 0C the ID the container will have.

Opening containers from inside containers:

82 FF FF 4A 00 BB XX XX BB 0Y
4A is the container's ID, B's are what slot to use, X's the item ID and 0Y the ID the newly opened container will have. If A and Y is the same, the new container will replace the old.

patrick00
11-09-2014, 00:24
I found two ways for manage bps:

Opening container from any EQ slot:

82 FF FF AA 00 00 BB BB 00 0C
A's are the EQ slot, B's the ID ($hex-equiped-item:XX$ is useful) and 0C the ID the container will have.

Opening containers from inside containers:

82 FF FF 4A 00 BB XX XX BB 0Y
4A is the container's ID, B's are what slot to use, X's the item ID and 0Y the ID the newly opened container will have. If A and Y is the same, the new container will replace the old.

oke thanks m8!
something went wrong in my script, what i have to fix first before i gonna try this. probably trying it tomorrow!
Thanks. u will hear from me how it went!