aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-08Merge pull request #13558 from MrSmite/3.3.5jackpoz
Fix spell cooldown for guardian pets Fixes https://github.com/TrinityCore/TrinityCore/issues/13450 , closes https://github.com/TrinityCore/TrinityCore/pull/13452 and https://github.com/TrinityCore/TrinityCore/pull/13558
2014-12-06Core/ObjectMgr: Fix log formatGacko
(cherry picked from commit 3498d9579dd8f0ac2ee6cc965cab6c37e0caf312) Conflicts: src/server/game/Globals/ObjectMgr.cpp
2014-12-06Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
(cherry picked from commit cc4ebdbe059358cac997e783b2fddc6cff4c831b)
2014-12-06Remove Blackhoof Cage CPPDr-J
2014-12-05DB/Quest: Prisoners of the GrimtotemsDr-J
Yet another cpp conversion due to cages never resetting once opened,
2014-12-05Scripts/Misc: Initialize a couple of fieldsNyeriah
2014-12-05Tidying up cpp - zone_icecrown.cppDr-J
* Remove script for The Flesh Giant Champion * Remove script from for Vereth the Cunning as even though I scripted new recruit using the correct npc (Geist Return Bunny) today discovered this npc had script for it even though never worked as before I scripted the lithe stalkers did not move when subdued.
2014-12-05DB/Quest: The Flesh Giant ChampionDr-J
Really script this quest so it worked, previously Margrave Dhakar, Morbidus and Ebon Blade Veteran where all missing, Margrave Dhakar was missing gossip, if npcs where spawned then event would start but Morbidus would never attack back or reset even though would give credit when killed, Also the lick king was using wrong teleport visual spell in cpp was using simple teleport when sniff said he casted ethereal teleport. Will proceed to tidy cpp shortly,
2014-12-04Scripts/MountHyjal: Update Archimonde's scriptNyeriah
@todo: instance scripts needs a major clean up Closes #6471
2014-12-04Removing CPP for "Stinky" IgnatzDr-J
2014-12-04DB/Quest: Stinky's EscapeDr-J
CPP > SAI conversion of script for "Stinky" Ignatz * Now despawns the Bogbean Plant (GO) when says emote to says picks it * Adds all texts as even though cpp had script to talk there where no texts for this npc in db.
2014-12-04Rename previous commitDr-J
2014-12-03DB/Quest: What the Soul seesDr-J
Fix script on ancient orc ancestor previous script was taking scenic route to script this quest ie running script on spellhit which killed self and then had event to spawn the darkened spirit on death (I have redudced 7 lines of sai to 3 and lost nothing in process) Also ninja fix the mammoth issue Closes #13656 Closes #13655
2014-12-03Some Cleanup of CPP I forgot to removeDr-J
2014-12-02DB/Event: Perry GatnerDr-J
This event is meant to occur every 4 hours, not just at 4/8 pm as previously thought
2014-11-30Core/NetworkIO: Skip AntiDoS checks for queued packetsjackpoz
2014-11-30Update 2014_11_28_00_world.sqlAokromes
Strict sql gives error instead warning.
2014-11-29DB/Misc: More Perry Gatner TextsDr-J
2014-11-29DB/Misc: Kill warningsDr-J
From negative spawntime in creature
2014-11-28DB/Misc: Cosmetic FixesDr-J
* Have you ever seen one of these? * Some additional texts for Perry Gatner
2014-11-27Fix type on delete clauseDr-J
2014-11-27DB/Misc: Traveler's Tundra MammothDr-J
Script vendors on Traveler's Tundra Mammoth so that when player dismounts they say there line before despawning Scripts: - * Hakmud of Argus <Traveling Trader> - http://www.wowhead.com/npc=32638 * Gnimo <Adventurous Tinker> - http://www.wowhead.com/npc=32638 * Drix Blackwrench <The Fixer> - http://www.wowhead.com/npc=32641 * Mojodishu <Traveling Trader>- http://www.wowhead.com/npc=32642 Only the first texts by each of the horde vendors is from sniff, rest taken from wowhead Closes https://github.com/TrinityCore/TrinityCore/issues/11349
2014-11-27DB/Misc: UpdatesDr-J
* Prerequisites for Judgment at the Eye of Eternity and Heroic: Judgment at the Eye of Eternity, * Prevent image of loken and Warlord Jin'arrak from aggroing on player when summoned for scripted events.
2014-11-27Core/Scripts: Fix buildNayd
Closes #13636
2014-11-27Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast castsNyeriah
(should only be cast while the main target is not in melee range)
2014-11-26README: Update 3.3.5 build status badgeDuarte Duarte
(cherry picked from commit 708e36c920cb337eb39b020937d417b02a37d4a8) Conflicts: README.md
2014-11-26DB/Quest: Further ConversationsDr-J
Update after https://github.com/TrinityCore/TrinityCore/commit/84fdc55db85ac36f6a570d17402572d71412a9d9 as this was failing to give quest credit * Fix quest credit for this quest was failing due to using target 7, works with 23 * The Erratic sentrys will now despawn when hit by spell rather than letting player summon 5 erratic sentrys from one mob
2014-11-26Core: Use the correct function to convert strings to unsigned longs and ↵Nayd
unsigned long longs Fixes wrong data being inserted into the database (i.e explored zones). More info in #13493 Fixes #13493 Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report. Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/scripts/Commands/cs_misc.cpp src/server/scripts/Commands/cs_modify.cpp
2014-11-25DB/Misc: Various UpdatesDr-J
1) Nerub'Ar Victim by DDuarte closes #13621 2) Search for Incendicite by Exodius closes #13309 3) Feeding Arngrim closes #12826 4 ) CPP > DB Conversions (What's Haunting Witch Hill and of Keys and Cages closes #12645 Yes of Keys and Cages again, the previous commit was not most recent version of script
2014-11-25DB/Creature: Vacillating VoidcallerDr-J
Script http://www.wowhead.com/npc=19527
2014-11-25DB/Creature: Harbinger of the RavenDr-J
Script http://www.wowhead.com/npc=21767
2014-11-24DB/Achievement: Pilgrim's PerilDr-J
Believe original author of this fix may be @VincentMichael its tested anyway and fixes https://github.com/TrinityCore/TrinityCore/issues/11258 Fixes it so you dont get the full achievement by sitting in any char regardless of whether wearing pilgrims robe, dress or attire or not and without having to sit in any other city.
2014-11-24DB/Quest: We Strike!Dr-J
Script http://www.wowhead.com/quest=11592/we-strike Closes https://github.com/TrinityCore/TrinityCore/issues/4445 Closes https://github.com/TrinityCore/TrinityCore/issues/10762
2014-11-24DB/Creature: Fix Void Conduit InhabitTypeAokromes
2014-11-24DB/Achievement: Now We're CookinAokromes
By @Vincent-Michael closes #3993
2014-11-23DB/Conditions: Update instance data enum value on condition for Descent into ↵Nyeriah
Madness teleporter gossip (previous value was 14 which now refers to BOSS_BRIGHTLEAF)
2014-11-23DB/Conditions: Gossip conditions for AT Valiants and Champions.w1sht0l1v3
2014-11-23DB/Creature: Misc updates for AT Valiants and Champions.w1sht0l1v3
2014-11-23DB/Creature: Fix class of Water TerrorAokromes
2014-11-23Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players ↵Nyeriah
are in range (specially during waves)
2014-11-23DB/Creature: Fix Wyrmrest Skytalon classAokromes
Closes #12689
2014-11-22DB/Misc: Getry (Again)Dr-J
re-import sai which was not meant to be deleted (I removed unchanged sai from script but left entry in delete clause
2014-11-21Scripts/SteamVault: Remove non-selectable flag from access panels once their ↵Nyeriah
respective bosses are done
2014-11-21DB/Quest: Changes to script for Foolish EndeavorsDr-J
Changes to script for this quest as this was broken after some recent changes to tc Basically if a creature changes entry then trys to say text on the new entry this will fail and no text will be displayed know this was generating run time errors before but it did work now fails, Also can no longer use smart action 36 to change entry as if you do sai on new entry will not run at all the only way I could fix this was to despawn original npc and spawn saurfang as new npc then script works, If entry changed with sai action 36 do db scripting will work on the template entry which script updates too, also all texts will fail on new entry and ofc any events which rely on text over.
2014-11-21DB/Misc: Misc fixes 2Dr-J
1) Return to resting, remove non repeatable flags which were making it so quest would only work for 1 player per server restart 2) Stop invisible NPC Rodin Quest Credit http://www.wowhead.com/npc=24889 from attacking players while trying to do return to resting 3) Fix phasing of crusader bridenbrad so is visible for a tale of valor 4) Drops of quest starter item metzens writings 5) Fix starting of event for Tirions Gambit
2014-11-21DB/Quest: Misc FixesDr-J
1) Doing Your Duty, player will now receive Partially Processed Amberseeds when the indisposed buff from using the outhouse wares off 2) Second Chances, lord commander arete will now spawn when aretes gate is summoned rather than quest completing but the quest ender never spawning 3) Foundation for revenge quest credit 4) Im not dead yet, fix quest credit
2014-11-21DB/Misc: Deviate RavagerDr-J
It helps if creatures cast damaging spells while in combat and when they have a target not when out of combat Closes https://github.com/TrinityCore/TrinityCore/issues/13585
2014-11-20DB/Creature: Onyxia's immunitiesNyeriah
* Add immunity to interript effects * Remove immunity to taunt effects as that was only valid for the classic version
2014-11-20DB/Misc: Fix typo in .titles current helptextAokromes
By palimm, closes #13576
2014-11-20DB/Misc: Fix typoAokromes
By Penguaro, closes #13574