Retail like builder messages.
Adapted from: L2jUnity free files.
This commit is contained in:
@@ -158,8 +158,6 @@
|
||||
<admin command="admin_earthquake_menu" accessLevel="100" />
|
||||
<admin command="admin_bighead" accessLevel="100" />
|
||||
<admin command="admin_shrinkhead" accessLevel="100" />
|
||||
<admin command="admin_gmspeed" accessLevel="100" />
|
||||
<admin command="admin_gmspeed_menu" accessLevel="100" />
|
||||
<admin command="admin_unpara_all" accessLevel="100" />
|
||||
<admin command="admin_para_all" accessLevel="100" />
|
||||
<admin command="admin_unpara" accessLevel="100" />
|
||||
@@ -189,6 +187,13 @@
|
||||
<admin command="admin_set_displayeffect_menu" accessLevel="100" />
|
||||
<admin command="admin_playmovie" accessLevel="100" />
|
||||
|
||||
<!-- ADMIN SPEED -->
|
||||
<admin command="admin_gmspeed" accessLevel="100" />
|
||||
<admin command="admin_superhaste" accessLevel="100" />
|
||||
<admin command="admin_superhaste_menu" accessLevel="100" />
|
||||
<admin command="admin_speed" accessLevel="100" />
|
||||
<admin command="admin_speed_menu" accessLevel="100" />
|
||||
|
||||
<!-- ADMIN ELEMENT -->
|
||||
<admin command="admin_setlh" accessLevel="100" />
|
||||
<admin command="admin_setlc" accessLevel="100" />
|
||||
@@ -615,4 +620,7 @@
|
||||
<admin command="banchat" accessLevel="100" />
|
||||
<admin command="debug" accessLevel="100" />
|
||||
<admin command="unbanchat" accessLevel="100" />
|
||||
|
||||
<!-- HIDE -->
|
||||
<admin command="admin_hide" accessLevel="100" />
|
||||
</list>
|
@@ -25,6 +25,10 @@ ServerGMOnly = False
|
||||
# Default: False
|
||||
GMHeroAura = False
|
||||
|
||||
# Whether GM logins in builder hide mode by default.
|
||||
# Default: True
|
||||
GMStartupBuilderHide = True
|
||||
|
||||
# Auto set invulnerable status to a GM on login.
|
||||
# Default: False
|
||||
GMStartupInvulnerable = True
|
||||
@@ -79,6 +83,11 @@ GMGiveSpecialSkills = False
|
||||
# Default: False
|
||||
GMGiveSpecialAuraSkills = False
|
||||
|
||||
# In case you are not satisfied with the retail-like implementation of //gmspeed",
|
||||
# with this config you can rollback it to the old custom L2J version of the GM Speed.
|
||||
# Default: False
|
||||
UseSuperHasteAsGMSpeed = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Server Security
|
||||
|
Reference in New Issue
Block a user