Teleport script

Zordon

Golden Oldie
Golden Oldie
Apr 26, 2008
1,176
20
145
Manchester, UK
Ok, I wanna adapt the teleport script to allow me to teleport into any kingroom of my choosing, have that part done ok, but I want it to spawn bosses each time I teleport in, would it just be a case of adding

#IF
checkmonmap "WoomaTaurus" 0
#ACT
mongen "WoomaTaurus" 1

for example?
 
Last edited:

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
I would check if WTaurus was there, if is don't generate another, if isn't then generate one.... however this could be easily abused by people constantly killing and then using the teleport system to generate another WTaurus.
 
Upvote 0

Zordon

Golden Oldie
Golden Oldie
Apr 26, 2008
1,176
20
145
Manchester, UK
[@Main]
#SAY
Welcome to AST. I am the doorman.\
If you wish to proceed into the kingroom please click below.\
<Yes Please, lemme at him! /@Yes please>\
<No Thanks,I'm Afraid! /@exit>\

[@Yes please]
#SAY
Ok you wish to enter? Please proceed.\
#IF
CHECKMONMAP D705 "BoarKing" 0
CHECKMONMAP D705 "WhiteBoar" 0
#ACT
MONGEN D705,40,40,10 "BoarKing" 1
MONGEN D705,50,50,10 "WhiteBoar" 10
MAPMOVE D705 33 45
#ELSEACT
MAPMOVE D705 33 45
break


would the above script work or not?

EDIT:

also, does anyone know what shape i would put in sql for a weap if the image is in M-Weapon2 and 900+ etc?
 
Last edited:
Upvote 0