;;Ҫɾ
[@CheckLoginRank]
{
;----------------------------------------------------------------------
#IF
CheckPKPoint 2
#ACT
MapMove 6 50 150
goto @CheckLoginRank_1
#ELSEACT
GoTo @Start

[@Start]
#IF
CheckNamelist StartKit.txt
#ACT
goto @CheckLoginRank_1
goto @LoginCheckFood
#ELSEACT
;AddNamelist MainQuest\Quest1\Quest.txt
SET [001] 1
SET [101] 1
SET [209] 1
goto @GiveKit

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

[@GiveKit]
#IF
CheckJob Warrior
#ACT
AddNamelist StartKit.txt
Give Gold 25000
Give HPPotion 10
Give SwordsmanShip(Manual) 1
monrecall Healer1 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(Manual) 1
monrecall Healer1 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(Manual) 1
monrecall Healer1 3 5
LoadValue A7 [Convert_Def\NewPlayer.txt] [Convert] [Msg2]
LineMsg [Grobal] %A7
goto @NewPlayerNext
BREAK

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

[@NewPlayerNext]
#SAY
Did some one tell you about this server?\
If so click the link below and type in there character name:\\
<Type character Name/@@NewPlayerReferal>\
<Nope i found out my self/@Exit>\

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

[@@NewPlayerReferal]
#ACT
Mov A1 %INPUTSTR
SaveValue "QuestDiary\System\Referal.txt" [NewPlayer] %USERNAME %A1
#SAY
Thank You...\\
<Leave/@Exit>\

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

[@CheckLoginRank_1]
#SAY
Welcome {FCOLOR/10}<$USERNAME>{FCOLOR/12}\\
{FCOLOR/10}Infomation:{FCOLOR/12}\
<Vital News/@News>\
<Vital Infomation/@Infomation>\
;<Vital Features/@Features>\
\\
{FCOLOR/10}Miscellaneous:{FCOLOR/12}\
<Announce That Your Online/@StateOnline>\
#IF
CheckItem TownTeleport 1
#SAY
<Leave/@Exit>\
#ELSESAY
<Buy Town Teleport/@BuyTT>\
<Leave/@Exit>

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

[@StateOnline]
#ACT
LoadValue A6 [Convert_Def\NewPlayer.txt] [Convert] [Msg3]
LineMsg [Grobal] %A6
#SAY
Welcome {FCOLOR/10}<$USERNAME>{FCOLOR/12}\\
{FCOLOR/10}Infomation:{FCOLOR/12}\
<Vital News/@News>\
<Vital Infomation/@Infomation>\
;<Vital Features/@Features>\
\\
{FCOLOR/10}Miscellaneous:{FCOLOR/12}\
{FCOLOR/1}Announce That Your Online{FCOLOR/12}\
#IF
CheckItem TownTeleport 1
#SAY
<Leave/@Exit>\
#ELSESAY
<Buy Town Teleport/@BuyTT>\
<Leave/@Exit>

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

[@BuyTT]
#ACT
Take Gold 550
Give TownTeleport
GOTO @CheckLoginRank_1

[@News]
#SAY
{FCOLOR/10}News:{FCOLOR/12}\\

<Back/@CheckLoginRank_1>
;-------------------------------------------------

[@Infomation]
#SAY
{FCOLOR/10}Infomation:{FCOLOR/12}\\
<Quests System/@Quest>\
<Refine System/@Refine>\
<New Areas/@Areas>\
;-------------------------------------------------

[@Features]
#SAY
{FCOLOR/10}Infomation:{FCOLOR/12}\\

<Back/@CheckLoginRank_1>
;-------------------------------------------------

[@Quest]
#SAY
You can recive quests from:\

<Back/@CheckLoginRank_1>

[@Refine]
#SAY
When you mine you will only ever get \
{FCOLOR/10}BlackIronOre{FCOLOR/12} & {FCOLOR/10}Corrundum{FCOLOR/12}\
There is also a full working advance refine npc\
{FCOLOR/10}(Blacksmith) Harry (262,107 Desert Mud Wall){FCOLOR/12}\
This allows you do refine Dc/Magic/A. Speed/Accuraccy/Luck/Strength all you need is a {FCOLOR/10}DragonEyeCrystal\
{FCOLOR/12} and another {FCOLOR/10}Crystal{FCOLOR/12} depending on what you wish to refine.\\
You will also be able to find the armour refine \
{FCOLOR/10}(Craftsman) James (156,170 Numa Village){FCOLOR/12}\\
You will also be able to find the accessory refine \
{FCOLOR/10}(Blacksmith) Ron (150,180 Prajna Village){FCOLOR/12}\\
<Back/@CheckLoginRank_1>

[@Areas]
#SAY
<Back/@CheckLoginRank_1>

[@LoginCheckFood]
#ACT
Loadvalue D4 "QuestDiary\System\FoodSystem\FoodLevel.txt" Main [%USERNAME]
DelayGoto [Local] 120 @LoginSetFoodCheck

[@LoginSetFoodCheck]
#ACT
Dec D4 2
SaveValue "QuestDiary\System\FoodSystem\FoodLevel.txt" Main [%USERNAME] %D4
GoTo @LoginSetFood

}

;;Ҫɾ