Addition of prime shop support.

This commit is contained in:
MobiusDev
2018-03-15 07:59:31 +00:00
parent 5ccf1d455c
commit 0ef150f22a
26 changed files with 1423 additions and 7 deletions

View File

@@ -265,6 +265,14 @@
<admin command="admin_setfort" accessLevel="100" />
<admin command="admin_removefort" accessLevel="100" />
<!-- ADMIN ITEM MALL AND GAME POINTS -->
<admin command="admin_add_game_points" accessLevel="100" />
<admin command="admin_count_game_points" accessLevel="100" />
<admin command="admin_gamepoints" accessLevel="100" />
<admin command="admin_set_game_points" accessLevel="100" />
<admin command="admin_subtract_game_points" accessLevel="100" />
<admin command="admin_reload_itemmall" accessLevel="100" />
<!-- ADMIN GEODATA -->
<admin command="admin_geo_pos" accessLevel="30" />
<admin command="admin_geo_spawn_pos" accessLevel="30" />

View File

@@ -867,6 +867,18 @@ BotReportDelay = 30
# Default: False
AllowReportsFromSameClanMembers = False
# ---------------------------------------------------------------------------
# Item-Mall (Prime-Shop) Settings
# ---------------------------------------------------------------------------
# Enable Item-Mall.
# Must enable in L2.ini client file.
# Default: False
EnableItemMall = False
# Item Id used by item mall.
# Default: -1
GamePointItemId = -1
# ---------------------------------------------------------------------------
# Developer Settings
# ---------------------------------------------------------------------------