• 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

sirvoyage

New Member
Joined
Jul 15, 2009
Messages
1
Reaction score
0
I am trying to Figure out How to Make/Edit A NPC To Sell Items...In Return of A Diffrent It (Gold BAR)...Instead Of Coins....Any Help/Suggestions/Tutorials Are Welcome.....Thank You!!
 
Code:
<npc name="Custom Seller" [COLOR="RoyalBlue"]script="data/npc/scripts/loot.lua"[/COLOR] walkinterval="25" floorchange="0" access="3" level="1" maglevel="1">
<health now="150" max="150"/>
<look type="273" head="114" body="94" legs="19" feet="0" addons="3" corpse="2212"/>

<parameters>

[COLOR="Red"]<parameter key="module_shop" value="1" />
		<parameter key="message_greet" value="Whats up |PLAYERNAME|. I sell custom weapons and shields for high levels!"[/COLOR] />
		[COLOR="Magenta"]<parameter key="shop_buyable" value="Orley Shield,3975,1000000;Hawky Shield,2533,3000000;Hell'Breath Shield,2535,5000000;Thick Sword,2438,1000000;Reaper's Sword,7416,3000000;Overpowered Sword,7959,5000000;Dashing Club,8928,1000000;Shaverity Club,8929,3000000;Super Spiked Club,7452;5000000;Golden Shiny Axe,8926,1000000;HeadCutter's Axe,8924,3000000;Yellow Powerfull axe,7456,5000000;Red-Happed Star,7368,1000000;Groupsen Star,7366,5000000;SD Wand,7424,1000000;Diftoriz Wand,7426,5000000;Henji Rod,2184,1000000;Happy-Clown Rod,7958,5000000;Hawk Sword,7391,20000000;Hawk Axe,7455,20000000;Hawk Club,7421,20000000;Soulmade shield,2540,30000000;HardAss XBOW,8853,20000000;DL AssPwn Wand,8921,20000000;Doono Rod,8911,20000000;" />"
</parameters>[/COLOR]

</npc>


= What script it uses
What NPC will say
Things what NPC sell/buy

Just edit it..
 
Back
Top