• 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 with AOL AND manarune

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Hassan" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="268" head="114" body="77" legs="77" feet="76" addons="3"/>
	<parameters>
		<parameter key="module_shop" value="1"/>
		<parameter key="message_greet" value="Hello |PLAYERNAME|. I sell aol and manarune. just say {trade} to buy"/>
		<parameter key="shop_sellable" value="aol,2173,10000;"/>
		<parameter key="shop_buyable" value="aol,2173,10000;manarune,2294,50000;"/>
	</parameters>
</npc>

think that works
 
Back
Top