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

silence a couple of more warnings

e2af783fec9b98e93db9d37d6a0a5fac5846377a authored almost 4 years ago
Silenced Clang compiler warnings

check manaforge assignment more cleanly

truncate rowcount to uint32 from uint64

77c579caeb1ca67f59159a4a24c0ffb9752431a1 authored almost 4 years ago
Disable Metric by default

Look like its consume a lot of resources in debug mode and its use should be explicitly set.

Ad...

28bbb84d9bbebacc54c25439764ac109e914809a authored almost 4 years ago
Spell: 9095 - Radius

Spell has insane radius 100yards that will pick up all enemies in area (all will attack player)
...

ffc9937e0d40fb991b60f160e4c35c4ca518f21b authored almost 4 years ago
Re-implement Hakkar's health scaling

* Re-implement Hakkar's health scaling using proper spells.
Closes https://github.com/cmangos/is...

4ab174249e57af33fa30306b60490b0604356f7a authored almost 4 years ago
Spell: 50471 Script added

Thx to @killerwife

a558a443c3477a14d7dd57bb6b3526ec39e9455d authored almost 4 years ago
Spell/Pet: Do not stop pet movement forcibly on all spells

Spell system will duke it out the same way as for NPCs

0e93ebe9b6ef6db06d55a4708f46e3b65a34090e authored almost 4 years ago
Add missing default return value for ABEffect000 spell script

7dc4112c1b9fc6e10f3a64bc1c7551a3548e5b60 authored almost 4 years ago
SM: Mograine & Whitemane script - improve Corrupted Ashbringer handling

dd676dd384f32279b76e2924791fb2389f1a6de3 authored almost 4 years ago
Spell: Add script for ABEffect000 28441

Also remove old hack for the spell in IsPositiveEffect

e1a42b0c3ff18dd6935aea833ea40edb9966bc8c authored almost 4 years ago
SM: Fix opening of Chapel Door for Corrupted Ashbringer event

be8a4563bd29ac5b03523731dc6aae9c2809b37c authored almost 4 years ago
SM: Some minor adjustments to Corrupted Ashbringer event

Ensure all relevant NPCs change faction using OnCreatureRespawn handler, suppress debug logs if ...

5914e940d8d807ca9b4bee835d28e69961162f84 authored almost 4 years ago
SM: Fixes for Corrupted Ashbringer event

* Use areatrigger instead of OnPlayerEnter to start event
* Change faction of NPCs to friendly w...

dd8d6837bcd99078d7dea36124021f64ceed377e authored almost 4 years ago
Move C'Thun to CombatAI

* Rewrite C'Thun encounter with CombatAI for consistency with other encounters in Temple of Ahn'...

bc15dbf44e330ee710bd055475dade519eaaa7c6 authored almost 4 years ago
Port RangedAI Changes for Whitemane

fc0327a6bc1277114fbdb632fef908274eacfb38 authored almost 4 years ago
SM: Reimplement Mograine and Whitemane fight using CombatAI and make it more blizzlike

Closes https://github.com/cmangos/mangos-tbc/pull/430

Partial coauthor - KW

6b64356f3a3ca65e0c534eee74eb8ce7b6d3e977 authored almost 4 years ago
scriptdev2.sql format clean-up

Harmonise structure and convention of scriptdev2.sql file to ease the use of automated scripts.
...

e0671b5027f51a833fa30bf71ccdac93a37e262a authored almost 4 years ago
Spell: Properly fill m_caster->SpellHitResult in Spell::AddUnitTarget

2b8a8a6c853e1340eb9b6b7a75f17856c97147bb authored almost 4 years ago
Update Appveyor environement

- using vs 2019
- using boost 1.73

fcacf652ab883ab8eb9ed12169f7249617e7a0aa authored almost 4 years ago
Update Bots

9c82d5cf92880a4230f6dd46a1b6018297cd38f9 authored almost 4 years ago
Move false nonexistent spell error to detail log

5dee52a18f6d100ccc37f9104fb14c7c0dea99e3 authored almost 4 years ago
Fix loading of equipment overrides from creature_spawn_data_template

f0a8b22eb8f8fb30e27bce896c9a22d82e5d8181 authored almost 4 years ago
Fix Travis build on macOS

Fix Travis build on macOS by using more recent version

6bcb436f5d78f5faa94482db46393decc960988e authored almost 4 years ago
Fix for "account onlinelist" command (ERROR: Column 'id' in field list is ambiguous) (#433)

26235b99089f39b1c8d36fd8204bcda9a7ef28ed authored almost 4 years ago
Script/Love is in the Air: Update Apothecary Hummel

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

d9e49a58abb73946805fa7773545fc51a055812f authored almost 4 years ago
Script/Azjol-Nerub: Update Krikthir and Hadronox to Combat AI

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

842e349463ff0750b7a3b3b05d8c3e58977e776a authored almost 4 years ago
Quest: implement QUEST_FLAGS_FLAGS_PVP and QUEST_FLAGS_NO_MONEY_FROM_XP

The logic behind these flags was inspire from TC
Thanks @grz3s for raising this topic

Signed-of...

e3a298fc3fcaf023f4f42add41cca50129b54dca authored almost 4 years ago
Update Bots

3edf7a069ef0924e6a5f136ae5631ebb239780f7 authored almost 4 years ago
Fix wp show command

Also set them as flying creature.

9cd554f96ec67e42364b02575fbe57be0d30fc1f authored almost 4 years ago
Fix typo

0d01c7a5448b0227197e715a402ea76c9f07b01a authored almost 4 years ago
Move Giant Claw to CombatAI

* Move to CombatAI Giant Claw used in C'Thun encounter. This is more consistent with other AIs i...

b861fbfbbdc2aa3ecd0e46b88c03b03cf181cecf authored almost 4 years ago
Remove unused parameter and method

aab0753fe3ad7aec05e2e4dee275263d7918d528 authored almost 4 years ago
Move Eye of C'Thun to CombatAI

* Rewrite Eye of C'Thun encounter with CombatAI for consistency with other encounters in Temple ...

d1d732bd086121c69429bcfe710abce7272630e4 authored almost 4 years ago
Add missing escort orientation for creature 467

[ci skip]

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

987c930faeb123917577b4b1faa28873c5da264a authored almost 4 years ago
Adjust Eye of C'Thun's Dark Glare

* Adjust Eye of C'Thun's Dark Glare: Eye of C'Thun sweeps across half the room in 35 seconcs, no...

efd60b74bd30b550a996688e4347d16ae7f44838 authored almost 4 years ago
Word decontamination: Adjusting disclaimers

Update disclaimers according to existing mentions.

a8370b5497dff911144404100d8e87fd6ff3cc7f authored almost 4 years ago
Word decontamination: The blue word, three letters and BNet

A little extra effort for avoiding unwanted attention.

Removes unneeded references to a company...

833e2bd86b191c6864ed36c506dbe7ee219c36fd authored almost 4 years ago
Achievement: Remove error for ACHIEVEMENT_CRITERIA_REQUIRE_PVP_SCRIPT

Error is not required because achievement criteria can be called from non pvp areas

Signed-off-...

2df3e17a2ab85384dbfb5ab09299b05ad7841aa6 authored almost 4 years ago
Fix vehicle unboard by force removing MOVEFLAG_ROOT

61e50153c0db8f389da8f8c6850eddeb39a811e8 authored almost 4 years ago
Spell/DK: Move spell scripts 52588 and 52751 to proper place

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

37a804d9213c0d30920f66dc222ad5f9154762bc authored almost 4 years ago
Import PacketLog generation from TC code.

author @kaelima and some other that have improved it.
https://github.com/TrinityCore/TrinityCore...

d0b75954cf384416c5ebad898a26cdc73167af6b authored almost 4 years ago
[CUSTOM] Add Collector's Edition reward config

5805126d8428ca8d5b9302c4906f021be43f1e28 authored almost 4 years ago
[CUSTOM] Option to give Collector's Edition reward

d4bcaf006059ef30b0454a98db8069ca6f223b21 authored almost 4 years ago
Script/Ebon Hold: Full rework of quest 12801

- update event script to new standard
- fix movement bugs
- properly use spells during the event...

f0ee14c44ca5f3097a6353ece2dd47e5b639c24f authored almost 4 years ago
Spell Effects: Fix and swap target / caster for SPELL_EFFECT_LEAP_BACK

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

d998ba07e63ae34c9eb24ed2006829670bbc2f6a authored almost 4 years ago
Fix some white spaces

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

cd99999fae0a57465b912e7caeb9e20d1ac71177 authored almost 4 years ago
[Bots] add auto questing config

37e1782c01dc5327be329fcad9f4139732f1a3af authored almost 4 years ago
Add functions to send individual Weather or Light override update

- this is required for specific events, for which data has to be sent to a limited set of player...

1903013584f8e93d39db2de43986667ab8dd6fc8 authored almost 4 years ago
Update Bots

f5a4d44795baefa8c7add3ad1a4aaf5c9b92d3e2 authored almost 4 years ago
Fix raids in Raid Browser

4d544bb136a971813f68df06249333cfa334370b authored almost 4 years ago
Spell: 49546 Targets corrected

Should target only 1 creature

Part of:
https://github.com/cmangos/wotlk-db/issues/258

868bc218f58a9065004616526a1842762bef9fd7 authored almost 4 years ago
Temporary fix saveall crash

cf4656ccff5572736d51b86587c11ad4aef1f1c1 authored almost 4 years ago
Fix a few typos in SpellMgr.cpp

42e02c7685b86246ba70e5f7f06790717980e8b5 authored almost 4 years ago
Spell: 17016 Radius corrected

Rarius corrected for both effects
- eff0 must be 0
- eff1 set to 10
Will prevent charges wastege...

95ab637eb52f3325d94499808f8d955a1192350c authored almost 4 years ago
Use DB data for player models for combat reach

b52894fb9a0ffff1ffface26c4cdb3e8ae526e27 authored almost 4 years ago
Spell/Targeting: Truncate count of targets after exceeding 255

70cc922374f89a45123474d3150f15b9f5364b21 authored almost 4 years ago
Update Bots

2bddf9396e8b06b43c828d280bacb25aee4d0615 authored almost 4 years ago
Script: Fix Dalaran Guard condition

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

45a2b51de7da67b068bca16a683d221d044e0e0d authored almost 4 years ago
Add LFG config lines

90fa4abd2ef52d691f6a3c8c8e29733a33c76beb authored almost 4 years ago
Fix Resting flag condition one more time

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

bc34f6904226051fa2b2fe198a0b932c9d7dd77f authored almost 4 years ago
add ifdef to LFG bots mod

4f8b25fe2ac4d3b7da395a87b8e56c960cec7e83 authored almost 4 years ago
Fix condition for AREA_FLAG_REST_ZONE_ALLIANCE and AREA_FLAG_REST_ZONE_HORDE

e0b605e1061ac9dd96f4acd89fa355f5f8a934a2 authored almost 4 years ago
LFG sql files

5275e7f3efffe1b09efa3c8b44f32a6940b02167 authored almost 4 years ago
LFG (+ LFR) Mod

ported from CMaNGOS R2

a414261f1069f6d5fab5ac4774891e0a612bdde9 authored almost 4 years ago
Script/DK Area: Update Death Knight Initiate to CombatAI

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

4ee1b463a381f986cf76cfd2ae7804fff8931023 authored almost 4 years ago
Fix small typo in Deathbringer Saurfang

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

a15b222e969ea774dd68bc6c25c0ebc6c370d808 authored almost 4 years ago
Script/ICC: Various updates regarding Gunship event

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

3450725b059ad6bde193fe533d971d63bb0dbcdc authored almost 4 years ago
Script/ICC: Update Teleportes to Gameobject casting

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

bdae88b85d41f06061e480fa18533c7c061da56f authored almost 4 years ago
Fix typo

Thanks to @NeatElves

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

fb9e32b962876d2874d470f5d65e6e5059c5d9d8 authored almost 4 years ago
Targeting/Spell: Add wart for choosing correct fill in EffectForceCast

44555010609b3d99e6bb2ca4d0b1f72804544b75 authored almost 4 years ago
Spells: Make spell 48598 positive

- this is required for boarding the dragon vehicle

Signed-off-by: Xfurry <xfurry.cmangos@outloo...

88eaf1319e89408a55422f964b6d118af2b7f594 authored almost 4 years ago
ICC/Gunship Battle: Add intro to Gunship event

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

9d5a66e55d6002d588bd2627d887f3b64a779f9d authored almost 4 years ago
Vehicles: Update fixed position vehicles logic

Note: if any additional fixed position vehicles are required they have to be implemented individ...

aded6474cd239bd70773033d7ab06d6d0a17d26f authored almost 4 years ago
Script/ICC: Update Deathbringer Saurfang to CombatAI

- add very basic support for Gunship battle
- add upper spire teleport condition
- move intro / ...

5ff7cd92d53c34f83573d595b01a12160f1533eb authored almost 4 years ago
Implement Digestive Acid auto-reapply

* Implement Digestive Acid auto-reapply in C'Thun encounter in Temple of Ahn'Qiraj

030ff8cd2bb4955acd2e4180438d82dc7890e34b authored almost 4 years ago
Remove lingering debug code

e51363e6e3f539fa4e985161b64e539791e7bb7d authored almost 4 years ago
Add initial Eye Beam spell in C'Thun encounter

* Add initial Eye Beam spell in C'Thun encounter: the first three casts use specific spell that ...

2e81d698fc560e4a31927bb4f3c17dd96df45b4d authored almost 4 years ago
Add missing spells for C'Thun encounter

* AQ40 - C'Thun reset spells - Source: Classic DBCs

07ac476707b5b53bfd5958ffc591caa893836ce1 authored almost 4 years ago
Nexus: Add constness to spell_charge_rifts

35d729ecc43edb54fceb83188a3d72edc0841939 authored almost 4 years ago
Targeting/SpellScripting: Move hack for player totem radius before OnRadiusCalculate to enable scripting

ff78414b18ec43442528bf836486aaabd09401be authored almost 4 years ago
SpellScripting: Make OnRadiusCalculate const

7b4b900e1abe4a443d6ddf72ce46b79cdaf995bb authored almost 4 years ago
Spell/Targeting: Do not override explicit 0.f radius set in DBC

0da299962f56df42a381c659c0155ca51f28a4cf authored almost 4 years ago
Script/ICC: Summon Saurfang / Muradin before Deathbringer encounter

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

03c7b0a7e4224a92270faf763d4519f2a60d2eda authored almost 4 years ago
Script/ICC: fix targets for Lady Deathwhisper

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

e527b8cda4826b34ea829183ad5bc24922c5fb7e authored almost 4 years ago
Implement reset through spell in C'Thun encounter

* Implement reset through spell in C'Thun encounter: use proper spell mechanics to reset C'Thun ...

0d0a8975dff91a7fe759e858f4a3127a403e1fc5 authored almost 4 years ago
Script/ICC: Update Lady Deathwhisper to CombatAI

- Also add missing spell scripts
- And improve overall script functionality and timers

Signed-o...

b61ed83dd0c8be04680635322b16846610da6103 authored almost 4 years ago
Fix some typos and missing overrides

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

69e2f61ab893742f3684dcd4af9d074a6462b1eb authored almost 4 years ago
SpellScripting: Do not error in Aura::TriggerSpell when no spellinfo exists and script exists

1d09c6b7f0cd82ddd3bc7ae50ccbe8ea2e151adb authored almost 4 years ago
Fix typo in commit reworking living flare

e4ab62ebd535cdc66b9f8ef698dadad8265578ef authored almost 4 years ago
Add support for combat vs noncombat to EVENT_T_FRIENDLY_MISSING_BUFF

* Add a function FriendlyMissingBuffInRangeNotInCombatCheck

Add EVENT_T_FRIENDLY_MISSING_BUFF...

3bc58622b39ebdfa1339fb87e8161d320fc8774c authored almost 4 years ago
EAI: Add documentation about EVENT_T_FRIENDLY_MISSING_BUFF extension

d4a03d0e95aeaf7dab25f72d078319db0440d7fa authored almost 4 years ago
Script/Baltharus: Convert to Combat AI and improve script logic

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

5c49d39d9db23e3f2eec782a0e6ca05e01d39d5e authored almost 4 years ago
Rework and reimplement Blast the Gateway quest using spellscript

a32e1c955ace4b3c3f8db27cfed53feca9b411e6 authored almost 4 years ago
Remove references for EnterEvadeIfOutOfCombatArea

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

3e62391db813fd3fd99265813b23ca030dcacad6 authored almost 4 years ago
Script/Zarithrian: Update to CombatAI

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

13990190be7cc947e5585b70400c3ef328ba8603 authored almost 4 years ago
Script/Saviana: Move spell scripts to proper file

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

72c2854aec782ea12aa444a5fc4e8a2aeffc075b authored almost 4 years ago
Script/Spell: Move spell 72900 to proper file

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

90787543838f875383e67f2e6a26446d2856287e authored almost 4 years ago
Script/ICC: Improve Marrowgar

- also move spell scripts to proper file

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

b5ec3fc1661e152fd5dcb3587ae79c730294007d authored almost 4 years ago
Sunken Temple: fix Shade of Eranikus being unattackable

* Sunken Temple: fix edge case of Shade of Eranikus being unattackable if instance is soft reset...

45188d39c6d283b109c7e1ef490b448dbea45692 authored almost 4 years ago
Script/Oculus: Update Eregos to RangedCombatAI

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

7f35a16c335de2374832486c7052df68483a3eac authored almost 4 years ago