• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

requesting good malak npc and tame item seller npc

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
923
Location
Chile
Hello guys, well first of all my erver is 9.83 otx 2.52, i forgot wich tfs that is
well the thing is i had a bad malak, when you said trade nothing happened, so i did this, i added shop and sell parameters

well it doesn't have to be malak, but a npc who sells and buy magic stuff

Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Malak" script="default.lua" walkinterval="2000">
<health now="150" max="150"/>
<look type="130" head="132" body="116" legs="116" feet="76" corpse="2212"/>
<parameters>
<parameter key="module_shop" value="2"/>
<parameter key="shop_buyable" value="magic light wand,2163,250;heavy magic missile rune,2311,1500, 100;great fireball rune,2304,750,100;explosion rune,2313,1250,100;ultimate healing rune,2273,10000,100;sudden death rune,2268,500,100;paralyze rune,2278,2500,100;magic wall rune,2293,2500,100;blank rune,2260,250;large manarune,2294,125000,100;100;wand of inferno,2187,15000;wand of decay,2188,5000;wand of cosmic energy,2189,10000;wand of vortex,2190,500;wand of dragonbreath,2191,1000;terra rod,2181,10000;snakebite rod,2182,500;hailstorm rod,2183,15000;necrotic rod,2185,3000;moonlight rod,2186,500"/>
<parameter key="shop_sellable" value="magic light wand,2163,250;heavy magic missile rune,2311,1500, 100;great fireball rune,2304,750,100;explosion rune,2313,1250,100;ultimate healing rune,2273,10000,100;sudden death rune,2268,500,100;paralyze rune,2278,2500,100;magic wall rune,2293,2500,100;blank rune,2260,250;large manarune,2294,125000,100;100;wand of inferno,2187,15000;wand of decay,2188,5000;wand of cosmic energy,2189,10000;wand of vortex,2190,500;wand of dragonbreath,2191,1000;terra rod,2181,10000;snakebite rod,2182,500;hailstorm rod,2183,15000;necrotic rod,2185,3000;moonlight rod,2186,500"/>
<parameter key="message_greet" value="Hello |PLAYERNAME|." />
<parameter key="message_needmoremoney" value="No te alcanza!" />
<parameter key="message_decline" value="Es |TOTALCOST| mucho para ti?" />
</parameters>
</npc>

but i think the prices are wrong, also doesn't have everything malaks sells, so here i am requesting a full malak in this way, working with default, so plz someone help :(, help for a full malak :( with right prices. Also i get an error with this malak...:(
ssuQGmp4m.png





also plz i've been looking for a npc that sells all tame items, but i can't find one, if anyone could give me one i would be really appreciated plz :))
 
Last edited:
Code:
large manarune,2294,125000,100;100; -- current
large manarune,2294,125000,100; -- correct
thanks man! error is gone, but the request is still on
i'm in need of one npc whoever it is who sell all kind of magic stuff, and also another npc who sells the tame items =)
 
Back
Top