WoW-V = TrinityCore Frage

01/17/2014 20:18 Holzmodem12#1
Guten Abend liebe Community,

ich habe seid gestern wieder für meine Freunde und mich als langeweile einen kleinen TrinityCore Server am laufen. Nun haben die gefragt ob sie den nicht Custom Items, eigene Bosse oder allgemein etwas neues machen könnten.

Nachdem ich gestern gelesen habe, dass NPC & Quest Creator nicht mehr funktioniert, war ich schon ziemlich am Boden, aber jetzt wollte ich eben eine Tasche in die Datenbank hauen, aber sagt mir halt auf gut Deutsch übersetzt, das die bestimmten Tabellen nicht da sind.:

[Only registered and activated users can see links. Click Here To Register...]

Kann mir da jemand sagen warum?
Item habe ich auch eben ausprobiert, klappt auch nicht?!
Hat sich der Datenbankaufbau geändert oder was ist passiert?


MfG
Holz
01/18/2014 00:31 angixx#2
Du musst bei unk0 entferen und durch SoundOverrideSubclass ersätzen


Beispiel

Voher:

[Err] INSERT INTO item_template (entry, class, subclass, unk0, name,....

Nacher:

[Err] INSERT INTO item_template (entry, class, subclass, SoundOverrideSubclass, name,....


Hier deine Datei schon geändert

Quote:
INSERT INTO item_template (entry, class, subclass, soundoverridesubclass, name, displayid, Quality, Flags, BuyCount, BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, 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, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, 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, PageText, LanguageID, PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, ArmorDamageModifier, ScriptName, DisenchantID, StatsCount)
VALUES (500000, 1, 0, -1, "Admin Tasche", 50459, 5, 0, 1, 10000, 100000000, 18, 35, -1, 679, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 24, 4, 450, 7, 450, 15, 450, 44, 450, 13, 450, 31, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 450, 105, 105, 105, 105, 105, 105, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, "Nur Admins trotzen der Kraft, die die Tasche abgibt!", 0, 0, 0, 0, 0, 8, 0, 0, 0, 450, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 2, 0, 3312, 0, 0, 0, 'internalitemhanler', 0, 10);
01/18/2014 11:42 Holzmodem12#3
Vielen lieben Dank! :D