• 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!

Few NPC's

Breakdown

Be good, or be good at it
Joined
Feb 5, 2009
Messages
334
Reaction score
9
I'm using TFS 0.3.4 (Patch 2), and it'd be great if anyone can share the NPC script's for the following ::


Code:
http://tibia.wikia.com/wiki/Rashid
This is the Blue Djinn shop, the name is Haroun.
Code:
http://tibia.wikia.com/wiki/Haroun
Also Nah'bob is a Blue Djinn shop keeper but he doesn't sell too much so sometimes OT owners include him in Haroun.
Code:
http://tibia.wikia.com/wiki/Nah%27Bob
The Green Djinn shop keeps are Yaman and Alesar
Code:
http://tibia.wikia.com/wiki/Yaman
Code:
http://tibia.wikia.com/wiki/Alesar

I did use the search features, the one i found didnt work at all.

Even if they dont work 100%, it's fine. Just need them to buy and sell.
 
Rashid
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Rashid" script="loot.lua" walkinterval="2000" floorchange="0">
	<health now="150" max="150"/>
	<look type="146" head="132" body="79" legs="97" feet="132" addons="1"/>
	<parameters>
		<parameter key="module_shop" value="1"/>
		<parameter key="message_greet" value="Hello |PLAYERNAME|. I buy weapons, helmets, boots, legs, shields, armors and jewelry."/>
		<parameter key="shop_sellable" value="dragon scale mail,2492,40000;dwarven armor,2503,30000;glacier robe,7897,11000;golden armor,2466,20000;hibiscus dress,8873,3000;leopard armor,3968,1000;lightning robe,7898,11000;magma coat,7899,11000;mammoth fur cape,7463,6000;paladin armor,8891,15000;pirate shirt,6095,500;skullcracker armor,8889,18000;terra mantle,7884,11000;glacier kilt,7896,11000;lightning legs,7895,11000;terra legs,7885,11000;magma legs,7894,11000;mammoth fur shorts,7464,850;pirate knee breeches,5918,200;bone shield,2541,80;dark shield,2521,400;demon shield,2520,30000;medusa Shield,2536,9000;norse shield,7460,1500;scarab shield,2540,2000;spellbook of enlightenment,8900,4000;tortoise shield,6131,150;beholder helmet,3972,7500;devil helmet,2462,1000;glacier mask,7902,2500;terra hood,7903,2500;lightning headband,7901,2500;magma monocle,7900,2500;krimhorn helmet,7461,200;pirate hat,6096,1000;ragnir helmet,7462,400;skull helmet,5471,40000;crocodile boots,3982,1000;fur boots,7457,2000;terra boots,7886,2500;magma boots,7891,2500;glacier shoes,7892,2500;lightning boots,7893,2500;pirate boots,5462,3000;steel boots,2645,30000;amber staff,7426,8000;beastslayer axe,3962,1500;brutetamers staff,7379,1500;chaos mace,7427,12000;cranial basher,7415,30000;crystal sword,7449,600;daramanian mace,2439,110;daramanian waraxe,2440,1000;demonrage sword,7382,36000;diamond sceptre,7387,3000;dragon slayer,7402,15000;dragonbone staff,7430,3000;dreaded cleaver,7419,10000;furry club,7432,1000;guardian halberd,2427,11000;heavy machete,2442,90;heroic axe,7389,30000;lunar staff,7424,5000;mammoth whopper,7381,300;mercenary sword,7386,12000;mystic blade,7384,30000;nightmare blade,7418,35000;noble axe,7456,6000;ornamented axe,7411,11000;relic sword,7383,25000;sapphire hammer,7437,7000;silver dagger,2402,500;spiked squelcher,7452,5000;taurus mace,7425,500;war axe,2454,9000;wyvern fang,7408,1500;earth cranial basher,7866,30000;fiery cranial basher,7756,30000;icy cranial basher,7775,30000;energy cranial basher,7881,30000;fiery dragon slayer,7748,15000;icy dragon slayer,7767,15000;earth dragon slayer,7858,15000;energy dragon slayer,7873,15000;fiery mystic blade,30000;icy mystic blade,7765,30000;earth mystic blade,7856,30000;energy mystic blade,7871,30000;energy war axe,7878,9000;fiery war axe,7753,9000;icy war axe,7772,9000;earth war axe,7863,9000;energy heroic axe,7876,30000;fiery heroic axe,7751,30000;icy heroic axe,7770,30000;earth heroic axe,7861,30000;light shovel,5710,300;doll,2110,200;pirate voodoo doll,5810,500;voodoo doll,3955,400;ancient amulet,2142,200;crystal necklace,2125,400;crystal ring,2124,250;death ring,6300,1000;demonbone amulet,2136,32000;emerald bangle,2127,800;terra amulet,7887,1500;glacier amulet,7888,1500;lightning pendant,7889,1500;magma amulet,7890,1500;gold ring,2179,8000;platinum amulet,2171,2500;ring of the sky,2123,30000;ruby necklace,2133,2000;scarab amulet,2135,200;"/>
	</parameters>
</npc>

I'll do the others for ya when I get the time if ya still need em.
 
heres the one i made ya, its compatible with our server, and it uses the trade windows as i've noticed ppl like to use that. :D

i'm making the others now
 

Attachments

heres the one i made ya, its compatible with our server, and it uses the trade windows as i've noticed ppl like to use that. :D

i'm making the others now

If he's using the newest version of the server, the NPC will use the trade window if you simply just used the loot script that is already there. Or in fact, any of the NPC's scripts that sell or buy will work as well, just the loot one that comes with the server is just easier to switch, since all you have to do is change the name.
 
I've noticed that as well, and I've been trying to get some help with it lol. Magic Plate Armor was the first thing I noticed that none of my NPC's would buy, and there's some others as well. Hoping someone responds to my thread about that eventually.. >.<
 
Back
Top