Search results

  1. R

    Weapon Enchant Visuals

    [Name, Type] Enchants, Weapon Enchant Visuals [Problem Description] Whenever you have a weapon enchanted, with say mongoose and swap the weapon from mainhand to offhand, the visual disappears, but the affect does not. [How it should work] The visual should not disappear. https://imgur.com/a/LdxR7aP
  2. R

    References v10 Quest: Warning the Cenarion Circle

    This update should fix -- Adds in missing quest give in Hellfire Peninsula INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`...
  3. R

    Extensive BWD Raid Bug Report

    Sorry for the late report, I've been busy and didn't have time to finish it sooner. Also to mention I wasn't able to fully test out BWD raid bosses since some of the encounters require more people for some spells to see if they work.
  4. R

    Blackwing Descent Trash Mobs

    Currently I'm going through Blackwing Descent and finding issues to report to improve the quality of the repack. I've currently found bugs for most of the bosses and will report them when I finish going through the raid. I'll be doing this for all of them and will try to be as extensive as...
  5. R

    NPC health values

    [Location, Faction, Race] Anywhere, any race/faction [Name, Type] Health Values, NPC [Problem Description] So it seems like a lot of the npcs if not all of them have incorrect hp values. I've been going around fixing them but I realized it could be the correct hp values could be calculated...
  6. R

    Coastal Delicacies!

    [Location, Faction, Race]Hillsbrad Foothills, Horde [Name, Type] Coastal Coastal Delicacies!, Quest [Problem Description] When accepting the quest, nothing really happens. No spider is summoned and the quest doesn't give credit. Also the Hungry Mine Spider has no spells to cast. [How it should...
  7. R

    Partial Fix For: Twilight Proveditor & Slave

    The Update below partially fixes the issue referenced here: https://www.emucoach.com/showthread.php/5637-Twilight-Proveditor-amp-Slave -- Corrected fomations for entry: 39436 DB GUID: 178010 DELETE FROM `creature_formations` WHERE `memberGUID`=508215; INSERT INTO `creature_formations`...
  8. R

    The Stonecore Pathing and Formations

    The update below gives a few npcs the correct pathing and formations. Credits to Ovahlord for the SQL Query (https://github.com/Ovahlord/TrinityCore/commit/847dd8d177667ffd65ebb4147f4ba59efb22fdae) and me for modifying the data. /* Credits to Ovahlord. Commit here...
  9. R

    Shadowfang Keep Formations & Pathing

    The update below adds in almost all of the pathing and formations needed for both Heroic and Normal Shadowfang Keep trash npcs. Credits go to Ovahlord for SQL query and me for modify the data. /*Credits to Ovahlord*/ -- Pathing for Entry: 47131 'TDB FORMAT' -- SET @NPC := 370929; SET @NPC :=...
  10. R

    Fixes Issue: v10 Silvermoon Inscription Trainer and Vendor Faction

    This post should fix the issue found here: https://www.emucoach.com/showthread.php/5644-v10-Silvermoon-Inscription-Trainer-and-Vendor-Faction UPDATE `creature_template` SET `faction_A`='1604', `faction_H`='1604' WHERE `entry`=30710; UPDATE `creature_template` SET `faction_A`='1604'...
  11. R

    Fixes Issue: V10 Blood Elf Starting Zone - Sunstrider Isle

    These updates should add in the warrior trainer and mailbox at the blood elf starting zone and fixes the issue found here: https://www.emucoach.com/showthread.php/5639-V10-Blood-Elf-Starting-Zone-Sunstrider-Isle -- Added in Delios Silverblade warrior trainer and fixed equipment. UPDATE...
  12. R

    Twilight Proveditor & Slave

    Location: Mount Hyjal, Zone: 616, Area: 4978 Name/Type: NPC Bugs, Waypoint Bug Description: Near The Circle of Cinders, they're a few bugged NPCS and NPC's waypoint paths. The Twilight Proveditor Follows the correct path until the end, which once it reaches it starts to turn around and walk...
  13. R

    Several More Fixes

    The fixes include cosmetics, npc positions and NPC hp corrections. They all should be correct, if not let me know. Also if you guys would like me to make a post for each individual fix I can do so. I'm just clumping them all here so it saves the mass amounts of posts yall have to go through...
  14. R

    As Hyjal Burns v10

    That's great to hear, can't wait!
  15. R

    XP reduction.

    When Patch 4.3.0 was released, the XP required to get from 71 -> 80 was reduced by 33% posted here: http://us.battle.net/wow/en/game/patch-notes/4-3-0 This should correct the values for v10 UPDATE `player_xp_for_level` SET `xp_for_next_level`= 1074814 WHERE `lvl`= 75; UPDATE...
  16. R

    [NPC] Several Fixes

    Here are a few but small fixes to improve quality of game-play. Caverns of Time: Two NPCs were missing mounts, this should fix the issue. -- Fix mount appearnce for Stratholme Resident Specimen (Credits: https://github.com/Ovahlord/TrinityCore/commit/f87450f6386841676ece5972734e5ed7b0a6f10d)...
  17. R

    As Hyjal Burns v10

    No problem, I hope it helps. Also I've decided to make a repository which will include fixes I've found or fixed myself. I feel like github is the place to keep things organized so I'm using it to push what I find and fix to my own repo. This will allow me to to post my fixes here in a more...
  18. R

    As Hyjal Burns v10

    With the release of v10 for 4.3.4, I'd like to contribute a little more if possible to provide people a better experience when playing. To start off I thought I'd take a look at some cata content. Also to help you guys out, I'll try to provide fixes I find that I don't have to ability to fix...
  19. R

    [4.3.4] Class Specific Buffs

    Today I'm releasing a script of mine that buffs players according to their class and spec. I haven't found any issues with it so if they're any just post them here and I'll see if I can fix them as I'm still in the process of learning C++ and programming in general. Here's the script: Hidden...
  20. R

    Human Start Zone Quests

    Seems like I've run out quests for the human starting zone and finished after healing injured stormwind infantry. It can be duplicated by simply doing human starting quests until you get to the point where you have no more and can't continue.
Top