Fixed retail buypass bug.

This commit is contained in:
MobiusDev
2017-08-02 19:10:42 +00:00
parent 6e013fa0ad
commit 88c545a5f4
3 changed files with 0 additions and 3 deletions

View File

@@ -2,6 +2,5 @@
Hehe... You look so scared! Don't worry, there aren't any thieves or bandits here... the monsters have chased them all off, haha!<br>
Just kidding. Well, not about the monsters. Oh! You want to get out of here? Can't say I blame you.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest">"I want to use some Steel Door Guild Coins."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -3,6 +3,5 @@ In the past, the Ivory Tower dispatched many female wizards here. I think that m
I can tell you, things are unstable here right now. If you want to proceed, you'd be well advised to make your preparations first.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"I'd like to go to the 3rd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 2">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest">"I want to use some Steel Door Guild Coins."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -2,6 +2,5 @@
Cough, cough. Ugh, this place it taking it's toll on me, mentally and physically. Why did I ever let them send me here? If you know what's good for you, you'll turn right around and go back to the village. Cough... Cough...<br>
Let me tell you this again. This place is the least dangerous. As you go up, you'll face more dangers, so watch out!<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"I'd like to go to the 2nd basement floor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest">"I want to use some Steel Door Guild Coins."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>