Ok i want to make a special map in where u can enter only if you have level 43 +. This is my orb:
QFunction-0.txt
----------------------------------------------------
[@StdModeFunc1]
#CATT [\Market\LostIsland.txt] @warpmain
----------------------------------------------------
LostIsland.txt
----------------------------------------------------
[@lostisland]
{
#SAY
Using the knowledge of oma fighters, you will be warped\
in a hidden place far away on a forgotten land of darkness.\
Be aware of the danger that awaits you there.\ \
<Warp me/@warp>\
<No thanks/@exit>\
[@warp]
#IF
CHECKLEVELEX < 43
#SAY
You are too low level to enter this area.\ \
<Exit/@exit>\
#ELSEACT
mapmove 7 269 149
{
-------------------------------------------
I got the Orb in the database called LostIslandOrb, but in game, when i 2xclick it...nothing happens. StdMode is 31 and anicount 1.
What should be the problem?
Thanks!
QFunction-0.txt
----------------------------------------------------
[@StdModeFunc1]
#CATT [\Market\LostIsland.txt] @warpmain
----------------------------------------------------
LostIsland.txt
----------------------------------------------------
[@lostisland]
{
#SAY
Using the knowledge of oma fighters, you will be warped\
in a hidden place far away on a forgotten land of darkness.\
Be aware of the danger that awaits you there.\ \
<Warp me/@warp>\
<No thanks/@exit>\
[@warp]
#IF
CHECKLEVELEX < 43
#SAY
You are too low level to enter this area.\ \
<Exit/@exit>\
#ELSEACT
mapmove 7 269 149
{
-------------------------------------------
I got the Orb in the database called LostIslandOrb, but in game, when i 2xclick it...nothing happens. StdMode is 31 and anicount 1.
What should be the problem?
Thanks!
