Commit Graph
1814 Commits
Author SHA1 Message Date
RainbowBridgeSoftware b80e734191 Misc/Extractor: Minor changes to windows extractor script (#29909)
Merges stderr with stdout
The results are redirected ">" into the log file.

(cherry picked from commit d8d863ab62438085b6a31918f4dc16848c04ff63)
Signed-off-by: luis <[email protected]>
2026-06-01 19:10:48 -03:00
RainbowBridgeSoftware e03eab4083 Misc/Extractor: Minor changes to windows extractor script (#29902)
* Extract all with logs & some cosmetics

Added an option to output extraction results to the console and log files.
Also added a pause of 5 seconds between actions, and some cosmetic changes.

(cherry picked from commit 2ae8c0d32da8a5cb167de82e93c993a4f7145418)
Signed-off-by: luis <[email protected]>
2026-06-01 19:07:56 -03:00
CraftedRO 7c62a5e648 Core/Spells: Fix Shadowform cooldown sometimes getting stuck (#29886)
Closes #18178

(cherry picked from commit 018e66bc914e3e39b01e15a51ad683a5e881d156)
Signed-off-by: luis <[email protected]>
2026-06-01 19:07:07 -03:00
CraftedRO 5f92488b14 Core/Spells: Allow Spells with SPELL_EFFECT_KNOCK_BACK to knockback stunned targets (#29883)
Closes #18180

(cherry picked from commit 2a7efcc818af9dae89cd9e4e541c621958c2b9c4)
Signed-off-by: luis <[email protected]>
2026-06-01 19:06:01 -03:00
Sefrenia 8420d332de Limpieza Mayo 2026 2026-06-01 09:39:41 -03:00
Shauren 8c0755d7b8 Core/Auras: Implement aura SPELL_AURA_DETECT_VISIBLE_WHILE_INVISIBLE
Signed-off-by: luis <[email protected]>
2026-05-31 20:49:20 -03:00
Shauren 93747de9c0 Revert "Spells/Mage: Mages should be able to see everything while on Invisibility"
This reverts commit 456d9a6cea801c013df0c784256a3ada9a813aed.

Signed-off-by: luis <[email protected]>
2026-05-31 20:48:50 -03:00
Gildor 302c885e34 Core/Pets: Fix warlocks pet character selection screen and Soul Shard return reagent logout exploit (#29808)
(cherry picked from commit b2c723c6b4fb3494cb08522023791db6b2a096c0)
Signed-off-by: luis <[email protected]>
2026-05-31 20:43:27 -03:00
Shauren 970f62a37b Core/Spells: Improved spell explicit target fallback selection for unit targets when spell target comes from client
Client only looks at target type of first spell effect to determine what additional target info to send in packet outside of Spell.dbc Targets column

Closes #11566
Closes #29809

(cherry picked from commit 5d7ae76d6f2a0f6f6416ff754d2243f3aafcc7d5)
Signed-off-by: luis <[email protected]>
2026-05-31 20:42:56 -03:00
CraftedRO 4446a65938 Core/Player: fix incorrect Warrior Block Value calculations (#29767)
(cherry picked from commit 37e220dc933264ed21a217fb2173b9b07ab835a3)
Signed-off-by: luis <[email protected]>
2026-05-31 20:41:28 -03:00
luis bfff6e6001 typo 2026-05-31 14:27:51 -03:00
luis 5f6967be6c warning fix + bpet 2026-05-31 14:17:55 -03:00
luis b3bc96633b db quests 2026-05-31 13:55:38 -03:00
Shauren 4ab3fb1c3a Core/Auras: Fixed SPELL_AURA_PREVENT_REGENERATE_POWER for power types other than mana
Signed-off-by: luis <[email protected]>
2026-05-31 13:51:09 -03:00
r4dish 9f9b69faf0 Core/Players: Move power regeneration calculations to Player::UpdatePowerRegen
(cherry picked from commit a7dab01c2dc7105f5feddcbd4bf5489b330d70b5)
Signed-off-by: luis <[email protected]>
2026-05-31 13:41:10 -03:00
r4dish c87245d5f2 Core/Players: Auras that change the rate of energy regeneration should have an effect on client prediction.
(cherry picked from commit 1a3006b20d8c41139b206f610bcb6c22508ec329)
Signed-off-by: luis <[email protected]>
2026-05-31 13:40:25 -03:00
CraftedRO 385deeb90c Scripts/Blackrock Depths: Replace player spells used by High Interrogator Gerstahn with correct ones for that creature (#29637)
(cherry picked from commit 72c421f50be8eb5348127350782064046acb4f2b)
Signed-off-by: luis <[email protected]>
2026-05-31 13:39:22 -03:00
luis 08cdaec3f2 missing 2026-05-31 13:38:19 -03:00
bibi 7ee637fdbb Scripts/Stratholme: Portcullis Trap (#29596)
Co-authored-by: Shauren <[email protected]>
(cherry picked from commit 75e38a5d8f739358421ca5eece7e3701f6b8d190)
Signed-off-by: luis <[email protected]>
2026-05-30 00:34:24 -03:00
luis b4721bbdac easy 2026-05-29 23:22:42 -03:00
luis 697e8b97fd fix quest and bpet 2026-05-29 22:41:45 -03:00
Sistemas bc38c97ed4 Core/Script: Defensive stance debuff state
Arregla que esté el modo debuff cuando relogueas con el efecto, va junto al commit 480adb3 para funcionar
2026-05-30 01:39:19 +02:00
Sistemas 480adb346a Core/Script: Defensive stance debuff state
Arregla que esté el modo debuff cuando relogueas con el efecto
2026-05-30 01:36:47 +02:00
luis e88e675045 Fix durotar quest and bpet 2026-05-29 20:33:16 -03:00
luis b93642cc35 typo 2026-05-29 19:20:36 -03:00
luis caca1fca0c db fix 2026-05-29 19:17:11 -03:00
bibi cfc1c302fd Scripts/Sunken Temple: fix Shade of Eranikus and Jammal'an the Prophet (#29663)
* Also minor modernization for instance script

Co-authored-by: 14shagov <14shagov>
Co-authored-by: Shauren <[email protected]>
(cherry picked from commit a666bdfc31f8df005a73c50d78a5c16dcec2c81c)
Signed-off-by: luis <[email protected]>
2026-05-29 18:02:40 -03:00
Shauren 89fd1ee360 Core/Chat: Control CHAT_MSG_PARTY_LEADER serverside
Closes #14868
Closes #29689

(cherry picked from commit e835ab5014345962d84590cdd2ce71cc27608c80)
Signed-off-by: luis <[email protected]>
2026-05-29 18:02:02 -03:00
luis b4d9a64ada Fix sql 2026-05-29 18:00:55 -03:00
Shauren 741150bd79 Core/PacketIO: Removed wrong error packet used when trying to leave party in battleground
Closes #29726

(cherry picked from commit 39fd26ef41b802f937695a57ae10dbfc476d51c0)
Signed-off-by: luis <[email protected]>
2026-05-29 17:57:13 -03:00
Shauren 4c98df22d6 Core/PacketIO: Implemented SMSG_REAL_GROUP_UPDATE, used to access information about original group data while being in a lfg/bg group at the same time
Fixes GetRealNumPartyMembers, GetRealNumRaidMembers and IsRealPartyLeader lua functions

(cherry picked from commit c5d63ee1fc24a01710f069b8dc6442c3c5983311)
Signed-off-by: luis <[email protected]>
2026-05-29 17:57:13 -03:00
Sistemas 553e7648aa DB/Spells: Arreglada actitud defensiva del Guerrero
Alteradas tablas: spell_script_names y spell_proc
2026-05-29 22:56:14 +02:00
Ovahlord 7ef6b700cb Core/Spells: allow players to absorb fire damage from environmental damage spell effects
(cherry picked from commit 6d81f226a071b4ee62e2b637b8d0ff3f06989f85)
Signed-off-by: luis <[email protected]>
2026-05-29 17:53:10 -03:00
Sistemas 8bec37e96e Core/Spells: Arreglada Actitud defensiva del Guerrero 2026-05-29 22:47:37 +02:00
Céfiro_Caecias d5682d7ee7 Rename 2026_05_29_01_world_faction_moun_vendors.sql to 2026_05_29_01_world_faction_mount_vendors.sql 2026-05-29 16:57:48 -03:00
Céfiro_Caecias f74443f52b DB/World: Faction Mount Vendors Calibrations 2026-05-29 16:55:54 -03:00
Céfiro_Caecias a9337c770c Update README.md 2026-05-29 09:55:34 -03:00
luis 81aa0a85ce 67823 2026-05-29 07:55:00 -03:00
luis 549ac94882 Fix playerhousing and spells 2026-05-29 07:54:14 -03:00
Céfiro_Caecias d27bc34c4b DB/World: DBErrors + Extras 2026-05-28 22:03:07 -03:00
Céfiro_Caecias 1d3fa024c9 DB/Hotfixes: DBErrors 2026-05-28 22:02:09 -03:00
luis 7aaa6050a1 remove not need still 2026-05-28 18:06:02 -03:00
luis 0f5d11c47d missing 2026-05-28 03:44:05 -03:00
luis 347fda5de4 missing craft 2026-05-28 03:33:58 -03:00
luis d608d2e3bb ++ 2026-05-28 03:30:20 -03:00
luis dcbf03cc5a fix 2026-05-28 03:01:53 -03:00
luis 5c09bf8d04 fix copy folder 2026-05-28 02:29:09 -03:00
luis 21c40f17b5 delete docs 2026-05-28 02:24:54 -03:00
luis da2c882d2d +++ 2026-05-28 01:20:19 -03:00
luis 8c8e1aff19 warr 2026-05-28 00:55:20 -03:00