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 support for Rebellion class (no skills) - Credits to Hercules, …
…Sanasol, Cydh Packets update for banking and 2013-08-07 - Credits to Shakto Fixed a problem where players could use items in Invisibility
- Loading branch information
Showing
with
700 additions
and 388 deletions.
- +1 −1 conf/help.txt
- +1 −0 conf/msg_conf/map_msg.conf
- +1 −0 conf/msg_conf/map_msg_chn.conf
- +1 −0 conf/msg_conf/map_msg_frn.conf
- +1 −0 conf/msg_conf/map_msg_idn.conf
- +1 −0 conf/msg_conf/map_msg_por.conf
- +1 −0 conf/msg_conf/map_msg_rus.conf
- +1 −0 conf/msg_conf/map_msg_spn.conf
- +1 −0 conf/msg_conf/map_msg_tha.conf
- +2 −0 db/const.txt
- +2 −0 db/job_db2.txt
- +42 −0 db/packet_db.txt
- +2 −0 db/pre-re/job_db1.txt
- +4 −4 db/pre-re/job_exp.txt
- +4 −4 db/pre-re/job_maxhpsp_db.txt
- +354 −349 db/pre-re/skill_cast_db.txt
- +27 −0 db/pre-re/skill_db.txt
- +27 −0 db/pre-re/skill_require_db.txt
- +46 −0 db/pre-re/skill_tree.txt
- +2 −0 db/pre-re/skill_unit_db.txt
- +2 −0 db/re/job_db1.txt
- +4 −4 db/re/job_exp.txt
- +4 −4 db/re/job_maxhpsp_db.txt
- +8 −3 db/re/skill_cast_db.txt
- +27 −0 db/re/skill_db.txt
- +27 −0 db/re/skill_require_db.txt
- +46 −0 db/re/skill_tree.txt
- +2 −0 db/re/skill_unit_db.txt
- +1 −0 doc/item_db.txt
- +2 −0 src/common/mmo.h
- +4 −4 src/map/atcommand.c
- +1 −1 src/map/clif.h
- +6 −3 src/map/itemdb.c
- +1 −0 src/map/map.h
- +6 −0 src/map/pc.c
- +9 −9 src/map/pc.h
- +2 −2 src/map/skill.c
- +25 −0 src/map/skill.h
- +2 −0 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
| @@ -684,6 +684,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -671,6 +671,7 @@ | ||
| 692: 基因學者 T | ||
| 693: 魅影追蹤者 T | ||
| 694: 韓服 | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -683,6 +683,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -683,6 +683,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -663,6 +663,7 @@ | ||
| 692: Bioqu�mico T | ||
| 693: Renegado T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -682,6 +682,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
| //695-899 �� ������������ | ||
|
|
||
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
| @@ -670,6 +670,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -677,6 +677,7 @@ | ||
| 692: Genetic T | ||
| 693: Shadow Chaser T | ||
| 694: Hanbok | ||
| 695: Rebellion | ||
|
|
||
|
|
||
| //------------------------------------ | ||
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
| @@ -166,6 +166,8 @@ Job_Super_Baby_E 4191 | ||
| Job_Kagerou 4211 | ||
| Job_Oboro 4212 | ||
|
|
||
| Job_Rebellion 4215 | ||
|
|
||
| EAJL_2_1 0x100 | ||
| EAJL_2_2 0x200 | ||
| EAJL_2 0x300 | ||
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
Oops, something went wrong.
f056629There 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.
thx, finally it's here. I'll do some follow up about the item_db @_@