Search results

  1. R

    MoP quests bug

    Yeah no POI information in DB. Here's a fix for etched letter: DELETE FROM `quest_poi` WHERE `questId`=26910 AND `id`=0; INSERT INTO `quest_poi` (`questId`, `id`, `objIndex`, `mapid`, `WorldMapAreaId`, `FloorId`, `unk3`, `unk4`) VALUES (26910, 0, -1, 0, 864, 0, 0, 1); DELETE FROM...
  2. R

    MoP quests bug

    might be missing POI or something in DB
  3. R

    [Keira2] Database Web-Editor 5.4.8 Adaption

    Hey there! I stopped working on this project quite a while back since the current MoP repack for emucoach stopped being developed. I'm using ProjectSkyfire now for development (https://github.com/ProjectSkyfire/SkyFire_548) and will later implement WoWDatabaseEditor for Skyfire...
  4. 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...
  5. R

    [5.48 UWOW] Hxsd Repack Released (repair 99.99%)

    Will you release the source code soon by any chance?
  6. R

    [CMaNGOS] 2.4.3 Friendly Repack

    Unfortunately when I uploaded the new updates, I lost the SQL data for the custom mall and teleporter. Hopefully I'll be able to put everything back together within the next few weeks.
  7. R

    Need help

    It's possible the files are conflicting with you system bit? For example, the files are x32 and your system is x64 or vice versa? I think I've had this problem before once. I'm going to reinstall the repack to see if I have the problem as well @pkman unless you've solved the issue? P.S...
  8. R

    WoW Library Resources

    updated with more resources.
  9. 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)...
  10. R

    [CMaNGOS] 2.4.3 Friendly Repack

    I'm not sure if karazhan 100% work, but you can report stuff to cmangos issue template on github
  11. R

    [CMaNGOS] 2.4.3 Friendly Repack

    Currently not much. You would have to take a look at the world configuration file. I just uploaded a non custom version. I can upload the solo dungeon one here in a bit probably
  12. R

    [CMaNGOS] 2.4.3 Friendly Repack

    @Spazman2c @ex7em3e @Eikichi New files have been uploaded. Enjoy!
  13. 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...
  14. R

    [CMaNGOS] 2.4.3 Friendly Repack

    I'll update the link here in a few days hopefully. Also will provide an updated link with latest fixes from cmangos contributos, along with more custom content such as solocraft
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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`...
  20. 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...
Top