• 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 Yasir error when start (8.60 - 0.4)

luccagomes

New Member
Joined
Jul 30, 2015
Messages
153
Reaction score
1
When i start my server print me this error on console:
Code:
[16:32:42.756] [Error - NpcScript Interface]
[16:32:42.756] data/npc/scripts/yasir.lua
[16:32:42.756] Description:
[16:32:42.756] data/lib/050-function.lua:241: attempt to index a boolean value
[16:32:42.756] [Warning - NpcEvents::NpcEvents] Cannot load script: data/npc/scripts/yasir.lua

Yasir.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Yasir" script="yasir.lua" walkinterval="2000" floorchange="0">
<health now="150" max="150"/>
<look type="146" head="85" body="7" legs="12" feet="19" addons="2"/>
  <parameters>
    <parameter key="message_greet" value="Yasu me halaka."/>
  </parameters>
</npc>

yasir.lua
Code:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}

function onCreatureAppear(cid)  npcHandler:onCreatureAppear(cid)  end
function onCreatureDisappear(cid)  npcHandler:onCreatureDisappear(cid)  end
function onCreatureSay(cid, type, msg)  npcHandler:onCreatureSay(cid, type, msg)  end
function onThink()  npcHandler:onThink()  end

local items =
{
   {id = 11213, sell = 10},
   {id = 11214, sell = 50},
   {id = 5883, sell = 120},
   {id = 7965, sell = 15},
   {id = 12401, sell = 30},
   {id = 12467, sell = 55},
   {id = 6492, sell = 2000},
   {id = 5894, sell = 50},
   {id = 5896, sell = 100},
   {id = 5930, sell = 2000},
   {id = 10562, sell = 190},
   {id = 12404, sell = 300},
   {id = 12405, sell = 320},
   {id = 10550, sell = 100},
   {id = 5912, sell = 200},
   {id = 10584, sell = 200},
   {id = 11321, sell = 150},
   {id = 5898, sell = 80},
   {id = 11194, sell = 210},
   {id = 11237, sell = 180},
   {id = 10563, sell = 120},
   {id = 12658, sell = 380},
   {id = 12659, sell = 210},
   {id = 12407, sell = 30},
   {id = 12616, sell = 340},
   {id = 11335, sell = 100},
   {id = 12409, sell = 20},
   {id = 12608, sell = 8000},
   {id = 13877, sell = 4000},
   {id = 12408, sell = 35},
   {id = 12617, sell = 120},
   {id = 5913, sell = 100},
   {id = 10606, sell = 30},
   {id = 10605, sell = 800},
   {id = 11217, sell = 50},
   {id = 11192, sell = 35},
   {id = 5480, sell = 2000},
   {id = 11218, sell = 28},
   {id = 5890, sell = 30},
   {id = 10551, sell = 15},
   {id = 12470, sell = 110},
   {id = 11219, sell = 45},
   {id = 15486, sell = 150},
   {id = 11326, sell = 700},
   {id = 6536, sell = 50000},
   {id = 11189, sell = 35},
   {id = 15482, sell = 210},
   {id = 10555, sell = 280},
   {id = 10556, sell = 150},
   {id = 12411, sell = 500},
   {id = 11327, sell = 320},
   {id = 10574, sell = 55},
   {id = 11220, sell = 48},
   {id = 15424, sell = 90},
   {id = 15455, sell = 430},
   {id = 15423, sell = 230},
   {id = 15452, sell = 360},
   {id = 15430, sell = 80},
   {id = 15425, sell = 180},
   {id = 15426, sell = 290},
   {id = 5527, sell = 300},
   {id = 5954, sell = 1000},
   {id = 13530, sell = 1000},
   {id = 10564, sell = 80},
   {id = 12412, sell = 120},
   {id = 12640, sell = 20},
   {id = 6546, sell = 50000},
   {id = 9948, sell = 5000},
   {id = 5919, sell = 8000},
   {id = 11361, sell = 175},
   {id = 12413, sell = 100},
   {id = 12614, sell = 550},
   {id = 12615, sell = 430},
   {id = 15622, sell = 130},
   {id = 11193, sell = 150},
   {id = 12421, sell = 90},
   {id = 12420, sell = 50},
   {id = 10552, sell = 45},
   {id = 5891, sell = 20000},
   {id = 11223, sell = 360},
   {id = 13870, sell = 150},
   {id = 12627, sell = 390},
   {id = 10553, sell = 375},
   {id = 5895, sell = 150},
   {id = 12422, sell = 30},
   {id = 5885, sell = 10000},
   {id = 10575, sell = 160},
   {id = 10565, sell = 30},
   {id = 10578, sell = 280},
   {id = 10566, sell = 90},
   {id = 12414, sell = 80},
   {id = 12419, sell = 120},
   {id = 11366, sell = 700},
   {id = 10607, sell = 90},
   {id = 12423, sell = 60},
   {id = 11197, sell = 380},
   {id = 12399, sell = 30},
   {id = 8971, sell = 500},
   {id = 9967, sell = 25},
   {id = 9966, sell = 20},
   {id = 9968, sell = 30},
   {id = 12495, sell = 20},
   {id = 5877, sell = 100},
   {id = 5920, sell = 100},
   {id = 5910, sell = 200},
   {id = 12402, sell = 350},
   {id = 11200, sell = 55},
   {id = 10576, sell = 85},
   {id = 5925, sell = 70},
   {id = 10600, sell = 115},
   {id = 2743, sell = 50},
   {id = 10554, sell = 500},
   {id = 11221, sell = 475},
   {id = 11332, sell = 550},
   {id = 11333, sell = 130},
   {id = 5922, sell = 90},
   {id = 5902, sell = 40},
   {id = 12425, sell = 80},
   {id = 11199, sell = 600},
   {id = 5880, sell = 500},
   {id = 12426, sell = 180},
   {id = 15422, sell = 330},
   {id = 15480, sell = 420},
   {id = 12427, sell = 100},
   {id = 11372, sell = 80},
   {id = 11334, sell = 500},
   {id = 10608, sell = 60},
   {id = 12636, sell = 300},
   {id = 5876, sell = 150},
   {id = 5881, sell = 120},
   {id = 12410, sell = 1000},
   {id = 10609, sell = 10},
   {id = 11222, sell = 130},
   {id = 5904, sell = 8000},
   {id = 11238, sell = 100},
   {id = 12445, sell = 280},
   {id = 12428, sell = 75},
   {id = 5878, sell = 80},
   {id = 12430, sell = 60},
   {id = 6537, sell = 50000},
   {id = 10579, sell = 420},
   {id = 11225, sell = 50},
   {id = 10585, sell = 150},
   {id = 10577, sell = 700},
   {id = 12431, sell = 250},
   {id = 11231, sell = 75},
   {id = 12432, sell = 25},
   {id = 12442, sell = 430},
   {id = 5804, sell = 2000},
   {id = 12435, sell = 30},
   {id = 11113, sell = 150},
   {id = 12433, sell = 85},
   {id = 12437, sell = 30},
   {id = 5893, sell = 250},
   {id = 11337, sell = 250},
   {id = 12439, sell = 20},
   {id = 11196, sell = 15},
   {id = 10580, sell = 420},
   {id = 6540, sell = 50000},
   {id = 10558, sell = 45},
   {id = 12438, sell = 50},
   {id = 10610, sell = 10},
   {id = 12440, sell = 25},
   {id = 12441, sell = 10},
   {id = 10557, sell = 50},
   {id = 10567, sell = 30},
   {id = 12400, sell = 60},
   {id = 12429, sell = 110},
   {id = 12447, sell = 500},
   {id = 12444, sell = 350},
   {id = 12446, sell = 410},
   {id = 12443, sell = 140},
   {id = 5948, sell = 200},
   {id = 5882, sell = 200},
   {id = 5911, sell = 300},
   {id = 12448, sell = 66},
   {id = 11208, sell = 30},
   {id = 11228, sell = 400},
   {id = 12449, sell = 120},
   {id = 11373, sell = 20},
   {id = 12629, sell = 680},
   {id = 10548, sell = 280},
   {id = 10568, sell = 25},
   {id = 12466, sell = 230},
   {id = 11229, sell = 450},
   {id = 10583, sell = 520},
   {id = 7732, sell = 150},
   {id = 11324, sell = 25},
   {id = 12434, sell = 45},
   {id = 11209, sell = 35},
   {id = 6524, sell = 3000},
   {id = 12436, sell = 80},
   {id = 11191, sell = 50},
   {id = 12468, sell = 95},
   {id = 12406, sell = 480},
   {id = 2062, sell = 150},
   {id = 12469, sell = 70},
   {id = 10611, sell = 400},
   {id = 5875, sell = 2000},
   {id = 5809, sell = 6000},
   {id = 15421, sell = 280},
   {id = 8859, sell = 10},
   {id = 5879, sell = 100},
   {id = 15485, sell = 450},
   {id = 11325, sell = 100},
   {id = 15481, sell = 340},
   {id = 10559, sell = 95},
   {id = 2800, sell = 15},
   {id = 2799, sell = 20},
   {id = 11195, sell = 120},
   {id = 11226, sell = 600},
   {id = 2174, sell = 200},
   {id = 11210, sell = 50},
   {id = 10603, sell = 20},
   {id = 15479, sell = 130},
   {id = 12628, sell = 240},
   {id = 11198, sell = 80},
   {id = 10601, sell = 120},
   {id = 12622, sell = 5000},
   {id = 11370, sell = 50},
   {id = 11371, sell = 60},
   {id = 11369, sell = 170},
   {id = 11190, sell = 95},
   {id = 6539, sell = 50000},
   {id = 6534, sell = 50000},
   {id = 6535, sell = 50000},
   {id = 11224, sell = 150},
   {id = 10560, sell = 100},
   {id = 2805, sell = 25},
   {id = 12471, sell = 50},
   {id = 5899, sell = 90},
   {id = 8614, sell = 100},
   {id = 11367, sell = 200},
   {id = 11233, sell = 480},
   {id = 5905, sell = 100},
   {id = 10602, sell = 275},
   {id = 11322, sell = 200},
   {id = 11235, sell = 30},
   {id = 15483, sell = 320},
   {id = 15484, sell = 190},
   {id = 11314, sell = 250},
   {id = 11234, sell = 380},
   {id = 5909, sell = 100},
   {id = 11328, sell = 110},
   {id = 11230, sell = 800},
   {id = 11212, sell = 20},
   {id = 10569, sell = 60},
   {id = 5897, sell = 70},
   {id = 5901, sell = 5},
   {id = 11236, sell = 15},
   {id = 10582, sell = 400},
   {id = 10561, sell = 265},
   {id = 5914, sell = 150},
   {id = 11330, sell = 600},
   {id = 11331, sell = 150}
}

for _, it in ipairs(items) do
it.name = getItemNameById(it.id):lower()
end

local shop = {}

function onSell(cid, item, subType, amount)
for _, it in ipairs(items) do
shop[it.id] = {price = it.sell, name = it.name}
end
if getPlayerItemCount(cid, item) >= amount and doPlayerRemoveItem(cid, item, amount) then
doPlayerAddMoney(cid, amount * shop[item].price)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Sold x" .. amount .. " " .. shop[item].name .. " for " .. shop[item].price * amount .. " gold.")
else
doPlayerSendCancel(cid, "You do not have that item.")
end
end

function creatureSayCallback(cid, type, msg)
if(not npcHandler:isFocused(cid)) then
return false
end
local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid

if isInArray({"trade", "ariki"}, msg:lower()) then
npcHandler:say("Si! Haneka ariki!", cid)
if doPlayerAddAchievement then --Do you have an achievements system?
doPlayerAddAchievement(cid, "Si, Ariki!", true)
end
openShopWindow(cid, items, onBuy, onSell)
elseif msg:lower() == "name" then
return npcHandler:say("Me Yasir.", cid)
elseif msg:lower() == "job" then
return npcHandler:say("Tje hari ku ne finjala. {Ariki}?", cid)
elseif msg:lower() == "passage" then
return npcHandler:say("Soso yana. shakes his head", cid)
end
return true
end

npcHandler:setMessage(MESSAGE_FAREWELL, "Si, jema ze harun. waves")
npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback)
npcHandler:addModule(FocusModule:new())
 
Code:
for _, it in ipairs(items) do
to
Code:
for _, it in pairs(items) do

Code:
[7:3:11.076] [Error - NpcScript Interface]
[7:3:11.076] data/npc/scripts/yasir.lua
[7:3:11.076] Description:
[7:3:11.076] data/lib/050-function.lua:241: attempt to index a boolean value
[7:3:11.076] [Warning - NpcEvents::NpcEvents] Cannot load script: data/npc/scripts/yasir.lua
 
why not use it like this
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Yasir" script="yasir.lua" walkinterval="2000" floorchange="0">
<health now="150" max="150"/>
<look type="146" head="85" body="7" legs="12" feet="19" addons="2"/>
<parameters>
<parameter key="message_greet" value="Yasu me halaka."/>
<parameter key="module_shop" value="1" />
        <parameter key="shop_buyable" value=ultimate health potion,8473,310;" />
</parameters>
</npc>
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Yasir" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="150" max="150"/>
  <look type="146" head="85" body="7" legs="12" feet="19" addons="2"/>
  <parameters>
  <parameter key="module_shop" value="1"/>
  <parameter key="message_greet" value="Hello |PLAYERNAME|. I buy all creature products."/>
  <parameter key="shop_sellable" value="
  Acorn,11207,10;
  Antlers,11208,50;
  Ape Fur,5883,120;
  Badger Fur,11210,15;
  Bamboo Stick,12362,30;
  Banana Sash,12428,55;
  Bat Decoration,6496,2000;
  Bat Wing,5894,50;
  Bear Paw,5896,100;
  Behemoth Claw,5930,2000;
  Black Hood,10561,190;
  Black Wool,12365,300;
  Blood Preservation,12366,320;
  Blue Piece of Cloth,5912,200;
  Boggy Dreads,10583,200;
  Bonelord Eye,5898,80;
  Bony Tail,11188,210;
  Book of Necromantic Rituals,11231,180;
  Book of Prayers,10562,120;
  Brimstone Fangs,12619,380;
  Brimstone Shell,12620,210;
  Broken Crossbow,12368,30;
  Broken Draken Mail,12577,340;
  Broken Halberd,11329,100;
  Broken Helmet,12370,20;
  Broken Key Ring,12569,8000;
  Broken Shamanic Staff,12369,35;
  Broken Slicer,12578,120;
  Brown Piece of Cloth,5913,100;
  Bunch of Troll Hair,10605,30;
  Bundle of Cursed Straw,10604,800;
  Carniphila Seeds,11211,50;
  Carrion Worm Fang,11186,35;
  Cat's Paw,5480,2000;
  Centipede Leg,11212,28;
  Chicken Feather,5890,30;
  Cobra Tongue,10550,15;
  Colourful Feather,12431,110;
  Compass,11213,45;
  Corrupted Flag,11320,700;
  Countess Sorrow's Frozen Tear,6536,50000;
  Crab Pincers,11183,35;
  Cultish Mask,10554,280;
  Cultish Robe,10555,150;
  Cultish Symbol,12372,500;
  Cursed Shoulder Spikes,11321,320;
  Cyclops Toe,10573,55;
  Dark Rosary,11214,48;
  Demon Dust,6550,300;
  Demon Horn,5954,1000;
  Demonic Skeletal Hand,10563,80;
  Dirty Turban,12373,120;
  Downy Feather,12601,20;
  Dracola's Eye,6546,50000;
  Dracoyle Statue,9953,5000;
  Dragon Claw,5919,8000;
  Dragon Priest's Wandtip,11355,175;
  Dragon's Tail,12374,100;
  Draken Sulphur,12575,550;
  Draken Wristbands,12576,430;
  Elder Bonelord Tentacle,11187,150;
  Elven Astral Observer,12382,90;
  Elven Scouting Glass,12381,50;
  Elvish Talisman,10551,45;
  Enchanted Chicken Wing,5891,20000;
  Essence of a Bad Dream,11217,360;
  Eye of Corruption,12588,390;
  Fiery Heart,10552,375;
  Fish Fin,5895,150;
  Flask of Embalming Fluid,12383,30;
  Frost Giant Pelt,10574,160;
  Frosty Ear of a Troll,10564,30;
  Frosty Heart,10577,280;
  Gauze Bandage,10565,90;
  Geomancer's Robe,12375,80;
  Geomancer's Staff,12380,120;
  Ghastly Dragon Head,11360,700;
  Ghostly Tissue,10606,90;
  Ghoul Snack,12384,60;
  Giant Eye,11191,380;
  Girlish Hair Decoration,12360,30;
  Gland,8971,500;
  Glob of Acid Slime,9967,25;
  Glob of Mercury,9966,20;
  Glob of Tar,9968,30;
  Goblin Ear,12456,20;
  Green Dragon Leather,5877,100;
  Green Dragon Scale,5920,100;
  Green Piece of Cloth,5910,200;
  Hair of a Banshee,12363,350;
  Half-Digested Piece of Meat,11194,55;
  Half-Eaten Brain,10575,85;
  Hardened Bone,5925,70;
  Heaven Blossom,5921,50;
  Hellhound Slobber,10553,500;
  Hellspawn Tail,11215,475;
  High Guard Flag,11326,550;
  High Guard Shoulderplates,11327,130;
  Holy Orchid,5922,90;
  Honeycomb,5902,40;
  Hunter's Quiver,12386,80;
  Hydra Head,11193,600;
  Iron Ore,5880,500;
  Jewelled Belt,12387,180;
  Kongra's Shoulderpad,12388,100;
  Lancer Beetle Shell,11366,80;
  Legionnaire Flags,11328,500;
  Lion's Mane,10607,60;
  Lizard Essence,12597,300;
  Lizard Leather,5876,150;
  Lizard Scale,5881,120;
  Luminous Orb,12371,1000;
  Lump of Dirt,10608,10;
  Lump of Earth,11216,130;
  Magic Sulphur,7251,8000;
  Mammoth Tusk,11232,100;
  Mantassin Tail,12406,280;
  Minotaur Horn,12389,75;
  Minotaur Leather,5878,80;
  Miraculum,12391,60;
  Mutated Bat Ear,10578,420;
  Mutated Flesh,11219,50;
  Mutated Rat Tail,10584,150;
  Mystical Hourglass,10576,700;
  Necromantic Robe,12392,250;
  Nettle Blossom,11225,75;
  Nettle Spit,12393,25;
  Noble Turban,12403,430;
  Nose Ring,5804,2000;
  Orc Leather,12396,30;
  Orc Tooth,11109,150;
  Orcish Gear,12394,85;
  Pelvis Bone,12398,30;
  Perfect Behemoth Fang,5893,250;
  Petrified Scream,11331,250;
  Piece of Archer Armor,12400,20;
  Piece of Crocodile Leather,11190,15;
  Piece of Dead Brain,10579,420;
  Piece of Scarab Shell,10557,45;
  Pig Foot,10609,10;
  Pile of Grave Earth,12401,25;
  Poison Spider Shell,12402,10;
  Poisonous Slime,10556,50;
  Polar Bear Paw,10566,30;
  Protective Charm,12361,60;
  Purple Robe,12390,110;
  Quara Bone,12408,500;
  Quara Eye,12405,350;
  Quara Pincers,12407,410;
  Quara Tentacle,12404,140;
  Red Dragon Leather,5948,200;
  Red Dragon Scale,5882,200;
  Red Piece of Cloth,5911,300;
  Rope Belt,12409,66;
  Rotten Piece of Cloth,11202,30;
  Sabretooth,11222,400;
  Safety Pin,12410,120;
  Sandcrawler Shell,11367,20;
  Scale of Corruption,12590,680;
  Scarab Pincers,10547,280;
  Scorpion Tail,10567,25;
  Scroll of Heroic Deeds,12427,230;
  Scythe Leg,11223,450;
  Sea Serpent Scale,10582,520;
  Seeds,7732,150;
  Shaggy Tail,11318,25;
  Shamanic Hood,12395,45;
  Silky Fur,11203,35;
  Skeleton Decoration,6526,3000;
  Skull Belt,12397,80;
  Skunk Tail,11185,50;
  Small Flask of Eyedrops,12429,95;
  Small Notebook,12367,480;
  Small Oil Lamp,2359,150;
  Small Pitchfork,12430,70;
  Snake Skin,10610,400;
  Sniper Gloves,5875,2000;
  Soul Stone,5809,6000;
  Spider Fangs,8859,10;
  Spider Silk,5879,100;
  Spiked Iron Ball,11319,100;
  Star Herb,2800,15;
  Stone Herb,2799,20;
  Stone Wing,11189,120;
  Strand of Medusa Hair,11220,600;
  Strange Symbol,2319,200;
  Striped Fur,11204,50;
  Swamp Grass,10602,20;
  Tail of Corruption,12589,240;
  Tarantula Egg,11192,80;
  Tattered Piece of Robe,10600,120;
  Tentacle Piece,12583,5000;
  Terramite Eggs,11364,50;
  Terramite Legs,11365,60;
  Terramite Shell,11363,170;
  Terrorbird Beak,11184,95;
  Thick Fur,11218,150;
  Thorn,10559,100;
  Troll Green,2805,25;
  Trollroot,12432,50;
  Turtle Shell,5899,90;
  Tusk,3973,100;
  Undead Heart,11361,200;
  Unholy Bone,11227,480;
  Vampire Dust,6551,100;
  Vampire Teeth,10601,275;
  Warwolf Fur,11229,30;
  Weaver's Wandtip,11308,250;
  Werewolf Fur,11228,380;
  White Piece of Cloth,5909,100;
  Widow's Mandibles,11322,110;
  Winged Tail,11224,800;
  Winter Wolf Fur,11206,20;
  Witch Broom,10568,60;
  Wolf Paw,5897,70;
  Wood,5901,5;
  Wool,11230,15;
  Wyrm Scale,10581,400;
  Wyvern Talisman,10560,265;
  Yellow Piece of Cloth,5914,150;
  Zaogun Flag,11324,600;
  Zaogun Shoulderplates,11325,150"/>
  </parameters>
</npc>
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Yasir" script="default.lua" walkinterval="2000" floorchange="0">
  <health now="150" max="150"/>
  <look type="146" head="85" body="7" legs="12" feet="19" addons="2"/>
  <parameters>
  <parameter key="module_shop" value="1"/>
  <parameter key="message_greet" value="Hello |PLAYERNAME|. I buy all creature products."/>
  <parameter key="shop_sellable" value="
  Acorn,11207,10;
  Antlers,11208,50;
  Ape Fur,5883,120;
  Badger Fur,11210,15;
  Bamboo Stick,12362,30;
  Banana Sash,12428,55;
  Bat Decoration,6496,2000;
  Bat Wing,5894,50;
  Bear Paw,5896,100;
  Behemoth Claw,5930,2000;
  Black Hood,10561,190;
  Black Wool,12365,300;
  Blood Preservation,12366,320;
  Blue Piece of Cloth,5912,200;
  Boggy Dreads,10583,200;
  Bonelord Eye,5898,80;
  Bony Tail,11188,210;
  Book of Necromantic Rituals,11231,180;
  Book of Prayers,10562,120;
  Brimstone Fangs,12619,380;
  Brimstone Shell,12620,210;
  Broken Crossbow,12368,30;
  Broken Draken Mail,12577,340;
  Broken Halberd,11329,100;
  Broken Helmet,12370,20;
  Broken Key Ring,12569,8000;
  Broken Shamanic Staff,12369,35;
  Broken Slicer,12578,120;
  Brown Piece of Cloth,5913,100;
  Bunch of Troll Hair,10605,30;
  Bundle of Cursed Straw,10604,800;
  Carniphila Seeds,11211,50;
  Carrion Worm Fang,11186,35;
  Cat's Paw,5480,2000;
  Centipede Leg,11212,28;
  Chicken Feather,5890,30;
  Cobra Tongue,10550,15;
  Colourful Feather,12431,110;
  Compass,11213,45;
  Corrupted Flag,11320,700;
  Countess Sorrow's Frozen Tear,6536,50000;
  Crab Pincers,11183,35;
  Cultish Mask,10554,280;
  Cultish Robe,10555,150;
  Cultish Symbol,12372,500;
  Cursed Shoulder Spikes,11321,320;
  Cyclops Toe,10573,55;
  Dark Rosary,11214,48;
  Demon Dust,6550,300;
  Demon Horn,5954,1000;
  Demonic Skeletal Hand,10563,80;
  Dirty Turban,12373,120;
  Downy Feather,12601,20;
  Dracola's Eye,6546,50000;
  Dracoyle Statue,9953,5000;
  Dragon Claw,5919,8000;
  Dragon Priest's Wandtip,11355,175;
  Dragon's Tail,12374,100;
  Draken Sulphur,12575,550;
  Draken Wristbands,12576,430;
  Elder Bonelord Tentacle,11187,150;
  Elven Astral Observer,12382,90;
  Elven Scouting Glass,12381,50;
  Elvish Talisman,10551,45;
  Enchanted Chicken Wing,5891,20000;
  Essence of a Bad Dream,11217,360;
  Eye of Corruption,12588,390;
  Fiery Heart,10552,375;
  Fish Fin,5895,150;
  Flask of Embalming Fluid,12383,30;
  Frost Giant Pelt,10574,160;
  Frosty Ear of a Troll,10564,30;
  Frosty Heart,10577,280;
  Gauze Bandage,10565,90;
  Geomancer's Robe,12375,80;
  Geomancer's Staff,12380,120;
  Ghastly Dragon Head,11360,700;
  Ghostly Tissue,10606,90;
  Ghoul Snack,12384,60;
  Giant Eye,11191,380;
  Girlish Hair Decoration,12360,30;
  Gland,8971,500;
  Glob of Acid Slime,9967,25;
  Glob of Mercury,9966,20;
  Glob of Tar,9968,30;
  Goblin Ear,12456,20;
  Green Dragon Leather,5877,100;
  Green Dragon Scale,5920,100;
  Green Piece of Cloth,5910,200;
  Hair of a Banshee,12363,350;
  Half-Digested Piece of Meat,11194,55;
  Half-Eaten Brain,10575,85;
  Hardened Bone,5925,70;
  Heaven Blossom,5921,50;
  Hellhound Slobber,10553,500;
  Hellspawn Tail,11215,475;
  High Guard Flag,11326,550;
  High Guard Shoulderplates,11327,130;
  Holy Orchid,5922,90;
  Honeycomb,5902,40;
  Hunter's Quiver,12386,80;
  Hydra Head,11193,600;
  Iron Ore,5880,500;
  Jewelled Belt,12387,180;
  Kongra's Shoulderpad,12388,100;
  Lancer Beetle Shell,11366,80;
  Legionnaire Flags,11328,500;
  Lion's Mane,10607,60;
  Lizard Essence,12597,300;
  Lizard Leather,5876,150;
  Lizard Scale,5881,120;
  Luminous Orb,12371,1000;
  Lump of Dirt,10608,10;
  Lump of Earth,11216,130;
  Magic Sulphur,7251,8000;
  Mammoth Tusk,11232,100;
  Mantassin Tail,12406,280;
  Minotaur Horn,12389,75;
  Minotaur Leather,5878,80;
  Miraculum,12391,60;
  Mutated Bat Ear,10578,420;
  Mutated Flesh,11219,50;
  Mutated Rat Tail,10584,150;
  Mystical Hourglass,10576,700;
  Necromantic Robe,12392,250;
  Nettle Blossom,11225,75;
  Nettle Spit,12393,25;
  Noble Turban,12403,430;
  Nose Ring,5804,2000;
  Orc Leather,12396,30;
  Orc Tooth,11109,150;
  Orcish Gear,12394,85;
  Pelvis Bone,12398,30;
  Perfect Behemoth Fang,5893,250;
  Petrified Scream,11331,250;
  Piece of Archer Armor,12400,20;
  Piece of Crocodile Leather,11190,15;
  Piece of Dead Brain,10579,420;
  Piece of Scarab Shell,10557,45;
  Pig Foot,10609,10;
  Pile of Grave Earth,12401,25;
  Poison Spider Shell,12402,10;
  Poisonous Slime,10556,50;
  Polar Bear Paw,10566,30;
  Protective Charm,12361,60;
  Purple Robe,12390,110;
  Quara Bone,12408,500;
  Quara Eye,12405,350;
  Quara Pincers,12407,410;
  Quara Tentacle,12404,140;
  Red Dragon Leather,5948,200;
  Red Dragon Scale,5882,200;
  Red Piece of Cloth,5911,300;
  Rope Belt,12409,66;
  Rotten Piece of Cloth,11202,30;
  Sabretooth,11222,400;
  Safety Pin,12410,120;
  Sandcrawler Shell,11367,20;
  Scale of Corruption,12590,680;
  Scarab Pincers,10547,280;
  Scorpion Tail,10567,25;
  Scroll of Heroic Deeds,12427,230;
  Scythe Leg,11223,450;
  Sea Serpent Scale,10582,520;
  Seeds,7732,150;
  Shaggy Tail,11318,25;
  Shamanic Hood,12395,45;
  Silky Fur,11203,35;
  Skeleton Decoration,6526,3000;
  Skull Belt,12397,80;
  Skunk Tail,11185,50;
  Small Flask of Eyedrops,12429,95;
  Small Notebook,12367,480;
  Small Oil Lamp,2359,150;
  Small Pitchfork,12430,70;
  Snake Skin,10610,400;
  Sniper Gloves,5875,2000;
  Soul Stone,5809,6000;
  Spider Fangs,8859,10;
  Spider Silk,5879,100;
  Spiked Iron Ball,11319,100;
  Star Herb,2800,15;
  Stone Herb,2799,20;
  Stone Wing,11189,120;
  Strand of Medusa Hair,11220,600;
  Strange Symbol,2319,200;
  Striped Fur,11204,50;
  Swamp Grass,10602,20;
  Tail of Corruption,12589,240;
  Tarantula Egg,11192,80;
  Tattered Piece of Robe,10600,120;
  Tentacle Piece,12583,5000;
  Terramite Eggs,11364,50;
  Terramite Legs,11365,60;
  Terramite Shell,11363,170;
  Terrorbird Beak,11184,95;
  Thick Fur,11218,150;
  Thorn,10559,100;
  Troll Green,2805,25;
  Trollroot,12432,50;
  Turtle Shell,5899,90;
  Tusk,3973,100;
  Undead Heart,11361,200;
  Unholy Bone,11227,480;
  Vampire Dust,6551,100;
  Vampire Teeth,10601,275;
  Warwolf Fur,11229,30;
  Weaver's Wandtip,11308,250;
  Werewolf Fur,11228,380;
  White Piece of Cloth,5909,100;
  Widow's Mandibles,11322,110;
  Winged Tail,11224,800;
  Winter Wolf Fur,11206,20;
  Witch Broom,10568,60;
  Wolf Paw,5897,70;
  Wood,5901,5;
  Wool,11230,15;
  Wyrm Scale,10581,400;
  Wyvern Talisman,10560,265;
  Yellow Piece of Cloth,5914,150;
  Zaogun Flag,11324,600;
  Zaogun Shoulderplates,11325,150"/>
  </parameters>
</npc>

Ty so much!
 
Back
Top