Search results

  1. R

    ProjectSkyFire 5.4.8 MoP Repack

    Hey folks, I've noticed a lot of MoP repacks released recently are leaked & hacked together, and close-sourced. I enjoy open-source projects and being able to contribute and people provide feedback, along with easy access to the content via repacks. Either I've missed it, or it's not out there...
  2. R

    WoW Library Resources

    Hey there ac-web, today I am sharing a discord I made called WoW Library Resources. The purpose of this discord is to organize a bunch of WoW development related (sources, repacks, clients, forums, discords, etc and more) content in one place (does not replace server forums such as this one)...
  3. R

    [npc] Injured Stormwind Infantry

    NPC needs to despawn on waypoint reached. This was not happening. Here is a fix for this issue. Also added the correct waypoints for the npc. Update for injured stormwind infantry -- Injured Stormwind infantry now despawns on wp reached & waypoints UPDATE...
  4. R

    [CMaNGOS] 2.4.3 Friendly Repack

    The Burning Crusade 2.4.3 CMaNGOS Supports Windows x64 only atm This repack supports the current build of cmangos pulled from GitHub and will receive updates every now-and-then. Thank everyone there for putting such a well developed source together. The purpose of this repack is for anyone...
  5. R

    [Keira2] Database Web-Editor 5.4.8 Adaption

    Hey there people of Emucoach! First and foremost, this release is an experimental release. This release is a project on mine I've decided to take on, so it's a learning experience for myself...
  6. R

    Keira2 Help step-by-step

    Ravish here, I'm trying to setup Keira2 (https://github.com/Helias/Keira2) but I'm having difficulty getting all their dependencies up and running. E.g. their API required for it (https://github.com/FrancescoBorzi/TC-JSON-API). I've followed their installation but still lost. I've never setup...
  7. R

    References: Strange Vendor issue in SW Trade Distict

    Fixes issue found here: https://www.emucoach.com/showthread.php/5750-Strange-Vendor-issue-in-SW-Trade-Distict -- Marda Weller Emote & backpack fix UPDATE `creature_addon` SET `emote`='0' WHERE `guid`=34020; UPDATE `creature_addon` SET `auras`='(NULL)' WHERE `guid`=34020; NPC had random emote...
  8. R

    Fel Reavers, No Thanks!

    The quest "Fel Reavers, No Thanks!" doesn't work as intended. Did some looking around and found a fix (partial) to this quest thanks to Trinitycore. DELETE FROM `creature_text` WHERE `entry` = 22293; INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`...
  9. R

    Mainhand-Offhand weapon swap damage.

    [Class, Race, Faction] Any dual wielding class, Any race, Any Faction [Name, Type]Weapon damage, Any weapon, dual wield [Problem Description] Whenever you're dual wielding any two weapons, the higher damage weapon usually goes on the mainhand, providing more damage output. I'm not entirely sure...
  10. 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
  11. 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`...
  12. 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.
  13. 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...
  14. 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...
  15. 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...
  16. 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`...
  17. 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...
  18. 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 :=...
  19. 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'...
  20. 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...
Top