topic ^^ That has the icon/model for this. Thori'dal, the Stars' Fury - WoWWiki - Your guide to the World of Warcraft
topic ^^ That has the icon/model for this. Thori'dal, the Stars' Fury - WoWWiki - Your guide to the World of Warcraft
It's 47925 I think
I dont think thats it, but thanks for helping (After createing the item the icon is shown aswhich is wrong. (thats illi bow I think)
Hmm.. try 37925, not sure because warcraft studio doesn't show the first number
Nope... that shows asLOL
EDIT: I also reamber a long time ago while looking up kil'jaeden's displayid there was a thread with the bow displayid and other stuff, anyone mine searching for the post? I've tried so hard and have came up with nothing.
Ok searched again, and found these: 48351 and 48902. Try them both
48902 was it! Thanks a bunch! +rep
EDIT: Im going to be testing this if it works for a while, probally doesnt but its probally the closest we will get to a working version.
WoW Vendetta - Wage Your War
Last edited by Bareno; 04-21-2008 at 08:54 PM.
Awsome, glad to help![]()
Okay... small problem here, I cant .additem the item to my server (using id 1000119)
Here's my sql batch...
Didnt have any SQL errors when running the SQL file at my DBCode:INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ReqDisenchantSkill, unk2) VALUES (1000119,2,2,-1,"Thori'dal, the Star's Fury","Thori'dal, the Star's Fury","Thori'dal, the Star's Fury","Thori'dal, the Star's Fury",48902,5,0,738912,368906,15,-1,-1,165,70,0,0,0,0,0,0,0,1,1,0, 3,17, 19,16, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,353,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,15806,1,0,0,0,0,43219,1,0,0,0,0,44972,1,0,0,0,0,46699,1,0,0,0,0,0,0,0,0,0,0,1,"The energy of the Sunwell courses through Thori'dal.",0,0,0,0,0,1,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
Last edited by Bareno; 04-21-2008 at 09:05 PM.
Bump, tried this on both repacks, and neither one didnt work (both 2.4)
AC Web - 7.7 version...
and
http://www.mmowned.com/forums/emulat...blizzlike.html
For your Item to work it has to have an Item ID under 200000, unless you edited the core to raise the item cap up to 99999999 which AC-web didnt do.
use this
55543 is the ID.Code:INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ReqDisenchantSkill, unk2) VALUES (55543,2,2,-1,"Thori'dal, the Star's Fury","Thori'dal, the Star's Fury","Thori'dal, the Star's Fury","Thori'dal, the Star's Fury",48902,5,0,738912,368906,15,-1,-1,165,70,0,0,0,0,0,0,0,1,1,0, 3,17, 19,16, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,353,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,15806,1,0,0,0,0,43219,1,0,0,0,0,44972,1,0,0,0,0,46699,1,0,0,0,0,0,0,0,0,0,0,1,"The energy of the Sunwell courses through Thori'dal.",0,0,0,0,0,1,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0);