Class Cave

Play Now

mercury71

Dedicated Member
Dedicated Member
Apr 3, 2006
155
3
44
im trying to put a class pacific hunting caves tried doing the script getting some probs any hlp pls here is the script so far

[@Main]
#IF
Checkjob Taoist
#SAY
Sorry you are the wrong class to go in\
this cave..Come on only Taoists can go in here\
its there cave now go away.\
<Leave/@exit>\
#ELSESAY
<$USERNAME> This cave is full of nasty creatures.\
As you go to different floors the mobs get harder.\
<I wanna go in please/@main2>\
<Im really a coward/@exit>
[@Main2]
#IF
#ACT
give towntelport 1
mapmove D826 22 24
 

hallmat

LOMCN Veteran
Veteran
Feb 19, 2007
555
2
105
im trying to put a class pacific hunting caves tried doing the script getting some probs any hlp pls here is the script so far

[@Main]
#IF
Checkjob Taoist
#SAY
Sorry you are the wrong class to go in\
this cave..Come on only Taoists can go in here\
its there cave now go away.\
<Leave/@exit>\
#ELSESAY
<$USERNAME> This cave is full of nasty creatures.\
As you go to different floors the mobs get harder.\
<I wanna go in please/@main2>\
<Im really a coward/@exit>
[@Main2]
#IF
#ACT
give towntelport 1
mapmove D826 22 24


Code:
 [@Main]
#IF
Checkjob Taoist

#SAY  
<$USERNAME> This cave is full of nasty creatures.\
As you go to different floors the mobs get harder.\
<I wanna go in please/@main2>\
<Im really a coward/@exit>

#ELSESAY
 Sorry you are the wrong class to go in\
 this cave..Come on only Taoists can go in here\
 its there cave now go away.\
 <Leave/@exit>\

[@Main2]
#IF
#ACT
give towntelport 1
mapmove D826 22 24

try that
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
2 problems with that....

if there is a mob on the mapmove spot, it won't work as youcan't occupy the same space.

if you don't block ring/recall moves in the caves people can enter of any class that way.

You are better off doing a map entry script using the mapquest.txt file (if you are doing this already plz ignor) :)
 
Upvote 0