Commit Graph

4161 Commits

Author SHA1 Message Date
krofna aea5fec30d Scripts/AQ: Implement Ossirian the Unscarred
Fix yell on kurinaxx death

Warning fix

Closes #8254

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-11-19 00:37:43 +00:00
Gacko 45b07f0931 Scripts&DB: Nexus - Ormorok
Following improvements:
- Spellscript for crystal spikes
- Spawn crystal tanglers with spell
- Usage of event map
- Correct usage of frenzy
- Heroic spells
- Target selection for crystal tanglers

Details for the spell script:
There are 4 spells. Each of them spawns the same trigger but in another direction. The trigger gets an aura which triggers the spell which summoned him after 250ms. This time is too long, so it triggers on apply. Don't worry - test ingame first, it's working blizzlike (I watched some videos on YT to find out which is the best amount of time difference between spawn and next summon).

Some summon types don't store the spell id which summoned them. The trigger is one of them which are not doing so. So I had to move the line, which stores the spell id in the summon out of the if. This could be done more specific, but it works fine. This improvement is required to find out which spell the aura applied to the summoned trigger has to cast to keep the right direction.

Closes #8193

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-11-18 23:46:03 +00:00
horn 771aafc499 Core/Calendar: Completely rewrite and fix most of the calendar system
There are still some issues that need to be fixed, for more info see CalendarHandler.cpp TODO part.
Some unblizzlike behaviour possible, we don't have a lot of sniffs.
Big thanks to @Warpten, he joined my project and helped a lot.

IMPORTANT NOTE: Read / append packed time functions in ByteBuffer.h are not correct, they need to be fixed in order to have event times accurate

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-11-18 22:42:28 +00:00
ZxBiohazardZx 2a00b20da9 DB/Misc:
Add Support for Day of the Dead Closes #3761
Add Ray'ma for Brewfest Closes #3132
Add Spellfocus for Mistcaller Ynfvar see issue #3563
Add SAI for Somnus,Orokk Omosh, Raschal the Courrier,Plainstalker
Closes #3635
Closes #3678
Closes #3679
Closes #3680
Add Spawns & support for Quest Frankly, it makes no sense Closes #3749
Add SAI support for Quests: You Robot, Deaths Door
Closes #3809
Closes #3822
Fix Teribus the Cursed Closes #3930
Add SAI support for quests: To Catch a Sparrowhawk, Stop the Ascension, Melding of Influences
Closes #4803
Closes #4843
Closes #4996
2012-11-17 11:04:51 +01:00
Subv d55771267a Core/EventAI: Removed table creature_ai_summons. 2012-11-16 12:30:48 -05:00
Subv aff6684b7a SQL: Reorganized SQL files regarding previous merge. 2012-11-16 09:21:51 -05:00
Subv cef716ff86 Core/SQL: Renamed SQL from previous merge 2012-11-16 08:35:56 -05:00
Subv ecf3f6c2c7 Merge pull request #8291 from Gacko/utgardekeep
Core/DB: Utgarde Keep
2012-11-16 05:33:16 -08:00
Spp ba20aa809f Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7)
Closes #8046
2012-11-14 19:33:56 +01:00
ZxBiohazardZx 5951947753 DB/Misc: Various fixes from the Issue Tracker
Closes #1959
Closes #2297
Closes #2399
Closes #3038
Closes #3131
Closes #3225
Closes #3351
Closes #3432
Closes #3548
2012-11-14 10:32:44 +01:00
kaelima c9801e83c6 Script/Emerald Dragons: Fixed a couple of issues with emerald dragon world bosses and some cleanup.
Renamed one sql from yesterday
2012-11-14 09:02:17 +01:00
Vincent-Michael 29e20d4c41 SQL: Rename SQL merged in PR 2012-11-14 00:21:37 +01:00
kaelima 3c3d4f4c99 Script/Commands: Reimplemented ".lookup map" command. 2012-11-13 15:56:15 +01:00
Malcrom 3e43bf5917 DB/Quest Relations: Fix Pilgrims Bounty quest during Hallows End for human commoners.
Cloases #8227
2012-11-13 11:06:37 -03:30
Malcrom b5a696ca2a DB/GameEvent: Fix start time for Pilgrams Bounty.
Closes #8261
2012-11-13 10:48:03 -03:30
Malcrom 11d8ab260c Merge pull request #8197 from tibbi/factionchange_item
add a missing item at player_factionchange_items
2012-11-13 05:52:35 -08:00
Malcrom 267099d807 DB/Creature: Fix for Quest: Meet at the Grave
Closes #5875
2012-11-13 10:13:58 -03:30
Malcrom ab8d99d573 DB/Misc: Various fixes for Grizzly Hills
Cloase #8303
2012-11-13 09:52:40 -03:30
Malcrom e6c4ce1dda DB/Battleground: Add missing end of line. 2012-11-13 09:35:22 -03:30
Malcrom b1eee7cf8e DB/waypoints: Fix last commit 2012-11-13 09:18:24 -03:30
Malcrom 310d188b9c DB/waypoints: Pathing for Ol' Sooty
Closes #7917
2012-11-13 09:15:41 -03:30
Vincent-Michael 8a889e37c1 Fix typos (thx joschiwald & Geodar) 2012-11-13 09:47:35 +01:00
Pitcrawler 027f7fc922 DB/Misc: Various improvements to Borean Tundra and others from Pitcrawler
Closes #8271
Closes #8257
Closes #8256
Closes #8255
Closes #8252
Closes #8251
Closes #8250
2012-11-12 22:38:59 +01:00
ZxBiohazardZx b2efb060a3 Db/Misc: oneline fixes merged, thx Nelgano & Gecko32 for parts of it
Closes #8021
Closes #8019
Closes #7361
Closes #7184
2012-11-12 22:06:50 +01:00
ZxBiohazardZx ebd2c12f99 DB/Quest: add questrequirements for Doomguard Minion Questline
Closes #7124
2012-11-12 21:30:38 +01:00
Gacko 5126c0ad8b Core/DB: Utgarde Keep - Proto Drake 2012-11-11 18:43:04 +01:00
ZxBiohazardZx 7bdd596e6d DB/Gossip: Add gossip menus for Midsummer
Closes #6886
2012-11-11 12:50:03 +01:00
Malcrom 8b4b1cdbc2 DB/Gossip: Add gossip menus for Midsummer partial for issue #6886 2012-11-11 12:36:53 +01:00
Exodius 6264d91cd0 DB/Quest: fix a wrong text
Closes #6403
2012-11-11 12:31:48 +01:00
Pitcrawler 660f7e72be DB/SAI: Fix some Howling Fjord gossips
Closes #4973
2012-11-11 12:28:31 +01:00
Gacko a2748fde4b Core/DB: Utgarde Keep - Corrections 2012-11-10 18:08:40 +01:00
Gacko cc0842f46b Core/DB: Utgarde Keep
- Script areatrigger near Ingvar to activate the proto drake
- Assign heroic spells
- Mount proto drake rider to proto drake
2012-11-10 17:33:07 +01:00
w1sht0l1v3 704a563fcd DB: Quest The Last Line Of Defense:
Add missing spawns for Argent Cannons,their supports and template updates.

Notes: both cannon spells need targeting scripting.This is needed before adding the rest of the missing spawns.
2012-11-07 21:55:28 +02:00
Spp 7bd86b6b83 Update characters_database.sql (Missing changes from 58ec4e5319) 2012-11-07 09:49:31 +01:00
ZxBiohazardZx a5a9503bbe DB/Loot: readd loot to stinky from clean 49 (removed by accident)
Closes #8222
2012-11-03 10:09:41 +01:00
Spp 58ec4e5319 Core/Guild: Code Refactor
- Send correct events when modifiying Ranks (Add, modify, delete)
- Store money/slots withdraw, not remaining slots. This will update remaining slots/money properly.
- Reset daily slots/money withdraw for all members at same time, configurable
- Better debug messages
2012-11-02 22:26:10 +01:00
ZxBiohazardZx cd8e9dfb52 DB/Conditions: update ItemEquipped Condition2/3 values to 0 2012-10-29 23:41:10 +01:00
tibbi b484f5d17e adding another item 2012-10-28 19:37:27 +01:00
tibbi fc17c2b41e add a missing item at player_factionchange_items 2012-10-27 23:52:52 +01:00
ZxBiohazardZx 57f84c920b DB/Conditions: slightly modify the conditions for Sealed Chest: it only drops IF: you dont have it already AND you are wielding Shadowmourne AND you are on The Lich Kings Last Stand AND if you did not do Personal Property quest yet
Closes #8167
2012-10-27 10:44:49 +02:00
Pitcrawler d180478596 DB/Creatures: Correct movement for Dragonbone Condor, Carrion Condor and Courier Lanson
Closes #8145,#8139,#8128
2012-10-27 09:42:16 +02:00
w1sht0l1v3 14c0d7b421 Scripts/SAI: Fix an assert error.
Closes #8106
2012-10-26 22:27:16 +03:00
Subv ebdbe869af Core/SQL: Changed codification of recent SQL file to ANSI 2012-10-25 10:54:22 -05:00
Subv 9084c89ea8 Core/SQL: Renamed file from previous merge.
Corrected the guids.
2012-10-25 10:11:56 -05:00
Subv 55892048ef Merge pull request #8127 from Gacko/childrens_week
Core/DB: Children's Week
2012-10-25 07:43:02 -07:00
w1sht0l1v3 0a840fcb21 SQL: Typo fixes. 2012-10-24 17:36:19 +03:00
Kaelima 1ff5b83657 Merge pull request #8074 from Warpten/halionUpdate
Scripts/Ruby Sanctum: Misc fixes.
2012-10-23 03:58:48 -07:00
Spp 1be638e731 Core/Dungeon Finder: Add debugging commands 2012-10-23 11:44:02 +02:00
Spp c1fada456b Core/Dungeon Finder: Correct rolechecks (4e8fa52)
- Fix bad sql (36806bf)
- Add better teleport debug messages
2012-10-23 09:48:08 +02:00
Warpten a664a356e2 Scripts/Ruby Sanctum:
* Fixed a crash caused by the grid.
* Update spawnmasks.
* Misc updates and corrections.

Closes #8079.
Closes #8078.
Closes #8081.
Closes #8077.
2012-10-22 21:18:21 +02:00