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

Searching Npc

januszek89

Scripter
Joined
Apr 11, 2009
Messages
22
Reaction score
0
Location
Poland
Hello everyone!
I'm searching for 1x Npc (for Real Map).

Npc :

  • Npc Alfred (.../npc/Alfred.xml)

Thanks so much for help :D
 
Last edited:
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>
:p
 
Back
Top