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

PlayerAI: Fix compilation due to missing includes

7b0402381b6d235f0ce62ff7df7a410541885150 authored over 4 years ago
SpellTargeting: TARGET_UNIT_CHANNEL_TARGET is a harmful target

01a9ef2b025f0aa57486fc084d358ad41730a23a authored over 4 years ago
Remove all group buffs on entering instance and on caster leaving

Atm only affects soulstones

c096d1713b6d16a4d290b3f448df811e6a4a0311 authored over 4 years ago
SL: Reimplement Blackheart using CombatAI and rework his Incite Chaos sequence

640b3b5270fa6a1b82c05e02ec9e242f13b98a59 authored over 4 years ago
PlayerAI: Make adjustments to player target choosing based on sniff

fd7b97c2ae6396e98ad6d2cf0099cd413ecac667 authored over 4 years ago
AQ20: Fix Rajaxx crash

80fdf187fd0cfd790ccd73a6e247d66ca9f7502d authored over 4 years ago
[Spell] Immolate 15506 should not be removed on Evade

bb9714ffc45a151ffc0f3bd25e0e7136a40787c6 authored over 4 years ago
[SD] Correct RookeryEvent Spawn Location & Pathing

Used s.10264 spawn as they differ a little bit at this position, improves pathing alot

d14fcdcabb23a2d54f5a8dcad736e9df8add38cf authored over 4 years ago
Update AuthSocket.cpp, m_timeoutTimer Cancel was in the while loop, put it outside, to fix login problem

a27681322ec8313478c543bbfa9f9d1349e8e264 authored over 4 years ago
PlayerAI: Add one spell per class and add small delay after each success

1b2f567c69eba8362d28931a5263a6986390dbe0 authored over 4 years ago
Adjust npc_ironhand_guardianAI not not react

5752159eb5a4d735b2db997e1435a1db5ac55726 authored over 4 years ago
Implement packet cooldowns

25f20797e3f38f71609e92203fb727952308d743 authored over 4 years ago
Elevate HandleCharacterDeletedListCommand to console level

c3894b1373df889addfa0956ea3b1952ddb0e99c authored over 4 years ago
ZG: Fix crash in soulflayer script

82e2a03562e15dbc92ebb7404681cc29661b35f4 authored over 4 years ago
Fix ossirian crystals not despawning properly

f7d35325e8edcab653ae2960b6e1ff25c75810a1 authored over 4 years ago
Fix mobs interrupting their movement on delayed spell land in UnitAI

e1a96c089f64a6c1e11b631903cf4fde94738742 authored over 4 years ago
Fix infinite pickpocket bug

19917354a87bac8f5028dd817a4e559d0938f3b0 authored over 4 years ago
Unify pet and player _SaveAuras for holders and auras and dont save PersistentAA

c22bf2d2c76e33d7fd5d4b85bfdcf0b9324c17af authored over 4 years ago
Add missing virtual calls for Aura derivatives

1a4ddf97dfd1900fbc365f5e738de7bcea0485b2 authored over 4 years ago
MoveChase: Fix mobs repositioning on speed change even if no repositioning needed

9dc2f47cc64a288b2c00f52d8397f5badff8966d authored over 4 years ago
MoveFleeing: Write an ugly player safeguarding prototype against going under texture

c8fd1bdf7848a5fae27511da3d8de330ab695723 authored over 4 years ago
Fix mob_restless_soulAI getting stuck in an endless loop until despawn

51f1464546a1b4cf2ea71aead52012150431eb55 authored over 4 years ago
Implement Libram of the Lightbringer

48ddfe3ae10b7bf9806b0f5b2ff99aa3465a1d7e authored over 4 years ago
[Spell] Fevered Fatigue 11964/18847 should not be removed on Evade

cef83d82049394654e2b41db402d3f4e621e9288 authored over 4 years ago
Fix order of sine and cosine angle in knockback packets

2c75fcff8b4ab1a8043355729962d293f63e3921 authored over 4 years ago
Refactor pet summoning logic to fix having pet out on login when mounted

67e66861175ff6776e89dc06223a4ba37c9b95f6 authored over 4 years ago
Remove two redundant cast item and original guid fills from karazhan spell scripts

c2e09d8287128efe626377d5f8051bbb2c0c787f authored over 4 years ago
Spell: Refactor Spell::EffectOpenLock and fill skill info information in CheckCast

Fixes issue where lock opening fails because item was consumable

71dd5ed2ce389cb75f8d7236425dd6f053cf3fcd authored over 4 years ago
Safeguard spectators for Rend event in UBRS

I couldn't get them to aggro from inside the pit while jumping all around the platform with a le...

1d6306b6e7167443d1ab15923b6a3f94be87382c authored over 4 years ago
Fix gossips for blacksmith trainer NPCs

If we add trainer gossip item, but !unit->IsTrainerOf(_player, true) evaluates to true then our ...

6d6185e2fa61ec26c2fd1a1d9748fde2c558248c authored over 4 years ago
Core/MMaps: Add rcMedianFilterWalkableArea() to mmaps generation process

Add rcMedianFilterWalkableArea() to mmaps generation process to simplify some ground/water areas...

26943785c163e65b51a1de697f6c7a3c5fb23dfe authored over 4 years ago
Stratholme: Add evade condition on charm of baroness

Closes https://gitlab.com/lights-vengeance/issues/-/issues/396

7debb34fc18ce9f6ab5e7bb49c51eff50e9067b5 authored over 4 years ago
Fix item addition failing when cast item is removed too late

Closes https://gitlab.com/lights-vengeance/issues/-/issues/385

23347da4f132e38b787f0a13ee65042c1f6aafae authored over 4 years ago
Remove old spell targeting prototype for mutli-shot

Closes https://gitlab.com/lights-vengeance/issues/-/issues/217

2bd6904530b012ec892dc1ac69f3a029fca9e010 authored over 4 years ago
Update detour to fix infinite loops

Updated per https://github.com/TrinityCore/TrinityCore/commit/e061663508191f7782dd62c7e13b5ea804...

bdb93d3078f17b3c87dc9167d32a634e12fc301c authored over 4 years ago
Attempt at fixing charge under texture by introducing a 1yard addition

This idea is taken from a tbc sniff. Fight me if you disagree.

9153d053e1477f6ca2c359dd287a4b520bd98f62 authored over 4 years ago
Save players on shutdown

88ecba4309aa4e4a9378e67448ac687aaa47771f authored over 4 years ago
Attempt to fix evade issues

1a95afd03971b03fd5a567a0f37a8d5a229728aa authored over 4 years ago
Implement miss/resist chance on SPELL_AURA_PROC_TRIGGER_DAMAGE using SMSG_PROCRESIST

f73499048851ea0e5230753d0b27499798010e86 authored over 4 years ago
Experimental SMSG_SPELL_UPDATE_CHAIN_TARGETS packet implementation

f66a2c1f699068c6d3f0ecebde344371c7656522 authored over 4 years ago
Implement Gnomish Death Ray spell script

Closes https://gitlab.com/lights-vengeance/issues/-/issues/406

3aeec69948ef8bc0a0e4dc33ee68ff53130ea004 authored over 4 years ago
Clear combat if teleporting more than 100 yards

Closes https://gitlab.com/lights-vengeance/issues/-/issues/407

f924d03c48a8b3737846bc1682adfb919c18c4b3 authored over 4 years ago
Sync insert query in SD2 file

c2213a0951d4bc5569fe60d96889cbfc47a477e9 authored over 4 years ago
Implement Tier 0.5 Jarien and Sothos spawning of chest

72ddb54588756611d031dfea4af9e03e8e05cf01 authored over 4 years ago
Stratholme: Safeguard Barthilas spawning after he moved

Closes https://gitlab.com/lights-vengeance/issues/-/issues/395

4ece00da71449e7e2059282b218826fb5ccfaa57 authored over 4 years ago
[SD] Add StandState Changes for Escorts which reset to their creature_template_addon to Core

620cc20d22885686251e6ab3120f8998f34ef87c authored over 4 years ago
Fix outsider helping formula for diminishing xp

9ceb5597a90b1a1af60e8adfda75f56b96a39c33 authored over 4 years ago
[SD] Set UNIT_STAND_STATE_DEAD for npc_ame01AI 9623 on Spawn

d8b1fb12ef89bd67a478330f3909c88b896111ed authored over 4 years ago
Extend usage of dispel packets to EffectDispelMechanic

Note: In vanilla we should send spelllog for this effect instead

6f4c8a9987ce40cbece78c6338a890e3cb852d48 authored over 4 years ago
Fix double delete in HandlePlayerLogin as KickPlayer already deletes him

2ca5263b761d22599ff76eb4ba6159c97e0423e7 authored over 4 years ago
Make Arcane Concentration proc only once per spellcast

28ab21b4edc1533eaad000f617655b39c7bf3179 authored over 4 years ago
SpellScripting: Implement proc once logic for procs

f100d5b6591dce389328072b06c7772e6f0d2995 authored over 4 years ago
Fix arithmetic issue in warrior execute and make full rage consumption only happen on hit

c406dac0a100d3e5b66645cf25dcd7fb73212c06 authored over 4 years ago
SpellScripting: Add SpellMissInfo missInfo to OnHit

ecc00fd47d854ee776224dcd5d041be33c67c499 authored over 4 years ago
MotionMaster: Implement UnpauseWaypoints and fix dbscripts/eai/escortai unpausing

8314aa7134027dc3fdf1bba615a5f5262aaaf8ff authored over 4 years ago
Fix traps dismounting players on being triggered

a330c88c87168a0ea3df93fd93c9a560db0e30b9 authored over 4 years ago
Fix swapping of empty unique bags

aed2c87c018ba5c3a8d95ca5440509548870b508 authored over 4 years ago
AI: Set ignore ranged targets to false even if mob is ranged

c0351f09e5e5e6df154b244cb8dea1323757f4a5 authored over 4 years ago
Fix PauseWaypoints prototype not stopping mobs on gossip

8b14fc8ab22528e57a4d0c26279802bef5947304 authored over 4 years ago
Despawn chests with no lock id on usage

ce5425b2a9fd913c0b84b6222627a0634dc792a9 authored over 4 years ago
Add messaging queue to worldsession for future use

Also adds swap queue to WorldSession::Update

46d06aaf487bc1bd51061be5d4982c7cc8a039dc authored over 4 years ago
Remove use of deprecated methods for c++17 integration

355b78f0e573bf3b9771743b8cd941803028c623 authored over 4 years ago
Implement pvp title swap command and pvp title login regeneration

78711139906ae5b87cb8d038bd6931970547a6f6 authored over 4 years ago
Add TRIGGERED_IGNORE_CURRENT_CASTED_SPELL to warrior execute

e33bcbbe6c28e2b18042a115f1199cb940d88ddb authored over 4 years ago
Add cooldown removal to autorepeat first cast cooldown addition

1b907bb90d62b65e9f2adbd38c7cdec7713d2aca authored over 4 years ago
Add passive react state to Fel Hunter used during Shizz Work quest

Closes: https://gitlab.com/lights-vengeance/issues/-/issues/311

4f99ad9fdfaf5505fb1c9b78e0550532dae1c049 authored over 4 years ago
Add pin count diagnostics to realmd

308ad1c08178b8d51f6b5f8587a5ffb4cb0e9e72 authored over 4 years ago
realmd: add some basic logging for couple extra failed cases on authentication

206b72df0f626a1e77d13547c8135f34de088443 authored over 4 years ago
Fix warrior execute consuming rage erratically

b859e4adba84bdfb86b87cfdd041dea8890e95c3 authored over 4 years ago
Add newest research to Aura::PickTargetsForSpellTrigger

72c27d19109359926c0098ab1345c57a7922049d authored over 4 years ago
Add truncate to broadcast_text for locales to shorted load

2c6c99e710f1aef4294d16819b0babc1e05910a6 authored over 4 years ago
Reimplement UpdateSessionExpansion using ExecuteForAllSessions

71dddd8ad8a9304208c96f59d220936ccdd85955 authored over 4 years ago
[Dark Portal Opens] Fix starting of event

75e9cac69d08612520e91933818ea8be9f8f0438 authored over 4 years ago
[Dark Portal Opens] Fix portal spawns stopping

7e62076a008575bc4d6e4926d1c18788b998cf05 authored over 4 years ago
Add blasted lands Boss Kazzak from vanilla for expansion event purposes

8f285df557655e5677596513c6b10a1010b90bbc authored over 4 years ago
[Highlord Kruul] Update timer for Create Infernaling Summoner

0ff6b567b15e2ef2693a0e58f58b165b37cbacfe authored over 4 years ago
Use gossip select to start Sal'salabim event instead of gossip hello

Add missing flavor text

Closes: https://gitlab.com/lights-vengeance/issues/-/issues/298

c0a7db792e1fc24d68797e29e4873d47045ef470 authored over 4 years ago
Fix mind vision and similar being broken on stealth due to SPELL_AURA_MOD_STALKED not being respected

Closes https://gitlab.com/lights-vengeance/issues/-/issues/242

251d93ac7f5ffeed6579a15280d709131b5f4c2e authored over 4 years ago
Remove nonsensical max player level limit on detect range auras

Closes https://gitlab.com/lights-vengeance/issues/-/issues/206

583fbb46c3db83a77de28841218d4761ea503f7a authored over 4 years ago
Botanica - despawn Warp Splinter guardians on evade

730c711785c61dd5d1199de20ef05c5680c63842 authored over 4 years ago
BF: Fixes for boss encounters

df7d4c4d235e3b1f15590268a1273044e71b3488 authored over 4 years ago
Fix linker error

4e836ef5f84be2c341e098b865aa1c3c386830bb authored over 4 years ago
Fix logging in and sql errors due to recent additions of ip logging

Closes https://github.com/cmangos/issues/issues/2296

fb2a805c7b56f94a6989a25b4010b81b9945b728 authored over 4 years ago
Login: Fix a login queue bottleneck due to long locking and heavy login query

ce55072ff63671f180cffe0f5e486447423d5424 authored over 4 years ago
realmd(socket): implement socket timeout unless client sends real data

Additional author - Power2All

63a2cb0ef8a3992dc2123dd5c6ec9c4718801774 authored over 4 years ago
Delete redundant 29_broadcast_limits file

d901fae926a4d408f5ee50ab9b8db263c9ababfc authored over 4 years ago
Add defaults to npc_text_broadcast_text

bd1847299d57c48a29c6f21bcef9322b9f04ab64 authored over 4 years ago
Add over 30k missing broadcast text locale records

Source: Trinity

9223716cbf4ed3c81696c2fbc5e3e816df4ae930 authored over 4 years ago
Add truncate to broadcast_text for locales to shorted load

f028024daef73627c7ecd051d3f341acc64b72ad authored over 4 years ago
SD2: Fix compilation due to different includes in wotlk

4eb893b70bb951ef746eecbd55cc1b1b3a4af5c5 authored over 4 years ago
[14027] Implement IP logging for accounts

4aec17642bef6b8f78a5fa9d824e0e416392d9a0 authored over 4 years ago
Fix wrong reset of react state in JustRespawned in EAI

5590756a80b828e6e9e0872fdc98d8765220f5ee authored over 4 years ago
Fix rested XP using a hardcoded 70 and minor member refactor

ada8fa8bd6b617dbf2c5f9568ea00f61c60adafa authored over 4 years ago
Add aura script to handle Shifting Naaru Silver i.34429

1044d952df3596f44fda144f40842b11fc58ed5b authored over 4 years ago
MotionMaster: Introduce PauseWaypoints to fix OOC casting interruption

Instead of doing the generic bad StopMoving and casters not doing anything for 3 minutes on cast...

93789923a926eee5a3f01b0c10caf4cc88e3ac65 authored over 4 years ago
SL: Fix door closing when already opened due to double logic

ce9558b0020b831ee1998f517a2df52f00951349 authored over 4 years ago
SL: Fix murmur having zero timers on his OOC script

f22be390d2832a5bb33acb86a4ef35e913b7cb76 authored over 4 years ago
Handle some out of combat RP in Murmur script

9cf63c5a528ff6acc38931487fdb2e4460b42ad5 authored over 4 years ago
Add assert to RemoveSpellAuraHolder for diagnosing double removal crash

56a34b512e3a554eb98d8fe4549d188bd042b2e7 authored over 4 years ago
TK: Refactor Solarian using SpellScripts and CombatAI

bf5e11e7c8eea69b727cd4a8746c48d4df6fa15e authored over 4 years ago