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

Lua Cannot load NPC ALFRED and some monsters!

Fyruz

★★★★★
Joined
Feb 7, 2009
Messages
556
Reaction score
19
Location
127.0.0.1
Hello every one please help me when i run the server told me this and i want to eliminate that error, of cannot load lava hole and npc alfred can some one help me here is the SS:


Uploaded with ImageShack.us
 
Here you are NPC Alfred:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Alfred" script="default.lua">
	<look type="132" head="0" body="78" legs="50" feet="39"/>
	<parameters>
		<parameter key="module_shop" value="1"/>
		<parameter key="shop_buyable" value="parcel,2595,15;letter,2597,10"/>
		<parameter key="message_sendtrade" value="Here. Don't forget that you need to buy a label too if you want to send a parcel. Always write the name of the {receiver} in the first line and the name of the {city} in the second line."/>
	</parameters>
</npc>
Paste it to OTS/data/npc/Alfred.xml
 
Back
Top