;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%100
+30
+3
+25
+61
+44
+0
+3

[@main]
#SAY
Hi, My name is {FCOLOR/10}<$NPCNAME>{FCOLOR/12}, how can I help you?\
<[ Buy ]/@buy>\
<[ Sell ]/@sell>\
<[ Move to ANY Mir Dungeon ]/@MoveToMir>\
<[ Move To Dungeon 1F ]/@MoveToDungeonA>\
<[ Move To Dungeon 3F ]/@MoveToDungeonC>\
<[ Move To Dungeon 4F ]/@MoveToDungeonD>\
<[ Move To Dungeon 6F ]/@MoveToDungeonF>\
<[ Buy Sabuk Items ]/@PurchaseSabukKit>\
<[ Exit ]/@exit>\

[@buy]
#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_Buy

[@sell]
#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_Sell

[@PurchaseSabukKit]
#SAY
Sabuk Items cost 500 SabuKDust\
They last for ONE day\
from midnight to midnight!\\
<[ Sabuk Para ]/@PurchaseSabuk(SabukParalysisRing(Rental))>\
<[ Sabuk Pro ]/@PurchaseSabuk(SabukProtectionRing(Rental))>\
<[ Sabuk Clear ]/@PurchaseSabuk(SabukTransparentRing(Rental))>\\
<[ Exit ]/@Exit>\\\

[@PurchaseSabuk()]
#IF
CheckItem SabukDust 500
#ACT
Mov  A1  %ARG(1)
Take SabukDust 500
Give %A1  1
#SAY
There you go :)
<[ Back ]/@Main>\\\



[@MoveToMir]
#SAY
You want to go Somewhere?\\
<[ BichonCave ]/@MoveTeleport(0,329,120)>\
<[ DeadPit ]/@MoveTeleport(0,320,269)>\
<[ PhantomCave ]/@MoveTeleport(1,33,31)>\
<[ PrajnaCave ]/@MoveTeleport(2,261,64)>\
<[ FrogCave ]/@MoveTeleport(2,26,44)>\
<[ AntColony ]/@MoveTeleport(0,162,33)>\
<[ WoomaTemple ]/@MoveTeleport(1,25,219)>\
<[ PrajnaStoneCave ]/@MoveTeleport(2,55,259)>\
<[ StoneTomb ]/@MoveTeleport(1,330,148)>\
<[ DeathValley ]/@MoveTeleport(0,19,36)>\
<[ RedMoonValley ]/@MoveTeleport(3,328,33)>\
<[ PrajnaTemple ]/@MoveTeleport(3,318,258)>\
<[ ZumaTemple ]/@MoveTeleport(3,21,105)>\
<[ JinchonDungeon ]/@MoveTeleport(5,147,28)>\
<[ BlackPalace ]/@MoveTeleport(5,318,197)>\
<[ NumaRuins ]/@MoveTeleport(4,212,114)>\
<[ WestDesert ]/@MoveTeleport(D002,37,122)>\
<[ IcePalace ]/@MoveTeleport(8,51,324)>\
<[ ForbiddenTemple ]/@MoveTeleport(FBI,37,242)>\
<[ AncientTemple ]/@MoveTeleport(ATT,180,120)>\
<[ Exit ]/@Exit>\

[@MoveTeleport()]
#ACT
MOV   A1   %ARG(1)
MOV   D2   %ARG(2)
MOV   D3   %ARG(3)
MapMove  %A1  %D2  %D3





[@MoveToDungeonA]
#SAY
...
#ACT
MapMove D1701 24 34

[@MoveToDungeonC]
#SAY
...
#ACT
MapMove D1703 151 139

[@MoveToDungeonD]
#SAY
...
#ACT
MapMove D1901 17 13


[@MoveToDungeonF]
#SAY
...
#ACT
MapMove D1903 17 34


[Goods]
RespawnScroll  20  1
LargeTorch 100 1
DungeonEscape 100 1
RandomTeleport 1000 1
TownTeleport 100 1
TeleportHome 100 1
LotteryTicket 1000 1
StormLiquor(S) 100 1
SpiritLiquor(S) 100 1
NatureLiquor(S) 100 1
MagicLiquor(S) 100 1
ImpactLiquor(S) 100 1
HealthLiquor(S) 100 1
StormLiquor(M) 100 1
SpiritLiquor(M) 100 1
NatureLiquor(M) 100 1
MagicLiquor(M) 100 1
ImpactLiquor(M) 100 1
HealthLiquor(M) 100 1
StormLiquor(L) 100 1
SpiritLiquor(L) 100 1
NatureLiquor(L) 100 1
MagicLiquor(L) 100 1
ImpactLiquor(L) 100 1
HealthLiquor(L) 100 1
GreenPoison(L) 100 1
RedPoison(L) 100 1
Talisman(L) 100 1
IGTalisman(M) 100 1
GETalisman(M) 100 1
FUTalisman(M) 100 1
VETalisman(M) 100 1
SATalisman(M) 100 1
ATTalisman(M) 100 1
PHTalisman(M) 100 1
SoulTalisman(S) 100 1
SoulTalisman(M) 100 1
SoulTalisman(L) 100 1
HolyTalisman(L) 100 1
DarkTalisman(L) 100 1
TalismanBundle(Holy) 100 1
TalismanBundle(Dark) 100 1
HPPotion(S) 500 1
MPPotion(S) 500 1
HPPotion(M) 500 1
MPPotion(M) 500 1
HPPotion(L) 500 1
MPPotion(L) 500 1
HPPotion(XL) 500 1
MPPotion(XL) 500 1
HPPotion(XXL) 500 1
MPPotion(XXL) 500 1
SunPotion(S) 500 1
SunPotion(M) 500 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;