Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/azerothcore/mod-playerbots

NOT READY TO BE USED AS MODULE YET
https://github.com/azerothcore/mod-playerbots

Fix Gruul, HKM and Magtheridon texts based on sniffs

80367c6e7026d6abbee1d1f6f709a663ae19e814 authored over 6 years ago
Remove now obsolete comments

0ff23d5cdc6d434a27959a32fb92dab4df7151ac authored over 6 years ago
Hovering constitutes flying

0bcf084b19f4a47116869c72d67820cdfaceec49 authored over 6 years ago
Add Moveflag debug command

c3150cf1827e01fb67d1f62cfa114d0f3133c7ff authored over 6 years ago
Reimplement Greater Heal Refund using the intended dummy

68a29f4a854ec9fa745431038d678dd756bd0a5f authored over 6 years ago
Fix creature starting attack during script in combat

In combat, only SelectHostileTarget is permitted to change your target.
If anything else does it...

7b50d1d481ee1ab92fcd9f3759fd8980d9616863 authored over 6 years ago
Improve stealth alert distance calculation

Implement stealth alert reaction to creatures
Remove code duplication
Implement visible distance ...

8c284b14ce3e39ce9a769115588b85d3878aa707 authored over 6 years ago
Implement Pet Dismiss sounds

dd3b768c5ed841ef89b7a3f284047c652e7f3740 authored over 6 years ago
Need to cast Fire Shield with target since its TARGET_SINGLE_FRIEND

c0e695dbc168cf2499ff8a21762aa16c34a5514b authored over 6 years ago
Add casting of pet scaling auras onto select pets

All of these are confirmed vs sniffs

30c1a882ce11b9906ac11be9dbd686e6f26b8004 authored over 6 years ago
Fix some Shaman Elemental AI issues

dfc9923a947ca7ed591241266724d7a1b4e4bdfc authored over 6 years ago
Implement AI for snake trap snakes

255c4214f7991d4339d64350de9fd5b5f0901245 authored over 6 years ago
Rename function to a more appropriate name

2069f3a4c8e571977a8a750d3d7b730fa142a22b authored over 6 years ago
Add serverside scaling auras for pets

These need Implementations added in aura calculation and recalculated upon pet stat changes. That...

b0f06b63bf075f1e764df34694430e51cf6f4ae7 authored over 6 years ago
Implement Earth and Fire elemental AI for shamans

14fbd2b55415aca12719370f7dd71935b8ad95be authored over 6 years ago
Implement selecting all targets which fit description for scripts

c3719cabc76b04ae37e581d5f74b31a97ad242f8 authored over 6 years ago
Reapply flight flag if knockup doesnt remove it

12643220b706d2df7e316c2d4d3a68f9aa2046b1 authored over 6 years ago
Reimplement Manticron cubes using sniff

Visual actually hits boss and the dot hits trigger, so it nicely
propagates.

63c927381402b877c686c93c2b9861c9f5917748 authored over 6 years ago
Channeled spells need to be stored at all costs

Channeled slot is unique, as a result can be triggered and still needs
to be managed.

8eb9b46fac32d9dddb8d63e6400cf14aaba79373 authored over 6 years ago
Implement Expose Weakness

Also adds new scripting place which should evolve into a hook.

52cd20ac7d42457a04019d57b9822a39994b3617 authored over 6 years ago
Safeguard proc produced auras V2

Opted in for storage container for them. They will never be deleted in
memory, so no problem wit...

63a1400233a2273f1bfe2fe9c13e566e075cc91f authored over 6 years ago
Safeguard proc produced auras against being procced

Lets say for example Shadow Bolt crits and procs Improved Shadow Bolt
talent, giving his target ...

5b0c7e74f5bee0e274bb465bf203d113ee7c593d authored over 6 years ago
Reorder proccing for blizzlike order of operations

Fixes Earth Shield and POM
Also fixes combat item spells with proc flags proccing at the wrong time

8293b15833a42a4dccbe0fbb3a1fd8aeb32dc4ec authored over 6 years ago
Implement PlaySpellVisual

It is in line with other play methods enabling various sending through a simple enum.

478a076cd6c37b5c8a5686f2772f502b74f9a027 authored over 6 years ago
Diminishing returns fixes

Fears should be a joint group not warlock fears and other fears
With multiple sources confirmed,...

e7faf91dfda54e0f2e2815a872ef064eb446fc3f authored over 6 years ago
Remove redundant hack from Drain Soul proc

1282f4b8d77e4b892db8ac93f3f24d4d8f81906e authored over 6 years ago
Optimize RemoveSpellsCausingAura

Now we won't senselessly iterate over and over and skip one step.

f833421b70019f8a3c05854693f6db9775015fb3 authored over 6 years ago
Implement Frost trap pulse entrapment

76b11f586c2ee0b2d296d1646b99d79f878d18fe authored over 6 years ago
Make Vanish Purge remove SPELL_AURA_MOD_STALKED

Hunters Mark/Mind Vision

52144067028944e89ff08cea02aa56799925e8b0 authored over 6 years ago
Fix Prayer of mending check

We need to check for correct distance (same as for AOE). We also need to
check the other checks ...

c940c6d69dd29bcef6d462f3e504b1e3f311176c authored over 6 years ago
Fix typo

00cbbaa27b440ec83b946c1095c2d2b4fb8a281a authored over 6 years ago
Add custom script to Grounding totem

Per sniff and 2.3.0 change, totem needs to kill itself after any spell
gets redirected to it. No...

13a5a53d1c08f7e57ac1b4563d825f560b7dfc86 authored over 6 years ago
Improve handling of magnet target

Magnet target does not have to fulfill all spell rules if its valid for
a given spell. For examp...

5e26c3b3017f0643db5be5187abc18dc186930ca authored over 6 years ago
Need to remove charge off of area aura on owner

When a charge is removed from target, we need to remove charge from
owner as well.

fa82611ada46d3f2d6b7984e4c7b3d03b95ba679 authored over 6 years ago
Differentiate between damage and instakill

This removes wrong message where on instakill, we send party kill log.

e425baf028155e1805243b21760aeb9e9f34c55f authored over 6 years ago
Do not check unitTarget checks when spell has TARGET_SCRIPT

The targeting fills that field so that animations work correctly. Need
to find a nicer way to do...

9e1abaa28d554e849df1d7cd812990e258a99adc authored over 6 years ago
Implement proper handling of DamageMultiplier for 2 initial effects

This fixes 95% of the issues with Damage Multiplier, nicely extendable
in the future

fb959df94f887142b02c372ea2b89effd468f19e authored over 6 years ago
Fix mangle bug

1. fill m_spells even in case of talent spell, so that we can properly
determine a disabled case...

6a7c59378c4a0877bfb6ef789e254250d1c91742 authored over 6 years ago
Fix windfury proccing off of the other weapon unintentionally

c13c6ee34740c37e0a11e9fd6ddf2fb7f6710ca5 authored over 6 years ago
Melee spells which should get SP bonus do not need to meet melee school

This fixes Hammer of Wrath getting a SP coeff bonus. I really do not
know why this was in place,...

6f979d01ef3693c072919336b5dccd12dbc2b5c9 authored over 6 years ago
Add usage of redirect prevention attribute to melee and ranged case as well

Some spells with the attribute are melee/ranged

4ea04b68de151e23e140747f15aa4b50694ad4df authored over 6 years ago
Fix cyclone immunity correctly

This might go possibly horribly wrong

613afe77fc6b2baa70af67038c831981fcb2f927 authored over 6 years ago
Add adjustment for channel turning on spell channel

This might seem like one ugly code, but it is in place so that server doesnt decide that client c...

b07d9b97906ce5666479fc0be9b29e76b8e5a030 authored over 6 years ago
Fix charge destination location calculations

ea33160a2fc80673539eff2ce7d0740ae38b0d5b authored over 6 years ago
Try experimental change for pvp combat timer

2b3587d43b1d91c811fa08bbc4d22ed97be87f3d authored over 6 years ago
Remove scripts which only exist due to missing spells

e6a62cc0f4e8a7ffe99f7e78274ff2bd9630a57e authored over 6 years ago
Limit targets of Greyheart Nether-Mage Blink

6994747f0672754124c65bca3333d4b2b066dfdc authored over 6 years ago
Add missing serversides

Also moved scripts to proper places and reworked Righteous Defense based
on sniffs
Cloak of Shad...

85d733d78a4457e6fe6b5d56bce9a808db5e5500 authored over 6 years ago
Make Imp and Water elemental chase at set distance

They have no melee mode so this is enough.

f6abaa7a95f0e14e41f2b6b2c6100519d43ea4f9 authored over 6 years ago
Add offhand weapon attack type to school generic

45ce32fc54d0591eb03a17ba9b7566d1c01c3fc3 authored over 6 years ago
Implement SCRIPT_COMMAND_INTERRUPT_SPELL

1b1688fe7f14b28a6f9fa6e2310204d4b1dfccdf authored over 6 years ago
Unit needs to interrupt its spells always

7200195336d4f065f9d578c7c7cb5a96dda23eb9 authored over 6 years ago
Implement hooks for root/stun for AI

100b65b6f3a3e09b8ebfce0ec5b9d6a227336d42 authored over 6 years ago
Make creatures who are immune to silence not subject to lockout

a5e8cf7a0486bdc62a8a3cdaad9be498f2edb2bd authored over 6 years ago
Add hook for InstanceData world state management on init

a75e7a6c35d0d4ca73f6249bf781a8b9d09117f5 authored over 6 years ago
Add CREATURE_EXTRA_FLAG_FORCE_ATTACKING_CAPABILITY so that nonselectable nonattackable mobs can attack

909ed0c63f1a0559ea9089e00be71e96d4a292ab authored over 6 years ago
Make Amplify Damage exclude tank if there are more than 1 targets in threat list

dad9d79ed17620579409e6face3b10289e5dadb9 authored over 6 years ago
Fix malchezaar infernals

The spell is self cast, but not explicitly but implicitly. Explicitly
self casting makes the att...

39db5e4fdbe42fb876c57c27aba286a796a7ed71 authored over 6 years ago
Add target to unittarget for TARGET_SCRIPT when a target exists

91bb3b731ed7bb3af40c10896936209519a574da authored over 6 years ago
Implement chat command for spell visual

5f5b3445e00b9fc163e628101e53d6ef291c7f47 authored over 6 years ago
Add REACT_PASSIVE for npc_hungry_nether_ray

79628e22377024d8716b6582b4adacb96de1d8f5 authored over 6 years ago
Add serverside needed in hyjal

8d54a0d91fcaad02f9d41355a018207c92a34c8a authored over 6 years ago
Do not fill trigger spell target with TARGET_CASTER_COORDINATES

768095352451de3feb39e5e0476b992a73c24f70 authored over 6 years ago
Dont report errors from triggeredByAuraSpells

0fb8959d84d0d968bbed80ffec10cadfe83a9cac authored over 6 years ago
Prevent Melee and Chase on Units casting Focused Bursts 36414

a619c3f5fdd23d4db0ff42e341ffe106f18520ff authored over 6 years ago
Death Count should not execute if the caster has died

f0c1455c39b17dc37f6792a537dee3a77ac75968 authored over 6 years ago
Add support for nullptr in DoCastSpellIfCan

Proper fix is to remove those redundant checks and use spell system ones

fae712459a437f67ad0e677c12ebe150b52cef87 authored over 6 years ago
Make sure the damage comes from Solarian for bomb

1e8894be58770a7528a6e59ffaa1493f81bbad19 authored over 6 years ago
Prevent crits from happening on no bonus attribute spells

af2220d3dd482070282603e61318efdae15c3549 authored over 6 years ago
Add force reaction spell used by azaloth

734705a4382ea09cbac912f2939732115ff3d9a7 authored over 6 years ago
Implement two spells for Altruis questline

21625b1716c2e3914c6f4a8d51d1480bb40a0da7 authored over 6 years ago
A no duration channel should proc triggers on aura end

0e65850a40e459b653b610f81140a9b7d5e537b1 authored over 6 years ago
Add some possibly crucial unks to enum

9ed7f465d2642dd94ac88eeffb271f96f56cf3ba authored over 6 years ago
Fix a few small details for The Nexus

Signed-off-by: Xfurry <[email protected]>

7736f715aaaf0f43c36b560f65a3c08d67335b9b authored over 6 years ago
Rename TARGET_91 to TARGET_DEST_RADIUS

Signed-off-by: Xfurry <[email protected]>

bc2514f601ac91b8e6f3451d38f2d38d91733bb7 authored over 6 years ago
Add missing text in previous script

08c611711da6b5cc993357499aa86cda82ae9a85 authored over 6 years ago
Add missing server side spell from Classic

da3834c1977857a4ecf88f6e43574ed11320aab0 authored over 6 years ago
Implement script for Broken Trap in Dire Maul

* Implement script for Broken Trap event in Dire Maul. This is required to perform a full Tribut...

6aa80e268ec14af92cc9bff27d639397023dcd27 authored over 6 years ago
More consistency in the naming of GameObject methods

* A handful of methods from GameObject where starting by a lower case while we use upper case.
A...

94a522f6d4abbfc99a2beee3d169404591dee422 authored over 6 years ago
Fix a bug preventing GAMEOBJECT_TYPE_TRAP to use their AI

* Fix a bug preventing GAMEOBJECT_TYPE_TRAP to use their AI when they have no activation radius ...

f6cfabbc6cd756ca367025ffc87ed528dbd78f9f authored over 6 years ago
Fix porting errors due to wotlk Spell.sql

045b669c6e2f8f0cdaa87b3e03f62275eab6fbfa authored over 6 years ago
Fix G++ build: add missing include

ee40bcf2926f642a6d946b188e1928c078cfd126 authored over 6 years ago
Add use of CasterHitTargetWithSpell

This adds same logic to mobs getting hit by dynamic object auras
and also implements AURA_INTERR...

170469141a3256174a5138f8b469913f73a325f6 authored over 6 years ago
Add fel and the furious cooldowns

f16eb591478ebdc12c741a9202f0cb4df54cd676 authored over 6 years ago
Dont forcibly send self in debug command cast

a285f9a3967eb94805ba8dd8295dcf5f88f4361b authored over 6 years ago
Rewrite The Affray script so that it resets/fails properly

WTF that evade mode stuff, just WTF

2186b8bd18fbc997c6fda77f13cd8051289b58cf authored over 6 years ago
Implement 32567 dummy aura

264ed3de8c41873c48268f63e55485b4984736ea authored over 6 years ago
Implement setting faction and model ID in SummonCreature

Also updated corresponding dbscript

5c53bbb38cab46f5e8d070b44fc13f6d7429c739 authored over 6 years ago
CheckCast effect code needs to also assume self cast spells

Previously we filled this wrongly in target parsing

98be5a5d756c8f57af9c2102051a8c3549dc20c7 authored over 6 years ago
Fix comment so that its in line with other handlers

c6e48c1bc3b1bea5b4dc15dec08acac44cc74c33 authored over 6 years ago
Add mechanic to vashj stun

3af2c5d30509125d2b6f669aa2670aea17251d2c authored over 6 years ago
ApplySpellImmune needs Aura* to be completely exclusive

With only spell id, Vashj spell barrier which is cast 4 times, was
mistakenly removing immunity ...

ae7d97a5a01aebf9117f975c7c486255f65472c0 authored over 6 years ago
Refactor item removal spells and add Tainted Core removal spell script

fc90a833268b29fb981ed3b533e066c1e0908129 authored over 6 years ago
Implement Tainted Core item

b1fe9cc12fe269ae4f1358b5cc566ff16d462973 authored over 6 years ago
Remove dependency on getUnitTarget in TARGET_DEST_CASTER_FRONT_LEAP and TARGET_RANDOM_CIRCUMFERENCE_AROUND_TARGET

c9257d820cc658ec689c0b19b873c93ad6f74833 authored over 6 years ago
Possess spell part needs to be removed from caster on removal

50ecb495fe5544fa68e26309d54b98eb02ba1404 authored over 6 years ago
Add serverside cooldowns for teron gorefiend spells

168713986dbfb12a8b1cd014b18b9b0632912f09 authored over 6 years ago
Do not fill destination for self cast spells

Verified against sniffs

f0a817f602b8a45494b2a0cb0ebb8d97bb1c1219 authored over 6 years ago
Implement 2 Serverside attributes

Adds support for marking invisibility preventing spells and adding serverside cooldowns which ne...

48c4b15a7a3ba6865bae9c5e4c0e361d2381c8bd authored over 6 years ago
Implement intro and outro in Cipher of Damnation script

Also fixes flags and factions

1a7ca910cf2dd4d4e5d1c853eb903515b6aac691 authored over 6 years ago