diff options
author | shennetsind <ind@henn.et> | 2013-12-03 11:36:10 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-12-03 11:36:10 -0200 |
commit | 85023b1aad64d2b3b5d5ff53e1704abe0e689aa9 (patch) | |
tree | 97d1ead260038711e8693f1ffa4cf4d09128f533 /src/map/clif.h | |
parent | ff5779033a7d45bbd306b2bf62759152a72cbe79 (diff) | |
download | hercules-85023b1aad64d2b3b5d5ff53e1704abe0e689aa9.tar.gz hercules-85023b1aad64d2b3b5d5ff53e1704abe0e689aa9.tar.bz2 hercules-85023b1aad64d2b3b5d5ff53e1704abe0e689aa9.tar.xz hercules-85023b1aad64d2b3b5d5ff53e1704abe0e689aa9.zip |
Fixed Bug 7542
replaced pc_isuseitem 90overweight error message by its official version, added invent-full check for when trying to open packages/boxes, and modified mail getAttachment to fail when over 90% weight.
Special Thanks to kyeme.
http://hercules.ws/board/tracker/issue-7542-bug-when-weight-90/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 8b78f27e9..ce60dfb6b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -342,6 +342,7 @@ typedef enum useskill_fail_cause { // clif_skill_fail }useskill_fail_cause; enum clif_messages { + ITEM_CANT_OBTAIN_WEIGHT = 0x34, /* you cannot carry more items because you are overweight. */ SKILL_CANT_USE_AREA = 0x536, ITEM_CANT_USE_AREA = 0x537, }; |