Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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)...
  5. 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...
  6. 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...
  7. 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.
  8. R

    Stormwind Infantry Text

    The Stormwind Infantry in the Human starting zone spam text pretty Frequently I don't believe they're supposed to spam that much, the probability should be lowered maybe? Here's an imgur. https://imgur.com/a/99D2S To duplicate this make a human and login to the starting zone and wait a few...
  9. R

    Fix Twilight Flame Caller Equipment

    Fix Twilight Flame Caller Equipment V8 The weapon id for Twilight Flame Caller(39708) seems to be wrong. This is a quick fix for the correct weapon.
  10. R

    Eternian Like Server

    I'm wondering if anyone would enjoy an Eternion-like server with similar stats, NPC quests etc. I have an old database released from a repack a while back containing a lot of stuff the original had, but it's simply a repack so it's limited. And it being 4.0.6 requires custom patches with amounts...
  11. R

    Doris Chiltonius

    Doris Chiltonuis, An NPC that sells PVP gear. Seems like Doris Chiltonnuis, the NPC that sells gladiator Cata gear isn't selling the right gear, but in fact, is selling vicious which is not correct. Also, it's possible that Sergeant Thunderhorn(to the right of Doris) isn't selling the...
  12. R

    A Vision of the Past[quest]

    Seems like the quest A Vision to the Past isn't working properly. Whenever I click on Incense Burner(58147) it keeps saying I need to be in the deadmines, whereas I clearly am. https://imgur.com/a/CF7J8 Never tested the quest in retail but I suppose it works whenever you click the incense.
  13. R

    Therazane in Deepholm

    Seems like Therazane is just sitting in Temple of Earth in Deepholm, she's an npc:http://www.wowhead.com/npc=43792/therazane Don't think she's supposed to be there. Or possibly it's supposed to be some kind of phase or event, I'm not entirely sure. Looked up Therazane and seems like they're...
  14. R

    Mmap pathing

    Is it just me or is the pathing off for isle of quel'thalas? Imgur: The magic of the Internet
  15. R

    Infernal Attacker

    [Name, Type] Infernal Attacker, NPC [What it does] Seems like a few infernal attackers are invisible? While some are not? https://imgur.com/a/ddhUJ [What it should do] Not be invisible
  16. R

    C++ related question.

    Anyone know what the script would look like to remove an aura/buff when a player casts a certain spell through c++? I've tried a few things but I'm not entirely sure I know if that's the best, or even right way of doing it. To mention I am quite new to c++. https://imgur.com/a/4uBPx I am using a...
  17. R

    Bat Rider Guard in Zangarmarsh

    [Name, Type] NPC guards in Zangarmarsh, npc [What it does] The guards are putting me in combat for some reason, seems like they think i'm opposite faction? But then they stop trying to combat after me and return to their original position. https://imgur.com/a/MhOhf [What it...
  18. R

    Broggok Blood Furnace Boss Issue

    Blood Furnace Boss Issue(s) [Name, Type] The Blood Furnace Boss Broggok, Boss Blood Furnace Quest, Quest [What it does] Boss encounter doesn't seem to be working. Whenever you hit the trigger no enemies come out of their cells to attack you. And you're able to open the gate that...
  19. R

    Zeth'Gor Must Born!

    [Name, Type] Zeth'Gor Must Burn!, quest [What it does] The quest works properly, but there's one problem. Whenever you use Smoke Beacon everythings good, but it's the spot you have to place it to get the quest to actually get complete. It seems like you have to nail the Beacon right on the...
  20. R

    Cmake problem

    I'm using a Trinity source that used to work for me using Visual Studio 2013, but I recently cleaned my C drive which contained some stuff for visual studio and I guess in doing so must have broke Visual Studio 2013 from working properly with Cmake or any source of that matter. It's a built upon...
Top