diff options
author | Wushin <pasekei@gmail.com> | 2014-10-23 22:27:15 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-10-23 22:27:15 -0500 |
commit | 0fd39e45130a82328e8e1e1f2b8d6bcc46b9151c (patch) | |
tree | c9d14968b6ab6594225e64bc1a8ed1a3dcf048d7 /world/map/conf | |
parent | 15173eeab346c9305436f1e6e2fb30285a610025 (diff) | |
parent | 6403fda71f2788b0cd18405503e718ace09f034f (diff) | |
download | serverdata-0fd39e45130a82328e8e1e1f2b8d6bcc46b9151c.tar.gz serverdata-0fd39e45130a82328e8e1e1f2b8d6bcc46b9151c.tar.bz2 serverdata-0fd39e45130a82328e8e1e1f2b8d6bcc46b9151c.tar.xz serverdata-0fd39e45130a82328e8e1e1f2b8d6bcc46b9151c.zip |
Merge pull request #145 from mekolat/noobskills
allow noobs to use basic skills
Diffstat (limited to 'world/map/conf')
-rw-r--r-- | world/map/conf/battle_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 0f30a4c6..cc10f40c 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -115,11 +115,11 @@ mob_skill_use: yes mob_count_rate: 100 // You must have basic skills to be able to sit, trade, form a party or create a chatroom? (Note 1) -basic_skill_check: yes +basic_skill_check: no // When teleporting, or spawning to a map, how long before a monster sees you if you don't move? (time is in milliseconds) // That is, when you go to a map and don't move, how long before the monsters will notice you. -// If you attack a monster, it will attack you back regaurdless of this setting. (I think) +// If you attack a monster, it will attack you back regardless of this setting. (I think) player_invincible_time: 5000 // Will there be a minimum skill dmg even if there is a miss? |