Issue information

Issue ID
#3592
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 14, 2009 21:51
Last Post
Hercules Elf Bot
Mar 5, 2012 14:31
Confirmation
N/A

Hercules Elf Bot - Sep 14, 2009 21:51

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

You should flip around the delete and skill get commands in the script. There are still methods where people can remove an item from their inventory, probably depending on @ commands.

CODE
            skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0;
            delitem 7776,1;


Replace with:

CODE
            delitem 7776,1;
            skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0;