• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Does it work to put in npcs in remere's creature file?

Roxyrus

New Member
Joined
Nov 22, 2008
Messages
32
Reaction score
0
Location
Sweden
Does it work to put in npcs in remere's creature file, so that you can choose them and put them out on the map?

Tell me how
 
Yes it does.

Change creature name to the NPC name and looktype doesn't matter it's just the looktype you'll see in the map editor not in-game.

Here's an example:
Code:
<creature name="Jack" type="npc" looktype="130"/>
 
Back
Top