Map enter lvl check

Play Now

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
123
Germany
I read that from pepe for me it was clear but how could i make it if i wanna go to another map or that i must have a key like on olymp to enter underworld ??

i have a cave and i would that only lvl 45 can enter it they should go to the door and there should be a check is that only possible with a npc or is it possible to say somewhere else XYZLvl is needed
 

Me_F0h_Teh_Win

LOMCN Veteran
Veteran
Aug 6, 2004
318
1
45
[@main]
#SAY
Hi would you like to goto the level 45+ place?
<yes/@yes> <No Thanks/@exit>

[@yes]
#IF
checklevel 45
check gold (wot ever much u want)
#ACT
takegold (gold)
map (kdsfjk) <map num<<
#ELSESAY
You do not meet the requirements.

<Exit/@exit>

possibly you could do it in the qfunction or qmanage not 100% sure but thats the script u would use im 99% sure of.
 
Upvote 0

turboshandy

ur a smacktard!
VIP
May 11, 2005
335
0
83
Great Yarmouth/Cambridge
Add this to MapQuest File:

Code:
MapName [0] 0 [Enter] * * [MapQuest_Def\scriptname] [@Main]

That will act as your script trigger

Then make a simple script example:

Code:
[@Main]
#IF
checklevel 45
checkitem key
#ACT
take key
Enter_ok
break
#ELSESAY
_ You must be {FCOLOR/1}level 40+{FCOLOR/12} to enter this map!
#ELSEACT
Enter_Fail
break

/cheekyvimto
 
Upvote 0

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
123
Germany
mhh thx a lot for that mhh my mapquest file is full with much entries mhh for what they are ??

wich one are needed for what ??
 
Upvote 0