Files
rathena/db
Cydh Ramdh bf6d2f0197 Merge pull request #263 from rathena/cleanup/bonus_script
Bonus Script clean up
* Removed fixed array size (MAX_PC_BONUS_SCRIPT) of bonus_script on players, changed to link list.
* Changed fixed script string on player's bonus_script to StringBuf, reduce memory usage for each connected player.
* Added new flags to expand duplicated script and flag to allow duplicate script.
* Reduced buf length from 1024 to 512 on bonus_script_data (used for saving/loading bonus_script from char-server). Still, MAX_PC_BONUS_SCRIPT is used to gives limit data can be loaded.
* Merged 'pc_bonus_script_clear_all' to 'pc_bonus_script_clear'
* Now bonus script will be saved on auto-save timer or other save request, prevent losing the bonus when "something" happen. But, saving when player is quitting will removes the bonus that won't be saved on logout.
* Fixed Superstar_Snack (22843) and Sealed_Dracula_Card (22846) fields

NOTE:
Please import 'upgrade_20150131.sql' for `bonus_script` table changes

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2015-02-13 16:37:28 +07:00
..
2015-02-10 12:13:08 -05:00
2014-08-24 21:58:23 +07:00
2015-02-10 09:33:00 -05:00
2014-08-24 21:58:23 +07:00
2013-03-27 21:57:45 +00:00
2014-07-12 07:38:32 +07:00
2014-10-01 17:42:30 +07:00
2014-06-20 19:13:45 +07:00
2014-08-24 21:58:23 +07:00
2014-08-24 21:58:23 +07:00
2014-08-24 21:58:23 +07:00
2014-08-24 21:58:23 +07:00