[Help] How to place monsters on map?

Newbie Spellweaver
Joined
Feb 13, 2008
Messages
35
Reaction score
1
can someone please either give me a tut on how to put like goblins or bosses on a map i made? please and thank you :D please dont close :( till i get me answer
 
Copy (mapname).mrs
paste it into your mrs decompiler folder.
Decompile the map.
open (mapname).RS.xml

Search through and find "<DUMMYLIST>" If nothing is there, you have to add the whole segment.
Under "</OBJECTLIST>", paste:

Code:
<DUMMYLIST>
		<DUMMY name="npcname">
			<POSITION>here here here</POSITION>
			<DIRECTION>there there there</DIRECTION>
		</DUMMY>
</DUMMYLIST>

Replace "npcname" with the npc type you would like to spawn
Replace "here" with a co-ordinate
Replace "there" with a direction

Don't ask me about npc types, co-ordinates or directions please, I have no idea.
 
Upvote 0
umm ya that didnt work -_- :( QQ sorry, grr i wanna make ubzar quest...once i get this down imma make a custom quest edit the goblines and stuff to make them look alittle more evil and then call it DarkObyss quest :D but gosh darn it :P i know i newb but let a kid dream


anyone have any other suggestions how to do this?
 
Upvote 0
Back