• 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] Trader

tobias89

Pikaz Liek Pikaz
Joined
Apr 24, 2010
Messages
110
Reaction score
0
Thank for everyones help 2day!! I just need one more thing... I learn every time i ask! :D


I want a NPC that I can trade with..

like if I have 100 ferns I get 30 strawberries!

this is what I got:


Code:
<npc name="Trader" script="data/npc/scripts/default.lua" walkinterval="25" floorchange="0" access="5" level="1" maglevel="1">
	<health now="150" max="150"/>
	<look type="134" head="114" body="113" legs="113" feet="113" addons="3" corpse="2212"/>
	<parameters>
		<parameter key="module_shop" value="1" />
		<parameter key="message_greet" value="Hello |PLAYERNAME|. I sell various items to assist you in your fighting." />
<parameter key="shop_buyable" value="Soft Boots,6132,20000;Underworld Rod,8910,10000;Wand of Voodoo,8922,10000;Yalahari Mask,9778,10000;Spellbook of Dark Mysteries,8918,10000;master archer's armor,8888,10000;yalahari leg piece,9777,10000;fireborn giant armor,8881,10000;emerald sword,8930,10000;hellforged axe,8924,10000;obsidian truncheon,8928,10000;robe of the underworld,8890,10000;brown mushroom,2789,10,1;The Avenger,6528,10000;yalahari armor,9776,10000;god flowers,2100,100;Oceanborn Leviathan Armor,8884,10000;Windborn Colossus Armor,8883,10000;Earthborn Titan Armor,8882,10000;Divine Plate,8885,10000;Robe of the Ice Queen,8866,10000" />
	</parameters>
</npc>
 
Back
Top