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

%200
+0
+3

[@main]
#SAY
Hi, My name is {FCOLOR/10}<$NPCNAME>{FCOLOR/12}, how can I help you?\
<[ Buy ]/@buy> Potions\
<[ Sell ]/@sell> Potions\
<[ Buy BloodTalisman ]/@BuyTalisman>\
<[ Buy LifeStar ]/@BuyLifeStar>\
<[ Integral Options ]/@CALLIntegralNPC>\\
Storage Options\\
<[ Store ]/@storage> Items\
<[ Retrieve ]/@PreGetback> Items\
<[ Manage Password ]/@StgPassword>\
<[ Exit ]/@exit>\\


[@BuyTalisman]
#SAY
Its a special Rose,\
AC10-10, MR10-10, DC3-3, M-All 3-3\
This will cost you 10 Million!!\\
<[ Buy BloodTalisman ]/@BuyTalisman1>\
<[ Back ]/@Main>\\

[@BuyTalisman1]
#IF
CheckGold 10000000
#ACT
Take Gold 10000000
Give BloodTalisman 1
Close
#ELSESAY
You don't have 10 Million!!!\\
<[ Back ]/@Main>\\

[@BuyLifeStar]
#SAY
Its a special Rose,\
AC12-12, MR12-12, DC4-4, M-All 4-4\
This will cost you 15 Million!!\\
<[ Buy LifeStar ]/@BuyLifeStar1>\
<[ Back ]/@Main>\\

[@BuyLifeStar1]
#IF
CheckGold 15000000
#ACT
Take Gold 15000000
Give LifeStar 1
Close
#ELSESAY
You don't have 15 Million!!!\\
<[ Back ]/@Main>\\

[@StgPassword]
#CALL [System\InnerPassword.txt] @Manage_PassWord

[@PreGetback]
#CALL [System\InnerPassword.txt] @Input_PassWord

[@storage]
#SAY
What would you like to Store?\
<[ Back ]/@main>\

[@getback]
#SAY
Please take all you need\
<[ Back ]/@main>\

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

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

[@CALLIntegralNPC]
#CALL [\IntegralSystem\IntegralMainMenu.txt] @IntegralMainMenu


[Goods]

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
Ginseng 1000 1
OldGinseng 1000 1
HealthLiquor(M) 500 1
MagicLiquor(M) 500 1
StormLiquor(M) 500 1
ImpactLiquor(M) 500 1
SpiritLiquor(M) 500 1
NatureLiquor(M) 500 1


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