Commit Graph

8667 Commits

Author SHA1 Message Date
Aokromes
fb624880da DB/Gameobject: Respawntimer Fix for Quest 2038
Closes #17296 by Tauriella
2016-06-09 16:15:55 +02:00
treeston
c6606b7615 Merge remote-tracking branch 'tkrokli/npc_locksmith' into 3.3.5 (PR #17099) 2016-06-09 13:19:17 +02:00
treeston
fed852e614 Merge remote-tracking branch 'tkrokli/npc_grandmother_gossip' into 3.3.5 (PR #17316) 2016-06-09 13:13:11 +02:00
treeston
270b3100b0 Merge remote-tracking branch 'tkrokli/npc_gregan_brewspewer_gossip' into 3.3.5 (PR #17157) 2016-06-09 13:08:19 +02:00
treeston
b0432eb4bc Merge remote-tracking branch 'tkrokli/npc_sayge' into 3.3.5 (PR #17101) 2016-06-09 13:04:05 +02:00
treeston
164d269fc5 sql fix 2016-06-09 12:54:42 +02:00
treeston
3358e943a2 Merge remote-tracking branch 'tkrokli/boss_majordomo_gossip' into 3.3.5 (PR #16726) 2016-06-09 12:52:22 +02:00
treeston
2910fa67d3 Merge remote-tracking branch 'tkrokli/zone_loch_modan' into 3.3.5 (PR #16715). 2016-06-09 12:45:13 +02:00
tkrokli
c214f987d7 Core/Scripts: npc_grandmother gossip text moved to DB
Removing one more hardcoded text line from core scripts.
Also adding correct gossip to the npc_grandmother script.

Gossip changes in this script:
- remove hardcoded text from core script
- use existing npc_text IDs in gossip enum
- add missing text rows to gossip_menu_option
- use values from gossip_menu_option in enum
- replace spawn coordinates 0.0f with GetPosition()
2016-06-08 21:59:24 +02:00
Kittnz
ecd217a4ed DB/Creature: Ghostland waypoints 2016-06-07 21:03:47 +02:00
treeston
e5382ee215 Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302. 2016-06-07 14:17:11 +02:00
Aokromes
f82f06e29e DB/Creature: Ghoul Attack power
Closes #9090 by Rushor
2016-06-06 09:12:19 +02:00
tkrokli
b6d43623a2 Core/Scripts: boss_majordomo hardcoded text
2 more text lines removed in the ongoing series:
"Remove hardcoded text from core scripts".

Core script for boss Majordomo Executus:
- add missing gossip_menu_option entries
- link the options via the table gossip_menu
- remove hardcoded text from the script
- minor enum line order sorting cleanup
- replace OnGossipSelect() with sGossipSelect()

The scripted events are unchanged.
If the script is inaccurate, make a new PR.
2016-06-05 18:29:57 +02:00
Aokromes
a6e7c9873c DB/Creature: Fix pathing for A Cry For Help
Closes #15722 by Joslyn-Maddie
2016-06-05 12:28:19 +02:00
Aokromes
3bba685b2a DB/Quest: Army of the Damned
Closes #7801 by sirikfoll
2016-06-05 06:41:54 +02:00
Aokromes
7f6b8ed458 DB/Quest: Preparin' For Battle
Closes #9743 by Wylath
2016-06-05 06:33:13 +02:00
Aokromes
3cd66c90e9 DB/Creature: Plague Scientist spells
Closes #16729 by Gargarensis and Rushor
2016-06-05 06:25:28 +02:00
Aokromes
af03601f09 DB/gameobject: close "Cage Door" (STV)
Close #17287 by lyn1337
2016-06-05 06:19:56 +02:00
Aokromes
ea12727b45 DB/locales_item: add missing localization for item "Bamboo Cage Key"
Closes #17285 by lyn1337
2016-06-05 06:17:02 +02:00
Aokromes
de9c4237a5 DB/Quest: fix chaining for Blood Elves' training quests
Closes #17284 by SnapperRy
2016-06-05 06:15:01 +02:00
Aokromes
b14c5541b7 DB/Quest: fix chaining for quests related to Well Watcher Solanian
Closes #17282 by SnapperRy
2016-06-05 06:13:58 +02:00
Aokromes
ce107f3fcd DB/Quest: fix RewardText for "Beer Basted Boar Ribs"
Closes #17275 by SnapperRy
2016-06-05 06:12:42 +02:00
Aokromes
a932eb416e DB/Quest: fix prevquest for "Rejold's New Brew"
Closes #17269 by SnapperRy
2016-06-05 06:11:19 +02:00
Aokromes
5a91e2cea0 DB/Item: fix text for item "A Letter to Grelin Whitebeard"
Closes #17268 by SnapperRy
2016-06-05 06:09:42 +02:00
Aokromes
5a2726affb DB/Item: fix text for item "Lewis' Note"
Closes #17264 by SnapperRy
2016-06-05 06:07:54 +02:00
Aokromes
0e8f3e0810 DB/Item: fix text for item "Verna's Westfall Stew Recipe"
Closes #17263 by SnapperRy
2016-06-05 06:06:44 +02:00
Snapper
30313fba8d Core/Player: Added support cast spell for some class spells
(Warrior's Battle Stance and Death Knight's Blood Presence) on first login.

(cherry-picked from commit c8eb69df10)

Closes #17232
2016-06-04 19:31:29 +01:00
Dr-J
8d2ccc4d1a DB/Quest: A Little Slime Goes a Long Way
http://www.wowhead.com/quest=4513/a-little-slime-goes-a-long-way

* Conditions so spell can only be http://www.wowhead.com/spell=15702/filling-empty-jar can only be used on dead oozes in Un'goro Crater rather than any npc regardless of if dead or alive
* Script to despawn on spellhit so the item cant be re-used on same ooze
2016-06-04 15:14:08 +01:00
tkrokli
25881de7d3 Core/Scripts: move npc_mountaineer_pebblebitty to DB
- move gossip text to DB and add quest condition
- remove core script npc_mountaineer_pebblebitty,
- thereby removing the file zone_loch_modan.cpp
- because the original core script dialog is incorrect

This version of the dialog can be verified from the following web pages:
- http://wow.gamepedia.com/Key_to_Searing_Gorge_quest_chain
- http://www.wowhead.com/npc=3836/mountaineer-pebblebitty#comments:id=332234
2016-06-03 17:44:38 +02:00
tkrokli
582af02509 Core/Scripts: remove hardcoded text from npc_sayge
- remove hardcoded (and wrong) text from the script
- copy valid text from broadcast_text to gossip_menu_option
- gossip_menu / npc_text is already correct in TDB 335.61
- sort + clean up core script enum list and add new entries
- keep gossip handling unchanged in the script (low prio)
2016-06-03 17:43:45 +02:00
tkrokli
e6ee6e2ae8 Core/Scripts: remove hardcoded text from npc_locksmith
- remove hardcoded text from script
- move the gossip handling to DB SQL
- move the script conditions to DB SQL
- use correct gossip from broadcast_text
- remove options not existing in broadcast_text
- add Key to Searing Gorge option (related spell)
- add The Eye of Haramad option (related spell)
2016-06-03 17:42:55 +02:00
tkrokli
3acf6f36d1 Core/Scripts/DB: move npc_gregan_brewspewer to DB
- Remove npc_gregan_brewspewer, thereby removing hardcoded text
`#define GOSSIP_HELLO "Buy somethin', will ya?"`
- Move all gossip handling to DB (gossip texts already exist in TDB)
2016-06-03 17:38:58 +02:00
MitchesD
7f0e1caf72 Rename 9999_99_99_world.sql to 2016_06_02_01_world.sql 2016-06-02 22:31:19 +02:00
Keader
43855b47d8 Core/Scripts Improve Felflame Infernal of Lord Jaraxxus fight (#16998) 2016-06-02 22:30:18 +02:00
Kittnz
cae19692ab Fix SQL name 2016-06-02 19:39:37 +02:00
Kittnz
8a386fb389 Merge pull request #17020 from Keader/jormungars
Core/Scripts: [Trial of the Crusader] Improve  Jormungars fight
2016-06-02 19:35:47 +02:00
Killyana
3251439600 DB: Fix some DB errors 2016-06-01 21:27:47 +02:00
Killyana
b1aca1d1cf DB/Quest: Add conditions related to certain kinds of quests
Closes #17255
By SnapperRy
2016-06-01 19:35:57 +02:00
Killyana
b033188e8c DB/Quest: fix repeatableness for a few quests
Closes #17253
By SnapperRy
2016-06-01 19:32:34 +02:00
Killyana
60835936c4 DB/Quest: set required profession for quest "Gathering Leather"
Closes #17252
By SnapperRy
2016-06-01 19:30:28 +02:00
Killyana
e7ac0236fe DB/Loot: Fix drop chance for quest item "Burning Legion Gate Key"
Closes #17250
By SnapperRy
2016-06-01 19:27:58 +02:00
Killyana
84f5cde6a7 DB/Quest: Add missing quest giver for quest "Morganth"
Closes #17249
By SnapperRy
2016-06-01 19:25:26 +02:00
Killyana
326f3b9369 DB/Quest: Remove faction requirement for quest "Deviate Hides"
Closes #17248
By SnapperRy
2016-06-01 19:23:44 +02:00
Killyana
4b8f285c18 DB/Loot: Fix chance for contents of item "Fireproof Satchel"
Closes #17247
By SnapperRy
2016-06-01 19:21:33 +02:00
Killyana
712ac6cace DB/Quest: Fix required race for "Report to Tarren Mill"
Closes #17246
By SnapperRy
2016-06-01 19:19:43 +02:00
Killyana
b451c931d3 DB/Quest: Fix required class for "You Have Served Us Well"
Closes #17245
By SnapperRy
2016-06-01 19:17:23 +02:00
Killyana
374c917a79 DB/Quest: Fix chaining for quest "A Lost Master"
Closes #17244
By SnapperRy
2016-06-01 19:15:35 +02:00
Killyana
d23a65be82 DB/Quest: fix required race for "Travel to Darkshire"
Closes #17243
By SnapperRy
2016-06-01 19:11:43 +02:00
Killyana
3feeecf76c DB/Creature: Fix spawn position for Froggers
Updates #16488
2016-06-01 18:45:49 +02:00
Killyana
a0e659434e DB/Creature: Fix Unit flag for Lurielle
Closes #17215
Value taken from 6.x DB
2016-05-31 19:45:47 +02:00