| Age | Commit message (Collapse) | Author |
|
|
|
Closes #14621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Ref #2623
|
|
Ref #21078
|
|
Closes #23318
|
|
printed. (#23321)
|
|
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
|
|
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
|
|
Closes #22719
|
|
OnReportUse() and not OnGossipHello()
The only remaining case is the gob 188596 as apparently it triggers OnReportUse() only
|
|
|
|
|
|
|
|
|
|
Update the correct channel spell SPELL_BLUE_BEAM and spawn triggers used to cast it
|
|
|
|
|
|
|
|
|
|
when calculate Heal (#23312)
Closes: #23311
|
|
SMART_EVENT_SUMMON_DESPAWNED for GameObject owners
|
|
* 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
|
|
script to Eclipsion Spellbinder & Eclipsion Archmage
Also fix some cosmetic mounts
|
|
Closes #23306
|
|
It fix also the 3 other Test Flight quests
Closes #17840
|
|
* 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
|
|
Fix SMART_EVENT_SUMMON_DESPAWNED not working when event_param1 was set to any value other than 0
|
|
Ref #23306
|
|
|
|
Ref #21102
|
|
|
|
And fix some auras and equipements
|
|
|
|
Closes #6388
|
|
Used in spell=35770 by Wrath-Scryer Soccothrates, the boss has half of his abilities missing or not scripted
|
|
|
|
|
|
|
|
And remove some wrong spawns
|
|
Console
|
|
|
|
The event with Renault Mograine and Sally Whitemane and a Captured Critter is not scripted
|
|
|