diff options
author | jaBote <j@bot.e> | 2013-04-29 01:22:05 +0200 |
---|---|---|
committer | jaBote <j@bot.e> | 2013-04-29 01:22:05 +0200 |
commit | f41dea469a52213acfde4f4ea5e8d7bbbd869bed (patch) | |
tree | fabe610d2557f7274f667a9a17a84a4ff35c072a /conf | |
parent | b9431998463f5c072bdd38df18bbb6210c7e3297 (diff) | |
parent | 53e5fbb299a72bbdab9859e948aca3b355afeb1a (diff) | |
download | hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.gz hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.bz2 hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.xz hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/skill.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 622ce7877..df419b262 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -234,10 +234,6 @@ emergency_call: 11 //16: Disable skill from affecting Guild Master guild_aura: 31 -// Max Possible Level of Monster skills -// Note: If your MVPs are too tough, reduce it to 10. -mob_max_skilllvl: 100 - // Allows players to skip menu when casting Teleport level 1 // Menu contains two options. "Random" and "Cancel" skip_teleport_lv1_menu: no @@ -279,4 +275,8 @@ dancing_weaponswitch_fix: yes // Skill Trap Type (GvG) // 0: (official) Traps in GvG only make player stop moving after its walk path is complete, and it activates other traps on the way. // 1: Traps in GvG make player stop moving right when stepping over it. -skill_trap_type: 0
\ No newline at end of file +skill_trap_type: 0 + +// Max Possible Level of Monster skills +// Note: If your MVPs are too tough, reduce it to 10. +mob_max_skilllvl: 100
\ No newline at end of file |