Skip to content

Instantly share code, notes, and snippets.

@Pandragon
Created March 7, 2014 17:51
Show Gist options
  • Save Pandragon/9416342 to your computer and use it in GitHub Desktop.
Save Pandragon/9416342 to your computer and use it in GitHub Desktop.
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/html/warehouse/4315.htm
===================================================================
--- dist/game/data/html/warehouse/4315.htm (revision 0)
+++ dist/game/data/html/warehouse/4315.htm (working copy)
@@ -0,0 +1,3 @@
+<html><body>Fantasy Isle Warehouse Keeper:<br>For the last century, Fantasy Isle's warehouse has never had any lost accidents. Not even one! How about that? The Iron Guild's management resulted in this great pride. So please leave your items here without any worry.<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Use private Warehouse.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">Use clan Warehouse.</a><br></body></html>
\ No newline at end of file
Index: dist/sql/game/spawnlist.sql
===================================================================
--- dist/sql/game/spawnlist.sql (revision 10244)
+++ dist/sql/game/spawnlist.sql (working copy)
@@ -4823,6 +4823,8 @@
("FantasyIsle", 1, 4323, -61155, -57755, -2008, 0, 0, 0, 60, 0, 0, 0),
-- Fantasy Isle Paddies
("FantasyIsle", 1, 32378, -59234, -56897, -2032, 0, 0, 0, 60, 0, 0, 0),
+-- Fantasy Isle Warehouse
+("FantasyIsle", 1, 4315, -59234, -56825, -2039, 0, 0, 65275, 60, 0, 0, 0),
-- Entrance Manager
("unset", 1, 32521, -57712, -61490, -2376, 0, 0, 16384, 60, 0, 0, 0),
-- Entrance Manager
Index: dist/game/data/html/warehouse/4315-2.htm
===================================================================
--- dist/game/data/html/warehouse/4315-2.htm (revision 0)
+++ dist/game/data/html/warehouse/4315-2.htm (working copy)
@@ -0,0 +1,6 @@
+<html><body>Fantasy Isle Warehouse Keeper:<br>
+<font color="LEVEL">[ Clan Warehouse ]</font><br>
+<a action="bypass -h npc_%objectId%_DepositC">Deposit an item - Clan Warehouse</a><br>
+<a action="bypass -h npc_%objectId%_WithdrawC">Withdraw up an item - Clan Warehouse</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Back</a>
+</body></html>
\ No newline at end of file
Index: dist/game/data/html/warehouse/4315-1.htm
===================================================================
--- dist/game/data/html/warehouse/4315-1.htm (revision 0)
+++ dist/game/data/html/warehouse/4315-1.htm (working copy)
@@ -0,0 +1,6 @@
+<html><body>Fantasy Isle Warehouse Keeper:<br>
+<font color="LEVEL">[ Private Warehouse ]</font><br>
+<a action="bypass -h npc_%objectId%_DepositP">Deposit an item - Private Warehouse</a><br>
+<a action="bypass -h npc_%objectId%_WithdrawP">Withdraw up an item - Private Warehouse</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Back</a>
+</body></html>
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment