Commit Graph

23284 Commits

Author SHA1 Message Date
Dr-J f2f93e1f41 DB/Creature: Akama (21700)
Script quest turn in cut scenes for: -
Scripts quests in first part of chain 

* http://www.wowhead.com/quest=10628/akama
* http://www.wowhead.com/quest=10707/the-atamal-terrace

I dont have sniffs of second part of chain, know of http://www.wowhead.com/quest=10944/the-secret-compromised#comments
2015-03-23 19:43:19 +00:00
Aokromes 6f46660bbc DB/Quest: Lohn'goron, Bow of the Torn-hear
By Kilyana
2015-03-23 17:42:05 +01:00
Dr-J 956e3b6819 DB/Creature: Altruis the Sufferer
Add a few missing texts for this npc
2015-03-23 13:57:49 +00:00
Dr-J 7ee61140bf DB/Creature: Tobias the Filth Gorger
Script event for return of turn in of http://www.wowhead.com/quest=10547/of-thistleheads-and-eggs and taking of http://www.wowhead.com/quest=10550/the-bundle-of-bloodthistle
2015-03-23 12:31:34 +00:00
Dr-J 010bbfc0a6 DB/Quest: The Cipher of Damnation - Ar'tor's Charge 2015-03-23 02:30:05 +00:00
Aokromes 5ac2f87c14 DB/Quest: Vision Guide
By Killyana, closes #10309
2015-03-23 02:08:50 +01:00
Aokromes 5ae6b9dc50 DB/Creature: Guard Roberts
By Killyana, closes #13676
2015-03-23 01:33:45 +01:00
Aokromes 15492ecaf2 DB/Quest Veil Lithic: Preemptive Strike
By Killyana, closes #12564
2015-03-23 01:28:17 +01:00
Aokromes b495b0f0b4 DB/Item: Fix Item D.I.S.C.O.
By Killyana, closes #4214
2015-03-23 01:23:03 +01:00
Aokromes 4af0a51877 DB/Quest: Into the Pit / Back to the Pit
By Killyana closes #14345
2015-03-23 01:18:54 +01:00
Aokromes f1f3e4988e DB/Item: Fix Bloodthistle Withdrawal
By Killyana, closes #9343
2015-03-23 01:16:24 +01:00
Aokromes 421c34a830 DB/Creature: Paladin Mounts - Holy visual
By itslovelol, closes #14427
2015-03-23 01:11:07 +01:00
Duarte Duarte 965ed68470 Merge pull request #14426 from tkrokli/SetQuestSlotState
[Core/Quest] Update quest Objective status Client side
2015-03-22 22:12:02 +00:00
Aokromes 90bbe156aa DB/Creature: More Ulduar pathing
By Malcrom
2015-03-22 22:51:37 +01:00
Aokromes 975d33a461 DB/Creature: Pathing for Guardians of Life
By Malcrom
2015-03-22 21:09:07 +01:00
Nayd 2774d03be0 Update world_database.sql 2015-03-22 20:02:52 +00:00
Aokromes 3be5c27920 DB/Creature: Pathing for Freya
By Malcrom
2015-03-22 20:46:29 +01:00
Aokromes 98a9f53dd9 DB/Creature: Pathing for Winter Revenant
By Malcrom, closes #2070
2015-03-22 18:44:55 +01:00
Dr-J a95bfa6a73 DB/Quest: Teleport This!
By @Killyana

Closes #4878
2015-03-22 17:03:31 +00:00
Aokromes 38a2e5447b DB/Misc: Fix runtime error, delete incorrectly spawned mob
Updates #2070
2015-03-22 17:55:07 +01:00
Dr-J 35ead9632d DB/Quest: Take Down Tethyr!
By @Killyana, Initial work by @tkrokli

Closes #14294
2015-03-22 16:46:37 +00:00
Dr-J 00195709a4 DB/Quest: The Cipher of Damnation
Finished unless I find anything else that is missing or anything else that is needed in script.

Closes #14422
2015-03-22 16:24:29 +00:00
tkrokli d1221e3433 [Core/Quest] Update quest Objective status Client side
by @untaught; closes #12172

AreaExploredOrEventHappens does not update client side, only server side.
Before adding this fix, it is necessary to complete the required number of kills
to receive the "discovery" Quest Objective Credit in player's Quest Log and on screen.
2015-03-22 06:32:18 +01:00
Naios 4fd51ab3b9 Core/DBUpdater: Use correct uint64 to store timestamps.
* Thanks @Shauren for pointing out.
* Also removes an invalid argument thanks @jackpoz for noticing.

(cherry picked from commit 8e48ef7863)
2015-03-22 01:33:58 +01:00
Shauren 8bdd94f849 Core/DBUpdater: Fixed compile errors with boost 1.55 and VS 2013
(cherry picked from commit 495af75b7e)
2015-03-22 00:35:05 +01:00
Naios 93457ac9d8 Core/Database: Fix some warnings on gcc
* warning: when initialized here [-Wreorder]
* thanks to @Vincent-Michael

(cherry picked from commit cff3910ec8)
2015-03-22 00:34:07 +01:00
jackpoz d888e4c7ad Scripts/Ulduar: Fix some Flame Leviathan issues
Fix some Flame Leviathan issues:
- Fix boss evading all the time due to bad Doors check
- Opened "Lightning Door" to other bosses only after boss dies
- Eject players from the vehicles when boss dies, make them untargetable and despawn them after 5 minutes (adjust the time to the blizzlike time of choice)
2015-03-21 23:57:49 +01:00
Nayd 922be41916 SQLs: Re-add two sql files (236e43443c & 0f6515750d) 2015-03-21 22:16:03 +00:00
Nayd 360075129e TDB 335.58 - 2015/03/21 TDB335.58 2015-03-21 22:06:46 +00:00
Nayd c9fa26f731 Rename SQL files
Preparations for TDB release
2015-03-21 21:12:58 +00:00
Naios 2bd1c8541d Core/Updates: Add an automatic database update system. Automatically detects new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp
Make sure you re-run cmake, because boost::iostreams was added as dependency.
Maybe you need to install libboost-iostreams1.55-dev on unix as well.

Import every update manual until (included) those INSERT IGNORE updates for each database.

Thanks DDuarte and Shauren for your amazing ideas, help and advises.

In hope that nobody gets a "Your database structure is not up to date..." anymore ,-)

(cherry picked from commit 352012e531)
(cherry picked from commit 1f7f9feafc)

For 3.3.5:
* Synchronized ConfigureBoost.cmake with 6.x, libboost-filesystem1.55-dev also added as dependency!

Signed-off-by: Naios <naios-dev@live.de>
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-21 20:54:54 +00:00
Dr-J 236e43443c DB/Spell: Dreadsteed - Flame visual
By @Killyana

Closes #14413
2015-03-21 14:45:30 +00:00
Dr-J 0f6515750d DB/Quest: Lohn'goron, Bow of the Torn-heart
By @Killyana

Closes #2692
2015-03-21 14:38:56 +00:00
Aokromes bc7272380c Update 2015_03_20_01_world.sql 2015-03-20 19:39:19 +01:00
Aokromes ffa5ef1a2e DB/Misc: Fix startup error
By Malcrom (no, he is not back)
2015-03-20 17:23:11 +01:00
MitchesD 3af363308a Scripts: remove whitespaces 2015-03-20 13:11:59 +01:00
MitchesD c76bbd42e6 Rename 2015_03_15_15_world.sql to 2015_03_20_00_world.sql 2015-03-20 12:41:36 +01:00
MitchesD 7d3668b0b9 Merge pull request #14388 from Rushor/Spell
Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
2015-03-20 12:39:47 +01:00
Nyeriah ea78bce592 Scripts/ToC: The Lich King event should only be started by the announcer 2015-03-19 19:07:32 -03:00
Naios 5a8cc94d36 DB/Misc: Rename an pr update to match its merged date 2015-03-19 10:51:53 +01:00
Denis 9a1db399d9 Merge pull request #14405 from ariel-/gpsfix
Crash fix in .gps command
2015-03-19 10:49:21 +01:00
ariel- 461daadcaf Split up LANG_MAP_POSITION to fix a crash when issuing .gps command 2015-03-19 06:08:27 -03:00
Nayd 2ac40775a2 Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readability
Original code by @Shocker (6.x branch)
2015-03-18 23:16:39 +00:00
Naios e96676aedd Core/Misc: Fix some issues detected by static analysis
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
  -> This argument is passed by value, it makes no sence so set it to null here.

* Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor.

(cherry picked from commit 433bc289c2)
2015-03-18 20:23:47 +01:00
Naios f25666375e Dep/CppFormat: Update cppformat to cppformat/cppformat@bf8636c959
* fixes detecting support of <initializer_list>
* fixes build on solaris

(cherry picked from commit e40a5bf0b1)
2015-03-18 20:12:20 +01:00
Naios dfe5e1e561 Core/RemoteAccess: Remove an unused define in RASession
* probably fixes gcc compile after adding cppformat

(cherry picked from commit a610dea85c)
2015-03-18 16:38:38 +01:00
Naios fc665b14dc Core/Log: Readd include of <stdarg.h> to fix compile issues under gcc
(cherry picked from commit d64e6ffade)
2015-03-18 15:37:43 +01:00
Rushor 588b92ee05 Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
by @untaught closes #3977
2015-03-18 13:11:09 +01:00
Shauren bba8555a29 Build fix 2015-03-18 11:47:30 +01:00
Carbenium a7f78d9295 Dep/CppFormat: Fix cmake error when using GCC
(cherry picked from commit 3eaace1508)
2015-03-18 03:05:36 +01:00