aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-29DB/Creature: Black Temple Battle SensorKillyana
2019-05-29DB/Creature: Wolver Orphan & Oracle Orphan event in Dalarandr-j
Closes #14621
2019-05-29DB/Creature: Outland Children's Week Dark Portal TriggerKillyana
2019-05-29DB/Creature: Ethereum AvengerKillyana
2019-05-28DB/Creature: Arcane BurstKillyana
2019-05-28DB/Creature: Eclipsion HawkstriderKillyana
2019-05-28DB/Creature: Dragonmaw Nether DrakeKillyana
2019-05-28DB/Creature: Enslaved DoomguardKillyana
2019-05-27Core/Players: out of range group updates will now get sent every 5 seconds ↵Ovah
instead of as soon as they are available to reflect retail behaivior. (#23323) * according to sniffs the group update packet for out of range members has a fixed 5 seconds interval instead of spaming packets like crazy for example when updating positions. On 4.x and above this will fix a very nasty and ugly fps drop * validated with 4.3.4 and 3.3.5 sniffs
2019-05-27Creature/Script: npc_tallhorn_staglactoseti
Ref #2623
2019-05-26DB/Quest: Vyletongue CorruptionKillyana
Ref #21078
2019-05-26DB/Creature: Restore Bath'rah the Windwatcher scriptKillyana
Closes #23318
2019-05-26Core/Console: start CliRunnable thread after all log messages have been ↵Wyrserth
printed. (#23321)
2019-05-26Core/GameObjects: goober gameobjects may reset only if they have a lock id ↵Ovah
or a reset time specified (#23298) * Core/GameObjects: goober gameobjects may reset only if they have a lock id Tests have shown that Goobers without a lock id (Data0=0) are not allowed to reset their go state such as the teleporters in Ulduar and Icecrown Citadel. The tests has been expanded by checking 4.x goobers as well and the perfect example that confirms that result is the Ancient Bell for Atramedes' intro which also is not suposed to reset after using it. * Core/GameObjects: allow to reset goobers without a lock id if a reset time is defined * fixed a typo
2019-05-26Core/SmartAI: Improve SMART_EVENT_GOSSIP_HELLOjackpoz
Add another value to event_param1 for SMART_EVENT_GOSSIP_HELLO to support all cases of OnGossipHello/OnReportUse in GameObjects: - event_param1 set to 0: execute the action for both OnGossipHello and OnReportUse. This might result in the action being executed twice when clicking the GameObject - event_param1 set to 1: execute the action for only OnGossipHello - event_param1 set to 2: execute the action for only OnReportUse
2019-05-26DB/Quest: No Place to Runsirikfoll
Closes #22719
2019-05-26DB/SAI: Update gossip hello event for game objects to trigger only in ↵Killyana
OnReportUse() and not OnGossipHello() The only remaining case is the gob 188596 as apparently it triggers OnReportUse() only
2019-05-26DB/Spell: D.I.S.C.O.Killyana
2019-05-26DB/Quest: Improvements for Death From BelowKillyana
2019-05-25Core/Weather: Define WEATHER_STATE_DRIZZLE stateKittnz
2019-05-25DB: Fix wrong spawnMaskKillyana
2019-05-25DB/Creature: Hydross the unstable npc triggersKillyana
Update the correct channel spell SPELL_BLUE_BEAM and spawn triggers used to cast it
2019-05-25DB: Typo in the previous commitKillyana
2019-05-25DB/Creature: Dark Portal Dummy 1.30Killyana
2019-05-25DB/Misc: Eclipsions NpcsKillyana
2019-05-24DB/Quest: Portals of the LegionKillyana
2019-05-24Core/Spells: Fix spells with Health Leech effect, now check damage absorb ↵Gildor
when calculate Heal (#23312) Closes: #23311
2019-05-24Core/SmartAI: Implement SMART_EVENT_SUMMONED_UNIT and ↵jackpoz
SMART_EVENT_SUMMON_DESPAWNED for GameObject owners
2019-05-24Scripts/Zul'Gurub 22974 high priestess marli hatching eggs (#23212)Ianislav Vasilev
* Issue 22974: Initial bugfix suggestion. * Fixed allignment. * Removed unused call. * Initial spider spawn targeting is done. * Resolves issue 22874. Initial implementation suggestion. * Commenting out dead code. * Reordered private members to meet standards of member initializer list. * Removing unused parameter and changing data structure from list to vector. * Changed list to vector in the grid notifier. * Removing comments and fixing identation. * Stupid collapsed blocks. * Scripts/Misc: Change IsSummonedBy(Unit*) to IsSummonedBy(WorldObject*) * Scripts/Misc: Fix build * Core/TempSummons: Rename GetSummoner() to GetSummonerUnit() * Core/TempSummons: Add support to TempSummons::GetSummoner() to return GameObject too * Fix build * Core/TempSummons: Allow GameObject to be owner of TempSummon * Core/TempSummons: Add support to SAI for GameObject owner of TempSummon * Scripts/Misc: Fix no-pch build * Cleaned up all the core changes and scripted eggs and spell according to pull request comments. * Fix no-pch build. * Fix no-pch build 2. * Added sql file for the spell and gameobject script. * Update 2019_05_20_00_world.sql * Added conditions to spell thanks @xvywh and some minor changes to the code. * Removed some strange leftovers. * Removed obsolete brackets. * Rename 2019_05_20_00_world.sql to 2019_05_24_00_world.sql
2019-05-24DB/Misc: Remove some auras related to channel spell and add the proper ↵Killyana
script to Eclipsion Spellbinder & Eclipsion Archmage Also fix some cosmetic mounts
2019-05-24DB/GameObject: Fix wrong rotationsKillyana
Closes #23306
2019-05-23DB/Quest: Test Flight: The Zephyrium CapacitoriumKillyana
It fix also the 3 other Test Flight quests Closes #17840
2019-05-233.3.5 gameobject summoner (#23289)Giacomo Pozzoni
* Scripts/Misc: Change IsSummonedBy(Unit*) to IsSummonedBy(WorldObject*) * Scripts/Misc: Fix build * Core/TempSummons: Rename GetSummoner() to GetSummonerUnit() * Core/TempSummons: Add support to TempSummons::GetSummoner() to return GameObject too * Fix build * Core/TempSummons: Allow GameObject to be owner of TempSummon * Core/TempSummons: Add support to SAI for GameObject owner of TempSummon * Scripts/Misc: Fix no-pch build * Core/TempSummons: Implement PR comments
2019-05-23Core/SmartAI: Fix SMART_EVENT_SUMMON_DESPAWNEDjackpoz
Fix SMART_EVENT_SUMMON_DESPAWNED not working when event_param1 was set to any value other than 0
2019-05-23Core/GameObjects: Validate rotation quaternion at startupShauren
Ref #23306
2019-05-23DB/Creature: Floating SkullKillyana
2019-05-22DB/Creature: Warder/Defender CorpsesKillyana
Ref #21102
2019-05-22DB/Creature: Tidewalker WarriorKillyana
2019-05-22DB/Creature: Shadowmoon VillagerKillyana
And fix some auras and equipements
2019-05-22Rename fileKillyana
2019-05-22DB/Quest: Items of PowerKillyana
Closes #6388
2019-05-22DB/Creature: Wrath-Scryer's FelfireKillyana
Used in spell=35770 by Wrath-Scryer Soccothrates, the boss has half of his abilities missing or not scripted
2019-05-22DB/Creature: Kaylaan & Fallen VindicatorKillyana
2019-05-22DB/Creature: Death Watcher/Entropic EyeKillyana
2019-05-22DB/Creature: Duro Control ConsoleKillyana
2019-05-22DB/SAI: Overseer SeylannaKillyana
And remove some wrong spawns
2019-05-21DB: Fix rotation and state for Nether Collector Tube and add Coruu Control ↵Killyana
Console
2019-05-21DB/Creature: Event Generator Old HillsbradKillyana
2019-05-21DB/Creature: Little Jimmy VishasKillyana
The event with Renault Mograine and Sally Whitemane and a Captured Critter is not scripted
2019-05-21DB/Creature: Nova TerraKillyana