-Arcan npc htmls.

-Arcan teleporters.
-Arcan grocer npc.
-Arcan warehouse npc.
-Arcan proof trading npc.
-Arcan Mumu video handler.
-Arcan npc Manager spawns.
This commit is contained in:
mobius
2015-02-23 10:15:14 +00:00
parent 10fbc11842
commit 8ae1c1dbdd
51 changed files with 789 additions and 37 deletions

View File

@@ -0,0 +1,4 @@
<html><body>Warehouse Keeper:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Deposit Item (Private Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP 0">Withdraw Item (Private Warehouse)</Button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Warehouse Keeper:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC @1039">Deposit Item (Clan Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC 0">Withdraw Item (Clan Warehouse)</Button>
</body></html>

View File

@@ -0,0 +1,7 @@
<html><body>Warehouse Keeper Hamrun:<br>
I find it very easy to talk to cats, as their eyes are about level with mine. Why don't you leave your items with me? You'd need a warehouse here as well, wouldn't you?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link warehouse/privatewh.htm">"Yeah, I need a private warehouse."</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link warehouse/clanwh.htm">"Can I see my clan warehouse?"</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/g_cube_warehouse001.htm"><font color="LEVEL">"I just want my Wondrous Cubic."</font></button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
</body></html>