- Aug 7, 2006
- 112
- 0
- 42
hi all ive been working on a certain script but insdead of the mobs spawning in the next room there spawning in the same room and moving me to next 1 where i find is empty can any 1 help me here is an example its a lik from an npc for 5 rooms....
Diagram 1
[@main]
#IF
#SAY
Welcome to the Boss NPC.\
I will teleport you to the next map for a fee\\
<View Options/@options>\
[@options]
#SAY
I can do the following for a BossPass1\\
Prepare yourself to be Teleported to the next room\\
<Teleport me to the next room plz/@Nextroom>\
<It didnt drop this time
/@Nodrop>\
[@Nextroom]
#IF
CHECKITEM BossPass1 1
#ACT
TAKE BossPass1
MAPMOVE Boss2
param1 Boss2
param2 50
param3 50
MONGEN JinchonCaptain1 1 0
MONGEN StoneGriffin1 20
break
#ELSESAY
[@Nodrop]
#ACT
MAPMOVE 0 163 230
Diagram 1
[@main]
#IF
#SAY
Welcome to the Boss NPC.\
I will teleport you to the next map for a fee\\
<View Options/@options>\
[@options]
#SAY
I can do the following for a BossPass1\\
Prepare yourself to be Teleported to the next room\\
<Teleport me to the next room plz/@Nextroom>\
<It didnt drop this time
[@Nextroom]
#IF
CHECKITEM BossPass1 1
#ACT
TAKE BossPass1
MAPMOVE Boss2
param1 Boss2
param2 50
param3 50
MONGEN JinchonCaptain1 1 0
MONGEN StoneGriffin1 20
break
#ELSESAY
[@Nodrop]
#ACT
MAPMOVE 0 163 230
