ok 2 problems

Mu online season 21 - grand opening

BlueJeans

Dedicated Member
Dedicated Member
Apr 12, 2004
202
0
43
firstly
how do i put in a map coz wen i do it it jus goes all black
the map is named as HolyCastle i put the map in the lom folder an in the map folder in my mir server an in map info i put [HolyCastle HolyCastle 0]

secondly wot is rong wiv this npc it is put in the MapQuest_Def and wen i click on it in game nowt appens


[@main]
#IF
Check [503] 1
#SAY
You have already had your gift...\ \

<Ok/@exit>\

#ELSEACT
goto @main1

[@main1]
#IF
check [502] 1
well done here are some gifts for <you/@gifts>
#ELSEACT
goto @main2

[@main2]
#IF
check [501] 1
naff off m8
#ELSESAY
think u can kill me well give it a <go/@go>

[@go]
#IF
#ACT
Param1 0
Param2 353
Param3 238
MonGen deer 1 1
mapmove 0 354 239
give TownTeleport
SET [501] 1
break

[@gifts]
#ACT
give paralysisring
SET [503] 1

also for the deer i put this in MapQuest_Def

[@main]
#IF
Check [501] 1
#ACT
SET [502] 1

can ne 1 tell me wots rong please ^^
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
For the mapinfo make sure its set out like this

[MapNumber HolyCastle 0]

and you need that map in your client and server folder...

-Edit-

Firstly, make sure you got it setup right in mapquest.txt (look at other info in there)

as for the script it self, it should work fine
 
Last edited:

Miles

LOMCN VIP
VIP
Mar 27, 2003
1,195
0
213
You didnt put a #SAY tag in this bit

[@main2]
#IF
check [501] 1
#Say
naff off m8
#ELSESAY
think u can kill me well give it a <go/@go>


And you dont need an #IF in this bit.

[@go]
#ACT
Param1 0
Param2 353
Param3 238
MonGen deer 1 1
mapmove 0 354 239
give TownTeleport
SET [501] 1
break

/Miles
 

BlueJeans

Dedicated Member
Dedicated Member
Apr 12, 2004
202
0
43
right tell me exactly wot to do to insert a map

is it you get the map which in this case is called "HolyCastle" and put it in your C:\MirServer\Mir200\Map folder,
also put it in the map info as ...

[HolyCastle HolyCastle 0]
real map name..... wot i want it to say on screen..... an just a 0

and also put it in...
C:\Program Files\WEMADE Entertainment\Legend of Mir\Map

is that all i have to do because if it is then y is it that im still only seeing black? =(