aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-11-20Scripts/SethekkHalls: fixed Talon King Cofferjoschiwald
2014-11-20DB/SAI: Fix 3 startup errorsAokromes
2014-11-20Fixed typo in previous commitjoschiwald
2014-11-20Core/Logging: improved conditions error log messagesjoschiwald
2014-11-19Remove uneeded scriptDr-J
Removing core script for go_gjalerbron_cage and go_large_gjalerbron_cage
2014-11-19DB/Misc: Quest linkingDr-J
The amphitheatre of anguise should continue regardless as wether player completed http://www.wowhead.com/quest=12932 or http://www.wowhead.com/quest=12954 as first quest in chain, not only if player did 12932 (quest offered if player did not do nagrand quests), if 12954 was taken no further quest would be offered once returned.
2014-11-19DB/Quest: Of keys and cagesDr-J
Since have now confirmed that the issue with cages not closing is still present on clean tc,
2014-11-19DB/Commands: Fix 2 commands permisionsAokromes
Closes #13592
2014-11-17DB/Misc: Misc FixesDr-J
* Fix an error with spellfocus with previous conditions * Battle for Hilsbrad so previous quest links to correct quest and not one which is disabled as depreciated quest, ie quest 14351 replaced quest 550 but tc still had quest 550 set as next quest quest for 541 and was missing creature_queststarter entry for correct quest * Crusader Bridenbrad phasing (should be visible for a tale of valor)
2014-11-16CMake/FindBoost: Fix policy CMP0054 warning (added in 3.1)Nayd
(cherry picked from commit 7e6dadfea68836cc92aaa7e1bb770be620225aa2)
2014-11-16Core/Networking: Catch possible boost exception in StartNetworkNayd
Closes #13557 (cherry picked from commit 3eb120ab507aa65e452d21a63ff500254129c262)
2014-11-16DB/SAI: fixed target_type of spell Vampire Rush, added in my previous commit.MitchesD
I have used target_type, which caused that NPC used the spell on all players in range, that's wrong.
2014-11-14Script/Spells: fixed crash in spell_hun_aspect_of_the_beastjoschiwald
Closes #13560
2014-11-13DB/Quest: Flight of the Wintergarde DefenderDr-J
1) Add missing Helpless Wintergarde Villagers and associated updates for these 2) Script quest, based on original work by @Rushor 3) Fixed credit for rescueing villagers as this did not work in original script and added wintergarde mine to areas where gryphon is allowed to be flown as the tooltip for the mount states thats its allowed there Closes https://github.com/TrinityCore/TrinityCore/issues/4175
2014-11-11DB/Quest: Blending InDr-J
* Credit now given the proper way using areatriggers rather than using ooc los on npcs result, credit is now given wether or not player is wearing shroud rather than only working if player does not use shroud as the credit npc cannot see shrouded player * Added the Detect Shrouded Player to En'kilah Abomination so these are now visible to shrouded players and will attack Closes https://github.com/TrinityCore/TrinityCore/issues/10227
2014-11-11DB/Quest: Sniffing Out the Perpetrator (Alliance)Dr-J
By @gecko32 Closes https://github.com/TrinityCore/TrinityCore/issues/991
2014-11-11Core/Player: Fix Cosmetic Auto-Repeat Bugcr4st
Closes #13532 Fixes #12436
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476
2014-11-10Core/Commands: implement .pvpstats commandShinDarth
Shows number of battleground victories in the last 7 days Closes #13460
2014-11-10DB/Quest: Rallying the TroopsDr-J
2014-11-10DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class ↵Appled
spells only Current playercreateinfo_spell_custom table has very weird spells in it. I emptied table, created new character for each class, logon each class, learned every spell from trainer and then added rest spells from quests (for example, hunters' Tame Beast). After that I did a PHP script to get character's spells from character_spell table and insert them into playercreateinfo_spell_custom table. This has all trainer spells and quest spells (if any) for 3.3.5! Fixes #13509 Closes #13516
2014-11-10DB/Quest: All Hail Roanauk!Dr-J
Script http://www.wowhead.com/quest=12140 Closes https://github.com/TrinityCore/TrinityCore/issues/3051
2014-11-10DB/Quest: Return of the High ChiefDr-J
Script http://www.wowhead.com/quest=12069 rather than the tusk just been permamently spawned on the ground
2014-11-09Core/LFG: Allow group bound to LFG instance to re-queue if someone leaves ↵jackpoz
the party
2014-11-09DB/Misc: Rescue from Town SquareDr-J
Based on original script by @untaught Closes https://github.com/TrinityCore/TrinityCore/issues/1864
2014-11-08Core/LFG: Fix being unable to re-queue after leaving queuejackpoz
2014-11-08DB/SAI: Added SAI for some mobs in Icecrown CitadelMitchesD