Quote:
Originally posted by Atomic Monkey@Sep 21 2005, 19:16
never actually posted here before but read alot of the things and i had a thort.
u cant make +1 cos it doesnt work but is it possible to stop them from being used up? so like when u go to compose them with ur item they dont go away? have no idea if it can be done or how if it could.
dont no if this has ben suggested or what but i havnt seen it posted sorry if it has
|
Composing items works like this:
You put your main item in the box, and 2 minor items in the other boxes.
Then when you click compose, a packet is being sent with 3 UniqueItemID's, the one of the main item and minor items.
Then the server does checks whether this is a valid compose action.
Next what happens if it's valid is that it removes the UniqueItemID's from the 2 minor items from the database, means those 2 items don't exist anymore, and sends you a "remove-from-inventory" packet so that the client knows the items don't exist anymore.
Then it sends you an "item-info" update packet for the main item.
If you blocked the "remove-from-inventory" packet and tried to use the 2 minor items again it would tell you that they don't exist next time.