Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* Follow up f056629
-- Updated item_db.txt, makes Rebellion can use Gunslinger weapons and ammos -- Updated item_db.sql and item_db_re.sql -- 3CeAM 2.0 merger: r13 -- idAthena merger: r1057, r1077 * Follow up 3f6d4b6 -- Update the const.txt for SC_MOONSTAR and SC_SUPER_STAR. SC_EXTREMITYFIST2 should be always on the end of SC number * Hercules merger: 1375af7d00 Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
- Loading branch information
Showing
with
394 additions
and 251 deletions.
- +51 −3 db/const.txt
- +1 −1 db/packet_db.txt
- +55 −55 db/pre-re/item_db.txt
- +23 −0 db/pre-re/skill_db.txt
- +4 −0 db/pre-re/skill_require_db.txt
- +64 −64 db/re/item_db.txt
- +11 −0 db/re/skill_db.txt
- +4 −0 db/re/skill_require_db.txt
- +1 −0 doc/item_db.txt
- +55 −55 sql-files/item_db.sql
- +66 −66 sql-files/item_db_re.sql
- +1 −1 src/common/mmo.h
- +1 −2 src/common/timer.h
- +1 −0 src/map/clif.h
- +11 −0 src/map/skill.h
- +45 −4 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
| @@ -2028,7 +2028,7 @@ packet_ver: 39 | ||
| 0x093A,5,hommenu,2:4 | ||
| 0x0964,36,storagepassword,2:4:20 | ||
|
|
||
| //2013-06-18 Ragexe (Shakto) | ||
| packet_ver: 40 | ||
| 0x0889,7,actionrequest,2:6 | ||
| 0x0951,10,useskilltoid,2:4:6 | ||
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.