;;Ҫɾ

Msg0 = Your Health Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg1 = Your Mana Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg2 = Your Armour Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg3 = Your Magic Resistance Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg4 = Your Destructive Class Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg5 = Your Magic (Nature) Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg6 = Your Magic (Soul) Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg7 = Your Magic (Ignis) Has Been Enhanced By <$OUTPUT(P2)> Points.
Msg8 = Your Magic (Gelu) Has Been Enhanced By <$OUTPUT(P3)> Points.
Msg9 = Your Magic (Fulmen) Has Been Enhanced By <$OUTPUT(P4)> Points.
Msg10 = Your Magic (Ventus) Has Been Enhanced By <$OUTPUT(P5)> Points.
Msg11 = Your Magic (Sacer) Has Been Enhanced By <$OUTPUT(P6)> Points.
Msg12 = Your Magic (Ater) Has Been Enhanced By <$OUTPUT(P7)> Points.
Msg13 = Your Magic (Phasma) Has Been Enhanced By <$OUTPUT(P8)> Points.

;---------------------------------------------------------------------------

[@Main]
#IF
CheckBonus
#SAY
What stats would you like me to enhance?\ \
<Health/@ChangeType(HP)>\
<Mana/@ChangeType(MP)>\
<Destructive Class/@ChangeType(DC)>\
<Magic - Nature/@ChangeType(MC)>\
<Magic - Soul/@ChangeType(SC)>\
<Armour Class/@ChangeType(AC)>\
<Magic Resistance/@ChangeType(MAC)>\
<Elements/@ChangeType(ATOM)>\\
<Leave/@exit>

;---------------------------------------------------------------------------

#ELSESAY
You must be level 40 or above to recive bonus stats.\ \
<Buy Senillity Potion/@BuyPotion>\
<Leave/@exit>

;---------------------------------------------------------------------------

[@BuyPotion]
#IF
CheckGold 500000
#ACT
Take Gold 500000
Give SenillityPotion 1
CLOSE
#ELSESAY
You do not have 500,000 Gold.\\
<Leave/@exit>

;---------------------------------------------------------------------------

[@ChangeType()]
#IF
CheckBonus
#ACT
TakeBonus %ARG(1)
#ELSESAY
BonusAbilitySystem_2\
㻹û߱ǿ40ÿһͻһǿᡣ\ \
<Leave/@exit>
#ELSEACT
break

;---------------------------------------------------------------------------

#IF
Equal P0 0

;---------------------------------------------------------------------------

#SAY
BonusAbilitySystem_3\
ǿʧܣ´\
<Leave/@exit>
#ACT
break

;---------------------------------------------------------------------------

#IF
#ACT
close

;---------------------------------------------------------------------------

#IF
Equal P1 20
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg0]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 21
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg1]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg2]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 1
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg3]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 2
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg4]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 3
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg5]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
Equal P1 4
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg6]
SysMsg %A7
break

;---------------------------------------------------------------------------

#IF
!Equal P1 5
#ACT
break

;---------------------------------------------------------------------------

#IF
Large P2 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg7]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P3 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg8]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P4 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg9]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P5 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg10]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P6 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg11]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P7 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg12]
SysMsg %A7

;---------------------------------------------------------------------------

#IF
Large P8 0
#ACT
LoadValue A7 [Convert_Def\Common\Hermit.txt] [Convert] [Msg13]
SysMsg %A7

;---------------------------------------------------------------------------

;;Ҫɾ