Commit Graph

7788 Commits

Author SHA1 Message Date
treeston d412f2d6d3 DB/Creature: Vyragosa/TLPD
- Fix linked pool spawn
- Fix respawn time to be 6h (instead of current 25sec)
Closes #7683.
2016-01-04 17:29:42 +01:00
joschiwald f377a5875c Merge pull request #16171 from velinath/sai-migrations
Core/Scripts/DB: move Gryphoneer Windbellow to SAI
2016-01-04 00:32:10 +01:00
velinath caff65bdb1 Core/Scripts/DB: move Gryphoneer Windbellow to SAI 2016-01-03 18:30:47 -05:00
Dr-J 615906e51f DB/Misc: Victorious Challenger
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-03 23:16:00 +00:00
treeston 19462efb4e DB/Quests: Betrayal (12713) by @dr-j:
- Fix "Blight Fog" cast behavior
- Fix "Throw Blight Crystal" cast timing
2016-01-03 22:19:57 +01:00
treeston 3af1d91967 DB/Creature: Correct Orbaz Bloodbane creature text (#16168) 2016-01-03 21:50:40 +01:00
Killyana 10757e60f1 DB/SAI: Moving some scripts from waypoint_script to SAI
Closes #12727
2016-01-03 14:10:55 +01:00
joschiwald 8a0bbc3869 Core/Spells: Fixed Enrage armor reduce part 2016-01-03 00:55:50 +01:00
treeston e0ffc2921b Merge remote-tracking branch 'tkrokli/move_wyrmrest_temple_taxi_to_sai' into 3.3.5 2016-01-02 23:01:14 +01:00
tkrokli b0da73fc5d Core/Scripts/DB: move Wyrmrest Temple taxi FP to SAI
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-02 22:50:18 +01:00
treeston b6ed3d3fc2 Merge pull request #16126 from velinath/taxi-to-sai 2016-01-02 17:39:54 +01:00
Killyana f4e2fb8f79 DB/Quest: Master and Servant
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-01 17:02:58 +01:00
Killyana c812b0dbf5 DB/Creature: Fix Wretched Captive Orientation
For all branchs
2016-01-01 16:56:22 +01:00
treeston fb14cb7e4f Rename update sql to proper name. Oops! 2015-12-31 21:54:52 +01:00
Treeston eb3dc8a4f0 Merge pull request #16110 from Treeston/3.3.5-instancerevive
Game/Maps: Clean up instance zone-in handling
2015-12-31 19:51:07 +01:00
Killyana 082eeda7fe DB/Creature: Add missing spawns 2015-12-31 18:28:27 +01:00
treeston 43fa7d48a5 Game/Maps: Clean up instance handling.
- 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-31 01:02:07 +01:00
velinath be38235306 Adds William Kielor to SAI 2015-12-29 21:00:45 -05:00
Killyana 13e509a622 Script/Creature: Imprisoned Beryl Sorcerer
Add missing emote state
Move the credit quest on the 5th hit instead of the 7th one
2015-12-30 02:05:24 +01:00
Killyana 1c877ecbd2 DB/Creature: Franclorn Forgewright
Make the npc visible only for dead players
Remove the SAI and move the aura to Creature addon
2015-12-30 01:50:27 +01:00
Killyana bc6c380e7d DB/Quest: An Undead's Best Friend
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-30 01:36:01 +01:00
Killyana 91c1de2f43 DB/Quest: The Stories Dead Men Tell
By @Rushor
Closes #16055
2015-12-30 00:21:49 +01:00
Killyana 394e0db657 DB/Creature: Remove wrong spawns for Commoners and link some other to Winter Veil
Closes #16068
2015-12-29 23:57:25 +01:00
Killyana 99f31a2202 DB/Quest: Add missing text for Horns of Nez'ra
By @tkrokli
Closes #16078
2015-12-29 21:41:18 +01:00
Killyana 571578dce5 DB/SAI: Ethereal Spellfilcher and Ethereal Thief
Closes #16094
2015-12-29 21:25:09 +01:00
Killyana 70308e3c33 DB/Creature: Fix Crystal Spike react state on Ormorok the Tree-Shaper encounter
Closes #16097
2015-12-29 20:03:45 +01:00
Killyana 4292ff0b54 DB/Creature: Fix InhabitType for Ash'ari Crystals
By @Saben65
Closes #16121
2015-12-29 18:05:43 +01:00
Killyana 335ec729bd DB/Creature: Remove unneeded SAI for Water Terror and move the aura to creature addon
Closes #16107
2015-12-29 17:34:33 +01:00
Killyana 17b57453c1 DB: Fix spawn position and equipment for Coilfang Engineers
By @Saben65
Closes #16104
2015-12-29 16:57:10 +01:00
Killyana cb6a7b7fa6 DB/Condition: Add condition to sunwell-blade spell to target only Dar'Khan Drathir
Closes #16122
2015-12-29 16:46:28 +01:00
Killyana b269c1f1cb DB/Quest: Fix spell target for Leave Our Mark quest item
Closes #16081
2015-12-29 16:32:01 +01:00
Killyana bf8a3b1dfe DB/Creature: Fix Tournament Druid Spell Target visibility
Closes #16119
2015-12-29 16:13:25 +01:00
Killyana 812809a977 DB/Object: Add missing Dirt mound spawn 2015-12-26 18:10:11 +01:00
Killyana b13c7f511e DB/Creature: Forlorn Soul
Add missing spawns
2015-12-26 17:48:49 +01:00
Dr-J 315123f873 DB/Conditions: Judgment Day Comes!
This optional breadcrumb quest should not be takable if player has already started quest chain it leads to.
2015-12-26 13:36:52 +00:00
Killyana b5eb675710 DB/Creature_text: Fix probability inside a group
Closes #16093
2015-12-24 15:52:06 +01:00
Kittnz 68033fa467 DB/Event: Add all remaining Feast of Winter Veil spawns in whole Outland and Dalaran 2015-12-20 16:42:51 +01:00
Killyana 0f8743a541 DB/Quest: Quest: The Air Stands Still
Closes #16032
2015-12-18 17:02:41 +01:00
Killyana 6ff9512940 DB/SAI: Fix some Spamming spells on health pct
By: @Treeston
Closes #16034
2015-12-18 16:14:56 +01:00
Killyana ba72fd863c DB/Creature: Remove a duplicate spawn for Lovely Liddia
Closes #16036
2015-12-18 16:02:52 +01:00
Killyana c282e9ae35 DB/Creature: Add Magic immunity to Mana Feeders
Closes #16050
2015-12-18 15:56:23 +01:00
Killyana 7cbb13c3cb DB/Creature: Remove Hover mode for Agent Kearnen
Closes #16057
2015-12-18 15:49:01 +01:00
Killyana e1bcd10c9b DB/SAI: Fix a target typo in a previous commit 2015-12-17 02:06:21 +01:00
Dr-J 7f404f00e7 DB/Conditions: Fix a levelling Exploit (3.3.5 only)
Fix a levelling exploit with http://www.wowhead.com/quest=254/digging-through-the-dirt and http://www.wowhead.com/quest=253/deprecated-bride-of-the-embalmer where multiple http://www.wowhead.com/npc=45801/eliza could be summoned and aoed down.
2015-12-16 21:57:52 +00:00
Dr-J 3685be2fb6 DB/Misc: Completion script for Delivery to Krenna
Closes #15982
2015-12-16 21:49:52 +00:00
Rushor b013eb1925 DB/Creature: Sulaa Waypointscript
closes #16009
2015-12-16 14:09:40 +01:00
jackpoz e6903fdffa Merge pull request #15852 from Golrag/icc_boss_aggro 2015-12-15 21:29:10 +01:00
Killyana 39001aab16 DB/creature_text: Add sounds for the quest Last Rites
Texts need synchronization and some issues must be fixed.
2015-12-15 20:29:29 +01:00
ShinDarth 179f756866 DB/String: improved output of .ticket view command 2015-12-15 20:22:38 +01:00
Killyana 6e2fcf365d DB/Creature: Remove wrong spawns 2015-12-15 17:51:01 +01:00