aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-07Fix a spawndist start-up warning.treeston
2016-01-07Merge pull request #16193 from Goatform/3.3.5jackpoz
Core/GameObjects: Fixed an issue where traps were not redirected to Grounding Totem
2016-01-07DB/Creature: Remove a wrong spawnKillyana
2016-01-07Merge remote-tracking branch 'velinath/sai-migrations-3' into 3.3.5-basetreeston
2016-01-05Core/Scripts/DB: Migrate Wing Commander Dabir'ee to SAIvelinath
2016-01-05Merge remote-tracking branch 'velinath/sai-migrations-2' into 3.3.5-basetreeston
2016-01-05Merge remote-tracking branch 'velinath/sai-migrations' into 3.3.5-basetreeston
2016-01-05Core/Scripts/DB: Migrate Skyguard Handler Deesak to SmartAIAndrew Letson
2016-01-05Merge pull request #16188 from Asterc/3.3.5jackpoz
Core/Player: Fix profession specialization being re-learnt on login after unlearning it
2016-01-05Core/GameObjects: Fixed an issue where traps were not redirected to ↵Goatform
Grounding Totem Closes #16145
2016-01-05Core/Authserver: Do not close the socket immediately when user types in ↵Shauren
invalid authenticator token to allow receiving failure packet
2016-01-05DB/Misc: Sholazar Guardians (Updates)Dr-J
1) Move the http://www.wowhead.com/spell=52214/rainspeaker-treasures-see-invisibility and http://www.wowhead.com/spell=50735/frenzyheart-chicken-see-invisibility to spell area instead of been cast and removed by quest giver on quest accept and return - this solves the issue of Gods Like Shiny Things, Appeasing the Great Rainstone , Flown the Coop! and Chicken Party not working properly (due to player not been able to see npcs) if player relogged or left zone while had quest uncompleted in log unles quest was abandoned and retaken 2) Someone had put non repeatable flags on some of the events for Guardians since I originally scripted these npcs which resulted in that once guardian and dug up one treasure or threw net at one chicken would not work again, all events on these npcs need to repeatable
2016-01-05Build/Misc: Clarify the meaning of one settingAokromes
2016-01-04Core/Scripts/DB: Migrate Skyguard Handler Irena to SAIvelinath
2016-01-04Core/Player Drop deprecated code and fix bug where a player can have more ↵elecyb
than one profession specialization.
2016-01-04Core/DBUpdater: Fix help text download linkDuarte Duarte
Change from forums to GH Releases (cherry picked from commit 6b529fcd43dd394a96a5441ab95523bdce3d58d3)
2016-01-04Scripts/Commands: Fix ".help" command to show commands in alphabetical orderjackpoz
2016-01-04Scripts/Commands: Modify ".learn" command to target current Player by defaultjackpoz
2016-01-04DB/Creature: Vyragosa/TLPDtreeston
- Fix linked pool spawn - Fix respawn time to be 6h (instead of current 25sec) Closes #7683.
2016-01-04Merge pull request #16156 from Treeston/3.3.5-instancerevive2Treeston
Game/Maps: Instance handling bug-fix follow-up
2016-01-04Merge pull request #16182 from velinath/sai-migrationsTreeston
Core/Scripts: remove unused npc_taxi scripts
2016-01-04Game/Maps: Instance handling follow-up:treeston
- Fix a bug where a player could maintain a conflicting non-perm solo bind if they were in the instance when invited to group. Closes #16150. - If a group is created while the leader is in an instance that nobody is bound to, the group will take over the instance and bind to it. This stops the homebind timer when reforming group after disconnects and the like.
2016-01-04Core/Scripts: remove npc_taxi unused scriptsvelinath
2016-01-04Merge pull request #16171 from velinath/sai-migrationsjoschiwald
Core/Scripts/DB: move Gryphoneer Windbellow to SAI
2016-01-03Core/Scripts/DB: move Gryphoneer Windbellow to SAIvelinath
2016-01-03DB/Misc: Victorious ChallengerDr-J
correct faction for http://www.wowhead.com/npc=30012/victorious-challenger This npc should not be hostile unless spoken for via gosip to fight for quest
2016-01-03DB/Quests: Betrayal (12713) by @dr-j:treeston
- Fix "Blight Fog" cast behavior - Fix "Throw Blight Crystal" cast timing
2016-01-03DB/Creature: Correct Orbaz Bloodbane creature text (#16168)treeston
2016-01-03DB/SAI: Moving some scripts from waypoint_script to SAIKillyana
Closes #12727
2016-01-03Core/Spells: Fixed Enrage armor reduce partjoschiwald
2016-01-02Scripts/Taxi: addition to 660f7e72be17464d4874e65cdf5c55825344ddd8joschiwald
2016-01-02Merge remote-tracking branch 'tkrokli/move_wyrmrest_temple_taxi_to_sai' into ↵treeston
3.3.5
2016-01-02Core/Scripts/DB: move Wyrmrest Temple taxi FP to SAItkrokli
Closes #15957 Move NPC gossip menu options from core script to DB SAI script for the 3 local Flight Path NPCs in Wyrmrest Temple: - 26443, Tariolstrasz (Steward of Wyrmrest Temple) - 26949, Torastrasza (Majordomo to the Ruling Council) - 27575, Lord Afrasastrasz (Commander of Wyrmrest Temple Defenses) Additional positive effect: the NPCs are now using verified Blizzlike text in their gossip. Extra credits: @velinath for relevant background information in the issue, @Helias & @ShinDarth for their excellent Keira2 web-based database editor.
2016-01-02Merge pull request #16126 from velinath/taxi-to-saitreeston
2016-01-01DB/Quest: Master and ServantKillyana
Remove unneeded condition to allow quest item usage in all areas as the item can be used only in few npcs Closes #16136
2016-01-01DB/Creature: Fix Wretched Captive OrientationKillyana
For all branchs
2016-01-01Update missing copyright note for 2016 in ↵Vincent-Michael
923a368ac7df0998abd66cc69c458146da4098ba
2016-01-01Update copyright note for 2016Rushor
2015-12-31Rename update sql to proper name. Oops!treeston
2015-12-31Merge pull request #16110 from Treeston/3.3.5-instancereviveTreeston
Game/Maps: Clean up instance zone-in handling
2015-12-31DB/Creature: Add missing spawnsKillyana
2015-12-31Game/Maps: Clean up instance handling.treeston
- Rename Map::CanEnter to Map::CannotEnter. Return value changed from boolean (true means player can enter) to enum Map::EnterState (CAN_ENTER=0 means player can enter, any other value is a reason for deny). - Move hack-y player error messages from within Map::CanEnter to the function calling CanEnter as appropriate (primarily WorldSession::HandleAreaTriggerOpcode). - Modify WorldSession::HandleAreaTriggerOpcode to properly revive the player upon touching the portal leading to the instance they died in even if they are currently unable to zone in. Fixes and closes #15758. - Modify Player::LoadFromDB to properly spawn players in the instance they logged off in if possible. Fixes and closes #15561. - Modify permanent save behavior to be blizzlike: Players can always enter an instance they are saved to (assuming there are no map constraints against it), but get a homebind timer if the instance is already in use.
2015-12-29Adds William Kielor to SAIvelinath
2015-12-30Script/Creature: Imprisoned Beryl SorcererKillyana
Add missing emote state Move the credit quest on the 5th hit instead of the 7th one
2015-12-30DB/Creature: Franclorn ForgewrightKillyana
Make the npc visible only for dead players Remove the SAI and move the aura to Creature addon
2015-12-30DB/Quest: An Undead's Best FriendKillyana
Add a sleep effect on Hungering Plaguehound once they are fed to avoid spamming the credit Fix the Ethereal aura being removed and not set after evade for Eidolon Watcher Fix Assassinate Restless Lookout, it will only be used on Restless lookout Closes #16054
2015-12-30DB/Quest: The Stories Dead Men TellKillyana
By @Rushor Closes #16055
2015-12-29DB/Creature: Remove wrong spawns for Commoners and link some other to Winter ↵Killyana
Veil Closes #16068
2015-12-29DB/Quest: Add missing text for Horns of Nez'raKillyana
By @tkrokli Closes #16078
2015-12-29DB/SAI: Ethereal Spellfilcher and Ethereal ThiefKillyana
Closes #16094