Addition of Tutorial guide.

Author: emanueld
Source: https://acis.i-live.eu/index.php?topic=8051
This commit is contained in:
MobiusDevelopment
2019-07-26 15:31:46 +00:00
parent ad7e74fa70
commit a7db4c8d0b
171 changed files with 2167 additions and 32 deletions

View File

@@ -295,19 +295,24 @@ MaxLevelNewbieStatus = 40
# NPC respawn time (default 180 seconds)
StandardRespawnDelay = 180
# ExpertisePenality, to disable grade penalty
# Disable tutorial on new player enter into Game
# Please remember its sometimes important to novice players
# Default: False
DisableTutorial = False
# ExpertisePenalty, to disable grade penalty
# False: Players can use equip S grade at level 1.
# True: Players can't use equip S grade at level 1.
ExpertisePenality = True
ExpertisePenalty = True
# MasteryPenality, to disable Heavy expertise.
# MasteryPenalty, to disable Heavy expertise.
# True: Players like dagger or archer can't use Heavy armor.
MasteryPenality = False
# MasteryPenality starting level.
MasteryPenalty = False
# MasteryPenalty starting level.
# Default from 20
LevelToGetPenalty = 20
# MasteryWeaponPenality, to disable weapons expertise.
# MasteryWeaponPenalty, to disable weapons expertise.
# True: Players that have not weapon mastery cannot use that weapon type.
MasteryWeaponPenality = False
# MasteryWeaponPenality starting level.