ok this is an npc i've not really done before but i trying to do the challenge room npc like on eu that spawns the mobs i know what PARAM1 PARAM2 PARAM3 which is map name and X Y of the mob spawns not sure what PARAM4 is tho and under you put mongen etc... so any help would be great below i think it goes something like this for the start bit
[@main]
#SAY
Welcome.\
From now on many monsters will appear in this chamber.\
Test what you are capable of by defeating the monsters.\
There are 20 stages altogether.\
I wonder if you can beat them all.\
Will you start the challenge?\ \
<I'm ready./@start>
[@start]
#IF
CHECKMONMAP 0
#ACT
Param1 EM001
Param2 10
Param3 10
MONGEN Oma 2
MONGEN OmaFighter 1
MONEGN RakingCat 2
MONEGN OmaWarrior 1
#ELSESAY
You haven't beat them yet.\
Before defeating the monsters,\
You cannot proceed to the next stage.\ \
<Okay/@exit>
but i need to know how you get it to go to the next stage etc...after you killed them all
[@main]
#SAY
Welcome.\
From now on many monsters will appear in this chamber.\
Test what you are capable of by defeating the monsters.\
There are 20 stages altogether.\
I wonder if you can beat them all.\
Will you start the challenge?\ \
<I'm ready./@start>
[@start]
#IF
CHECKMONMAP 0
#ACT
Param1 EM001
Param2 10
Param3 10
MONGEN Oma 2
MONGEN OmaFighter 1
MONEGN RakingCat 2
MONEGN OmaWarrior 1
#ELSESAY
You haven't beat them yet.\
Before defeating the monsters,\
You cannot proceed to the next stage.\ \
<Okay/@exit>
but i need to know how you get it to go to the next stage etc...after you killed them all
