Retail like builder messages.

Adapted from: L2jUnity free files.
This commit is contained in:
MobiusDev
2018-05-03 22:30:45 +00:00
parent cdcd780e7a
commit 8e76b4772d
188 changed files with 5621 additions and 1645 deletions

View File

@@ -150,8 +150,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="30" />
<admin command="admin_gmspeed_menu" accessLevel="30" />
<admin command="admin_unpara_all" accessLevel="100" />
<admin command="admin_para_all" accessLevel="100" />
<admin command="admin_unpara" accessLevel="100" />
@@ -181,6 +179,13 @@
<admin command="admin_set_displayeffect" accessLevel="100" />
<admin command="admin_set_displayeffect_menu" accessLevel="100" />
<!-- ADMIN SPEED -->
<admin command="admin_gmspeed" accessLevel="30" />
<admin command="admin_superhaste" accessLevel="30" />
<admin command="admin_superhaste_menu" accessLevel="30" />
<admin command="admin_speed" accessLevel="30" />
<admin command="admin_speed_menu" accessLevel="30" />
<!-- ADMIN ELEMENT -->
<admin command="admin_setlh" accessLevel="100" />
<admin command="admin_setlc" accessLevel="100" />
@@ -612,4 +617,7 @@
<admin command="banchat" accessLevel="30" />
<admin command="debug" accessLevel="100" />
<admin command="unbanchat" accessLevel="30" />
<!-- HIDE -->
<admin command="admin_hide" accessLevel="30" />
</list>

View File

@@ -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