Skip to content

Instantly share code, notes, and snippets.

@u3games
u3games / gist:86a58a0f1f3946e46bd8
Created February 19, 2015 08:18
Dev_Engine_Data_v1
Index: dist/game/config/adminCommands.xml
===================================================================
--- dist/game/config/adminCommands.xml (revision 18787)
+++ dist/game/config/adminCommands.xml (working copy)
@@ -569,6 +569,16 @@
<admin command="admin_tvt_add" accessLevel="7" />
<admin command="admin_tvt_remove" accessLevel="7" />
<admin command="admin_tvt_advance" accessLevel="7" />
+
+ <!-- ADMIN CTF EVENT -->
@u3games
u3games / gist:6b34820c2bd2066f60d9
Created February 19, 2015 08:16
Dev_Engine_Core_v1 - U3Games
Index: dist/game/config/L2JMods.properties
===================================================================
--- dist/game/config/L2JMods.properties (revision 10485)
+++ dist/game/config/L2JMods.properties (working copy)
@@ -127,7 +127,6 @@
# ---------------------------------------------------------------------------
# Team vs. Team Event Engine (by HorridoJoho)
# ---------------------------------------------------------------------------
-
# <u><b><font color="red">WARNING: this mod require custom NPC table support turned on !</font></b></u>
Index: dist/game/config/Server.properties
===================================================================
--- dist/game/config/Server.properties (revision 10299)
+++ dist/game/config/Server.properties (working copy)
@@ -117,4 +117,28 @@
# Maximum number of characters per account.
# Default: 7 (client limit)
-CharMaxNumber = 7
\ No newline at end of file
@u3games
u3games / gist:89eabaa5920dc711527b
Created August 13, 2014 11:18
Rin4a's scheme buffer (L2J-Server H5-Beta)
Index: dist/game/data/scripts.cfg
===================================================================
--- dist/game/data/scripts.cfg (revision 10413)
+++ dist/game/data/scripts.cfg (working copy)
@@ -310,6 +310,7 @@
custom/ShadowWeapons/ShadowWeapons.java
custom/NewbieCoupons/NewbieCoupons.java
custom/RaidbossInfo/RaidbossInfo.java
+custom/NpcBuffer/NpcBuffer.java
custom/NpcLocationInfo/NpcLocationInfo.java