• 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 npc sells "x2"

mokerosan

New Member
Joined
Jan 23, 2009
Messages
70
Reaction score
3
my npc sells "x2" items, for example if 5 uh sell 10.

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Poziomka" script="data/npc/scripts/pozio.lua" floorchange="0" access="5" level="1" maglevel="1">
	<health now="150" max="150"/>
	<look type="138" head="114" body="95" legs="114" feet="94" addons="2" corpse="2212" />
	<parameters>
		<parameter key="module_shop" value="1" />
		<parameter key="message_greet" value="Hello |PLAYERNAME|. Hello thre, You can see my products using the {Trade} channel." />
		<parameter key="shop_buyable" value="hailstorm rod,2183,15000;moonlight rod,2186,1000;necrotic rod,2185,3000;northwind rod,8911,7000;springsprout rod,8912,18000;terra rod,2181,10000;underworld rod,8910,22000;wand of cosmic energy,2189,10000;wand of decay,2188,5000;wand of draconia,8921,7500;wand of dragonbreath,2191,10000;wand of inferno,2187,15000;wand of starstorm.,8920,18000;wand of voodoo,8922,22000;stone skin amulet,2197,100000;fire mushroom,2795,100;stealth ring,2202,5000; wild growth rune,2269,1000,5;might ring,2164,50000,7;energy ring,2167,200" />
	</parameters>
</npc>
 
Back
Top