• 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!

Npc's

Swizi

New Member
Joined
Aug 5, 2008
Messages
87
Reaction score
0
Guys ive got TFS 0.3.6 and i havnt found the npc.xml file in there and not either in RME either any got a npc file so ill could add it to RME and my server?
 
thats the problem i dont got a NPC.XML file in my tfs...
ive just got the diffirent npcs but not the npc.xml file
 
The funny thing is that ive downloaded it but it didnt exist in there.
Sure youve got one for TFS 0.3.6 then i can take it :)
 
so its just an Empty folder?
if im not mistaken, there is no NPC.xml, just npc.lua and script folder for the different NPC's.
so if you wanna import, just mark every npc's.lua files for the map editor, and copy over ALl the lua files and the ones in the script folder to your server.
please correct me if im wrong.
 
This an example,E:\Alissow Ots 3.6\data\npc here is supposed to be your npc xml.
Here inside all the scripts of the npcs E:\Alissow Ots 3.6\data\npc\scripts
If u want a ican upload my npc folder and then u only replace it in your ots folder.
 
Ye ive got a npc.lua but ill need a XML file on npcs that got their look type and stuff like that so i can copy them into the map editor to
 
this is my Alice.lua
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Alice" script="bless.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="139" head="20" body="39" legs="45" feet="7" addons="0"/>
</npc>
if i imported this file to the map editor, it should give you the npc creature thing at "npc's"
 
Joaquing i cant download the file :p
Slayzer do you mean that i must import every npc file that ive got into RME 1 by 1. Then it works to spawn them? :)
 

Similar threads

Replies
5
Views
199
Back
Top