Issue information

Issue ID
#540
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Dec 3, 2007 0:24
Last Post
Hercules Elf Bot
Dec 3, 2007 0:24
Confirmation
N/A

Hercules Elf Bot - Dec 3, 2007 0:24

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=540

The following scenario popped up on several occasions:
You fight mobs, then suddenly notice that your inventory is full and new drops stop being auto-lotted. So you start dropping etc stuff. But when you do this while stonecursed, the client will choke and refuse to drop items, use items or cast skills until you relog.

Further investigation shows that the client actually sends the item-drop request (0x116), but the server doesn't reply and just silently rejects the attempt. So the client is left waiting for a packet that never comes.

Aegis X.4 says...
CODE
> 0xA2 - request drop item (a200 1100 0a00)
< 0x9E - floor item (9e00 fc000000f801018900640003030a00)
< 0xAF - delete inventory item (af00 11000a00)
< 0xB0 - update status max_weight (b000 1900 8c6e0000)
< 0xB0 - update status weight (b000 1800 10310000)
One odd thing that I saw was that it was dropping them at a distance of 2, not 1 (or was that 3?)