Lemongrass3110 9157318ee9 Script level up events from atcommands
Based on @Emistry's pull request HerculesWS/Hercules#1396:
Added a configuration to enable the atcommands baselevel and joblevel to trigger their respective npc events.
This will help you guys with testing your custom scripts that are listening to OnPCBaseLvUpEvent or OnPCJobLvUpEvent.
For safety reasons we only trigger the events on level increase.
2016-08-12 15:21:48 +02:00
..
2016-06-16 23:40:14 +02:00
2014-06-15 18:50:21 +07:00
2014-07-12 07:38:32 +07:00
2016-03-19 14:09:30 -04:00
2015-06-26 10:36:40 -04:00
2015-12-31 00:42:41 +01:00
2015-06-30 10:58:07 +07:00
2015-06-30 10:58:07 +07:00
2016-01-31 10:52:57 -05:00
2013-11-08 16:40:36 +07:00
2015-10-21 01:59:32 -04:00

What is the import folder for?
-------------------------------------------------------------------------------

The folder provides a way for you to change your config settings without having
to update the files every time you update your server. You store your changes,
and the rest is updated with rAthena.

How does this work?
-------------------------------------------------------------------------------

Place only the settings you have changed in the import files.
For example, if you want to change a value in /battle/exp.conf:

	// Rate at which exp. is given. (Note 2)
	base_exp_rate: 700

You could instead copy the setting into /import/battle_conf.txt,
and you'll eliminate any problems updating in the future.

Neat, isn't it?

- Semi-guide by Ajarn / Euphy