npc script prob.

Mu online season 21 - grand opening

~HeavenSent~

Golden Oldie
Golden Oldie
Nov 9, 2005
2,157
17
180
Chorley
Hi all me again lol this script wont spaw a mob any iders.....

[@main]
Welcome to my little room <$Username>\
I can Summon you the mighty ZumaQueen if you have the key\
to unlock my summoning powers.\

Do you have the key?\
\
<I have the QueensKey./@key> <Id like to leave./@exit>

[@key]
#IF
Checkitem QueensKey 1
#ACT
Take QueensKey 1
Give TownTeleport 1
#ACT
Mob ZumaQueen 1
#SAY
Good luck
#ELSESAY
You dont have a key\
\
<EXIT/@exit>\

/HS
 

Xanan

LOMCN Veteran
Veteran
Loyal Member
Jan 5, 2006
1,203
10
124
Code:
[@main]
Welcome to my little room <$Username>\
I can Summon you the mighty ZumaQueen if you have the key\
to unlock my summoning powers.\

Do you have the key?\
\
<I have the QueensKey./@key> <Id like to leave./@exit>

[@key]
#IF
Checkitem QueensKey 1
#ACT
Take QueensKey 1
Give TownTeleport 1
#ACT
Param1 (Mapname)
Param2 (X co-ord)
Param3 (Y co-ord)
MonGen Zumaqueen 1 1
#SAY
Good luck
#ELSESAY
You dont have a key\
\
<EXIT/@exit>\
 
Upvote 0

~HeavenSent~

Golden Oldie
Golden Oldie
Nov 9, 2005
2,157
17
180
Chorley
Xanan said:
Code:
[@main]
Welcome to my little room <$Username>\
I can Summon you the mighty ZumaQueen if you have the key\
to unlock my summoning powers.\

Do you have the key?\
\
<I have the QueensKey./@key> <Id like to leave./@exit>

[@key]
#IF
Checkitem QueensKey 1
#ACT
Take QueensKey 1
Give TownTeleport 1
#ACT
Param1 (ZumaQueen)
Param2 (19)
Param3 (20)
MonGen Zumaqueen 1 1
#SAY
Good luck
#ELSESAY
You dont have a key\
\
<EXIT/@exit>\




The map is called ZumaQueen so is thebove right?


/HS
 
Upvote 0