hi, i load my M2Server and get this error :
ready to load ini file..
!setup.txt loaded..
loading client version information..
Ok.
loading StdItem.DB...
StdItem.DB loaded.
loading MiniMap.txt...
MiniMap information loaded.
loading MapFiles...
Mapfile loaded.
loading Monster.DB...
Monster.DB loaded.
loading Magic.DB...
Magic.DB loaded.
loading MonGen.txt...
MonGen.txt loaded.
loading UnbindList.txt...
UnbindList information loaded.
loading MapQuest.txt...
MapQuest information loaded.
loading QuestDiary\*.txt...
QuestDiary information loaded.
!Abuse.txt loaded..
Notice\LineNotice.txt loaded..
AdminList loaded..
GuildList loaded..
Castle initialized..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
merchant loaded...
Npc loaded..
MakeItem loaded..
StartPoints loaded..
F-Engine resumed..
U-Engine initialized..
¶ÁÈ¡0¸öÐлáÇ鱨.
Npc Initalize fail... KitMan
Npc Initalize fail... SellStuffEre
Gate 0 Opened..
these are the scripts im using:
Sell :
%100
[@main]
Hi, I only accept items if your seling them\ \
<Sell/@sell\\
[@sell]
#SAY
Lay down your item to be sold.
KitMan :
Code:
[@main]
#IF
check [001] 1
#SAY
<$USERNAME>, haven't I seen you before?\
I have given you your items, what you did with them\
is none of my concern, please leave, I have a bad head ache!\\
#ELSEACT
goto @main2
[@main2]
#IF
checkjob wiz
#ACT
goto @1
#ELSEACT
goto @a2
[@1]
#act
give WarMageStaff 1
give RubyRing 2
give DragonBracelet 2
give WizardArmour(M) 1
give WizardArmour(F) 1
give ShamanHelmet 1
give LifeNecklace 1
goto @11
[@a2]
#IF
checkjob taoist
#ACT
goto @2
#ELSEACT
goto @a3
[@2]
#act
give SoulSpringWand 1
give PlatinumRing 2
give SoulSpringBrace 2
give PearlNecklace 1
give PearlArmour(F)
give PearlArmour(M)
give ShamanHelmet
goto @22
[@a3]
#IF
checkjob warr
#ACT
goto @3
#ELSEACT
goto @main2
[@3]
#act
give JudgementMace 1
give DragonRing 2
give SteelGlove 2
give ClawNecklace 1
give IronArmour(M) 1
give IronArmour(F) 1
give SkeletonHelmet
goto @33
[@11]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
[@22]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
[@33]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
help plz
ready to load ini file..
!setup.txt loaded..
loading client version information..
Ok.
loading StdItem.DB...
StdItem.DB loaded.
loading MiniMap.txt...
MiniMap information loaded.
loading MapFiles...
Mapfile loaded.
loading Monster.DB...
Monster.DB loaded.
loading Magic.DB...
Magic.DB loaded.
loading MonGen.txt...
MonGen.txt loaded.
loading UnbindList.txt...
UnbindList information loaded.
loading MapQuest.txt...
MapQuest information loaded.
loading QuestDiary\*.txt...
QuestDiary information loaded.
!Abuse.txt loaded..
Notice\LineNotice.txt loaded..
AdminList loaded..
GuildList loaded..
Castle initialized..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
merchant loaded...
Npc loaded..
MakeItem loaded..
StartPoints loaded..
F-Engine resumed..
U-Engine initialized..
¶ÁÈ¡0¸öÐлáÇ鱨.
Npc Initalize fail... KitMan
Npc Initalize fail... SellStuffEre
Gate 0 Opened..
these are the scripts im using:
Sell :
%100
[@main]
Hi, I only accept items if your seling them\ \
<Sell/@sell\\
[@sell]
#SAY
Lay down your item to be sold.
KitMan :
Code:
[@main]
#IF
check [001] 1
#SAY
<$USERNAME>, haven't I seen you before?\
I have given you your items, what you did with them\
is none of my concern, please leave, I have a bad head ache!\\
#ELSEACT
goto @main2
[@main2]
#IF
checkjob wiz
#ACT
goto @1
#ELSEACT
goto @a2
[@1]
#act
give WarMageStaff 1
give RubyRing 2
give DragonBracelet 2
give WizardArmour(M) 1
give WizardArmour(F) 1
give ShamanHelmet 1
give LifeNecklace 1
goto @11
[@a2]
#IF
checkjob taoist
#ACT
goto @2
#ELSEACT
goto @a3
[@2]
#act
give SoulSpringWand 1
give PlatinumRing 2
give SoulSpringBrace 2
give PearlNecklace 1
give PearlArmour(F)
give PearlArmour(M)
give ShamanHelmet
goto @22
[@a3]
#IF
checkjob warr
#ACT
goto @3
#ELSEACT
goto @main2
[@3]
#act
give JudgementMace 1
give DragonRing 2
give SteelGlove 2
give ClawNecklace 1
give IronArmour(M) 1
give IronArmour(F) 1
give SkeletonHelmet
goto @33
[@11]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
[@22]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
[@33]
#ACT
set [001] 1
#SAY
Enjoy Your Kit
<Leave/@exit>
help plz
