Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added Oktoberfest costume.
- Requires client version 20131218 or newer.
- Loading branch information
Showing
with
69 additions
and 20 deletions.
- +4 −0 conf/battle/client.conf
- +1 −0 conf/msg_conf/map_msg.conf
- +6 −1 db/const.txt
- +1 −1 db/re/item_db.txt
- +1 −0 src/common/mmo.h
- +1 −1 src/map/atcommand.c
- +1 −0 src/map/battle.c
- +1 −0 src/map/battle.h
- +9 −7 src/map/clif.c
- +1 −0 src/map/map.h
- +11 −1 src/map/pc.c
- +3 −2 src/map/script.c
- +21 −4 src/map/status.c
- +8 −3 src/map/status.h
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
| @@ -694,6 +694,7 @@ | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
| 696: Oktoberfest | ||
|
|
||
| // @vip | ||
| 700: Usage: @vip <time> <character name> | ||
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
| @@ -616,6 +616,7 @@ enum { | ||
| JOB_XMAS, | ||
| JOB_SUMMER, | ||
| JOB_HANBOK, | ||
| JOB_OKTOBERFEST, | ||
| JOB_MAX_BASIC, | ||
|
|
||
| JOB_NOVICE_HIGH = 4001, | ||
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
| @@ -135,6 +135,7 @@ enum { | ||
| MAPID_XMAS, | ||
| MAPID_SUMMER, | ||
| MAPID_HANBOK, | ||
| MAPID_OKTOBERFEST, | ||
| MAPID_GANGSI, | ||
| //2-1 Jobs | ||
| MAPID_SUPER_NOVICE = JOBL_2_1|0x0, | ||
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
b818c78There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but we don't have 20131218 yet. xD