Search results

  1. S

    Fusion CMS connection

    seem to have trouble getting fusion cms to connect to the database, need some help please guys.
  2. S

    Thread prefix's

    please, can we add thread prefix's for the 4.3.4 - Database Fixes [EmuCoach Repack - Unofficial fixes] for example [QUEST] [ITEM] [NPC] [LOOT], etc so that people can easily tell what is being fixed?
  3. S

    [Quest] Demonic Thieves [OPTIONAL]

    According to Zygor Guides for 4.3.4 the quest Demonic Thieves should be available at level 2, not level 3 but according to WoWHead it is a level 3 quest. this fix is if you want people who use zygor guides to be able to follow there guide correctly update to fix accordingly. UPDATE...
  4. S

    [Quest] Teldrassil: The Refusal of the Aspects

    According to Zygor Guides and WoWHead for 4.3.4 the quest Teldrassil: The Refusal of the Aspects should be available at level 5, not level 6 update to fix accordingly. UPDATE `quest_template` SET `Level`='5' WHERE `Id`=929;
  5. S

    Fixed ShadowGlen Sentinel

    All the Shadowglen Sentinel's appear dead again so reposting this for it to be fixed again UPDATE `creature_template` SET `Health_mod` = 1 WHERE `entry` = 12160;
  6. S

    linking items from item_template to creature_template?

    trying to make a custom mount i know how to change a mounts model ID and name, so when learnt it displays what i want, but i dont want to remove that mount from the game, for example UPDATE `creature_template` SET `name`='Traveler Carriage' WHERE `entry`=27684; -- item 37719 UPDATE...
Top