;;Ҫɾ
[@CheckLoginRank]
{
;----------------------------------------------------------------------
#IF
CheckNamelist StartKit.txt
#ACT
goto @CheckLoginRank_1
#ELSEACT
SET [001] 1
goto @GiveKit

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

[@GiveKit]
#IF
CheckJob Warrior
#ACT
AddNamelist StartKit.txt
Give Gold 25000
Give HPPotion 10
Give SwordsmanShipؼ 1
monrecall SkeletonExecutioner 3 5
LoadValue A7 [Convert_Def\NewPlayer.txt] [Convert] [Msg0]
LineMsg [Grobal] %A7
goto @NewPlayerNext
BREAK

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

#IF
CheckJob Wizard
#ACT
AddNamelist StartKit.txt
Give Gold 25000
Give MPPotion 5
Give HPPotion 5
Give FireBallؼ 1
monrecall SkeletonExecutioner 3 5
LoadValue A7 [Convert_Def\NewPlayer.txt] [Convert] [Msg1]
LineMsg [Grobal] %A7
goto @NewPlayerNext
BREAK

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

#IF
CheckJob Taoist
#ACT
AddNamelist StartKit.txt
Give Gold 25000
Give MPPotion 5
Give HPPotion 5
Give Healingؼ 1
monrecall SkeletonExecutioner 3 5
LoadValue A7 [Convert_Def\NewPlayer.txt] [Convert] [Msg2]
LineMsg [Grobal] %A7
goto @NewPlayerNext
BREAK

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

[@NewPlayerNext]
#ACT
BREAK

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

[@CheckLoginRank_1]
#SAY
welcome {FCOLOR/10}<$USERNAME>{FCOLOR/12}\\
{FCOLOR/10}Infomation:{FCOLOR/12}\
Vital News\
Vital Infomation\
Vital \
\\
{FCOLOR/10}Miscellaneous:{FCOLOR/12}\\
<Announce That Your Online/@StateOnline>\
}

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

[@StateOnline]
#ACT
LoadValue A7 [Convert_Def\NewPlayer.txt] [Convert] [Msg3]
LineMsg [Grobal] %A7
goto @CheckLoginRank_1

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

;;Ҫɾ