Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Costume System cleanup.
- Cleaned up overall system to work like officials. - Added costume atcommand to easily enable/disable costumes.
- Loading branch information
Showing
with
154 additions
and 108 deletions.
- +4 −4 conf/battle/client.conf
- +7 −0 conf/msg_conf/map_msg.conf
- +1 −1 db/pre-re/item_db.txt
- +1 −1 db/re/item_db.txt
- +59 −0 src/map/atcommand.c
- +34 −18 src/map/clif.c
- +1 −1 src/map/map.h
- +2 −27 src/map/pc.c
- +45 −56 src/map/status.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1561,5 +1561,12 @@ | ||
| 1499: Character cannot be disguised while in monster form. | ||
| 1500: Transforming into monster is not allowed in Guild Wars. | ||
|
|
||
| // @costume | ||
| 1501: '%s' is not a known costume | ||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cydh
Contributor
|
||
| 1502: You're already with a '%s' costume, type '@costume' to remove it. | ||
| 1503: -- %s | ||
| 1504: - Available Costumes | ||
| 1505: Costume '%s' removed. | ||
|
|
||
| //Custom translations | ||
| //import: conf/msg_conf/import/map_msg_eng_conf.txt | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -140,8 +140,8 @@ enum { | ||
| MAPID_XMAS, | ||
| MAPID_SUMMER, | ||
| MAPID_HANBOK, | ||
| MAPID_GANGSI, | ||
| MAPID_OKTOBERFEST, | ||
| //2-1 Jobs | ||
| MAPID_SUPER_NOVICE = JOBL_2_1|0x0, | ||
| MAPID_KNIGHT, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
why not "unknown"? xD