Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Increased item ID array size.
- Increased limit from 32,767 to 65,535. - Still uses same amount of memory with doubled usable size. - Adjusted CARD0_PET from -256 to 256. - Please run both SQL files after applying this update to avoid values becoming corrupt. - Tested and works on clients 2012-04-10 and up thanks to Cydh. - Removed an unused SQL file.
- Loading branch information
Showing
with
513 additions
and 373 deletions.
- +11 −11 conf/msg_conf/map_msg.conf
- +5 −5 conf/msg_conf/map_msg_frn.conf
- +8 −8 conf/msg_conf/map_msg_idn.conf
- +5 −5 conf/msg_conf/map_msg_por.conf
- +5 −5 conf/msg_conf/map_msg_rus.conf
- +5 −5 conf/msg_conf/map_msg_spn.conf
- +5 −5 conf/msg_conf/map_msg_tha.conf
- +6 −6 sql-files/logs.sql
- +31 −31 sql-files/main.sql
- +13 −13 sql-files/mob_db.sql
- +13 −13 sql-files/mob_db2.sql
- +13 −13 sql-files/mob_db2_re.sql
- +13 −13 sql-files/mob_db_re.sql
- 0 sql-files/upgrades/upgrade_20131229.sql
- +94 −0 sql-files/upgrades/upgrade_20140612.sql
- +8 −0 sql-files/upgrades/upgrade_20140612_log.sql
- +10 −10 src/char/char.c
- +2 −2 src/char/int_auction.c
- +1 −1 src/char/int_mail.c
- +2 −2 src/char/int_storage.c
- +2 −2 src/common/mmo.h
- +13 −9 src/map/atcommand.c
- +3 −3 src/map/buyingstore.c
- +5 −5 src/map/cashshop.c
- +1 −1 src/map/cashshop.h
- +12 −12 src/map/clif.c
- +6 −6 src/map/clif.h
- +36 −34 src/map/itemdb.c
- +10 −10 src/map/itemdb.h
- +7 −7 src/map/log.c
- +5 −4 src/map/mob.c
- +8 −2 src/map/mob.h
- +23 −18 src/map/npc.c
- +4 −3 src/map/npc.h
- +28 −27 src/map/pc.c
- +12 −11 src/map/pc.h
- +6 −5 src/map/pet.c
- +1 −1 src/map/pet.h
- +47 −35 src/map/script.c
- +1 −1 src/map/searchstore.c
- +2 −2 src/map/searchstore.h
- +16 −14 src/map/skill.c
- +10 −8 src/map/skill.h
- +5 −5 src/map/storage.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
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
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.