Gainak Town rework and some mapregion additions.

Contributed by Ionut.
This commit is contained in:
mobius
2015-01-30 23:11:18 +00:00
parent 0581853e02
commit acf0c17ba4
25 changed files with 171 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
<html><body>Warehouse Keeper Edward:<br>
<center>
<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">Withdraw Item (Private Warehouse)</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</center>
</body></html>

View File

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

View File

@@ -0,0 +1,9 @@
<html><body>Edward:<br>
You need a warehouse, right?<br>
<center>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Private Warehouse</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Clan Warehouse</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/g_cube_warehouse001.htm"><font color="LEVEL">Wondrous Cubic</font></Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</center>
</body></html>

View File

@@ -1,8 +0,0 @@
<html><body>Even heard of the <font color="LEVEL">Wondrous Cubic</font>? It's the fruit of our guild's labor! It can produce all kinds of <font color="LEVEL">Cube Fragments</font>!<br>
But the thing is, you can't really use this item more than once a day. You see where this is going? So you get me some of these fragments, and I give you scrolls and items in exchange -- how about it? If you don't have the Wondrous Cubic, go to Helvetia in the Village of Giran, and she'll tell you all about it.<br>
(Cooldown for the Wondrous Cubic resets at 6 am.)<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339471">"I want to buy some stuff with the Cube Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339472">"I want to buy Lv. 1 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339473">"I want to buy Lv. 2 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339474">"I want to buy Lv. 3 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
</body></html>