Commit Graph

7605 Commits

Author SHA1 Message Date
Killyana
4e5b7d8a0b DB/Creature: Add some missing Beryl Mage Hunter
(cherry picked from commit 17c3374d1f)
2020-07-17 17:21:44 +02:00
Killyana
d2ec7a5b57 DB/Creature: Add some missing spawns in Borean Tundra
(cherry picked from commit 1841752acb)
2020-07-17 17:19:58 +02:00
Killyana
c6a3b716f3 DB/Creature: Fix some spawns on Borean Tundra
(cherry picked from commit 13ecf54c25)
2020-07-16 22:32:18 +02:00
Killyana
ebab9aa208 DB/SAI: Fix Some Smart Scripts
(cherry picked from commit cda5542bd1)
2020-07-16 22:18:41 +02:00
Killyana
5eafd1ae6f DB/SAI: Fix Some Smart Scripts
(cherry picked from commit bd3cf8f7cd)
2020-07-16 22:17:02 +02:00
Killyana
22d2298fce DB: Fix some SAI
Ref #18542

(cherry picked from commit 8c3b6d5716)
2020-07-16 22:12:04 +02:00
Killyana
005fc08254 DB/Quest: On Spirit's Wings
Use the DBC spell to summon the npc

(cherry picked from commit 144cfbf598)
2020-07-16 22:09:08 +02:00
treeston
118e53f1b8 Combat/threat rewrite prep - merge RBAC/DB changes.
(cherry picked from commit e35092c6a1)
2020-07-16 22:06:56 +02:00
treeston
29db04c3c9 Rename .debug uws to .debug worldstate (clarity change).
(cherry picked from commit b59ca1cc81)
2020-07-16 22:00:29 +02:00
treeston
64d8b183de Add new command 'npc showloot'. Does exactly what it says on the tin.
(cherry picked from commit 6f29aac936)
2020-07-16 22:00:29 +02:00
treeston
17a0139b0e - Add new commands .group set assistant, .group set maintank and .group set mainassist to toggle raid member flags.
- Fix 2017_05_29_00_auth.sql to be reapply safe.

(cherry picked from commit ac0f76f8c5)
2020-07-16 22:00:29 +02:00
treeston
f543e570d6 Make some adjustments to .summon and .group summon behavior to make them more permissive:
- Now only requires the either target's group leader or target itself to be on your map
- Now summons all applicable group members even if one member fails checks
- No longer has some truly weird edge case instance unbind code that could cause exploit behavior (Really, I have no idea why this existed, because it certainly didn't do what it might've been meant to do.)

(cherry picked from commit ca02629950)
2020-07-16 22:00:29 +02:00
treeston
5392212799 So, I came in trying to fix gameobject LoS. So I restructured some stuff.
Then it turned out that gameobject LoS is already fixed. So all this does, really, is restructure some stuff.
And remove the hack from Sapphiron because I could.

(cherry picked from commit d57307f63d)
2020-07-16 22:00:28 +02:00
Aokromes
7246d58f0a DB/Misc: Update access_requirement comments to map.dbc content
Closes #19810 by ForesterDev

(cherry picked from commit 17096ff08a)
2020-07-16 21:47:27 +02:00
ariel-
47f7481876 DB/Spell: prevent Vile Gas (H Rotface version) from hitting non-players
(cherry picked from commit 5c94b52a4d)
2020-07-16 21:47:27 +02:00
TecDian
1aaf09b199 Core/Scripts: simplify speech for DK races quests
(cherry picked from commit 3f34c2f5eb)
2020-07-16 21:47:27 +02:00
sueastward
80fa086f7d DB/Creature: Scourge Gryphon
Closes #24330
2020-07-05 20:52:12 +02:00
Shauren
bbdabd7d77 Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and command .maxskill 2020-06-25 14:45:28 +02:00
ForesterDev
01d098830a DB/Account: update account_access table (#24788)
* DB/Account: update account_access table:

- rename fields id -> AccountID, gmlevel -> SecurityLevel
- add Comment field
- rename command .acc set gmlevel to .acc set seclevel

* Update auth database

* Fix primary key

* Temporary restore old command account set gmlevel with same handler as account set seclevel

Use Optional  for realmID - if not set, use -1 (for all realms)

* Rename 2020_XX_XX_00_auth.sql to 2020_06_20_00_auth.sql

* Update auth_database.sql

* Rename 2020_XX_XX_00_world.sql to 2020_06_20_06_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 8e0365d8a6)
2020-06-22 11:03:31 +02:00
TDB Release
6e62bf5a1e TDB 830.20061 - 2020/06/17 2020-06-17 17:09:48 +00:00
Aokromes
cf88f0a973 DB/Misc: Remove one startup error
(cherry picked from commit d6fbe99432)
2020-06-14 23:49:05 +02:00
Killyana
43f771a4f0 DB/Creature: Add some Ziggurat Defender spawns
(cherry picked from commit a87bc7826a)
2020-06-14 23:49:05 +02:00
Aokromes
8cddf0d2c7 DB/Misc: Fix some startup errors
(cherry picked from commit 67115eda7e)
2020-06-14 23:49:05 +02:00
Aokromes
cdf591f6f0 DB/Creature: Fix 2 incorrect MovementType
Updates #19831

(cherry picked from commit 877749cf3f)
2020-06-14 23:49:05 +02:00
Dr-J
e782799c30 DB/Conditions: Charles Worth
Correct conditions for gossip

closes #19516

(cherry picked from commit 607686a912)
2020-06-14 23:49:04 +02:00
Killyana
c8901a52ee DB/Creature: Remove double spawns from Death Knights area
(cherry picked from commit 7f1315f77d)
2020-06-14 23:49:04 +02:00
Dr-J
800d664502 DB/SAI: Add some missing charmed flags
DB/SAI: Add missing charmed flags to blight geists which is required for when they are charmed as part of it roll's downhill.

(cherry picked from commit f2c351158b)
2020-06-14 23:49:04 +02:00
ForesterDev
7211c6e51d Scripts/Command: implement .debug play music command
Closes #19809

(cherry picked from commit dd4ff1fe54)
2020-06-14 23:49:04 +02:00
Killyana
3f83c9dd1d DB: Add some missing Broadcast Text
(cherry picked from commit 60a69bcd3d)
2020-06-14 23:49:04 +02:00
Keader
a3439b6555 DB/Spells: Fixed Paladin T8 Holy 2P Bonus proc
Close #19796

(cherry picked from commit 4fcea41519)
2020-06-14 23:49:03 +02:00
Killyana
8c6d28f72d DB/GamObject: Sons of Hodir Gameobject quest givers Visibility
Closes #19787

(cherry picked from commit 66bd3459e4)
2020-06-14 23:49:03 +02:00
Dr-J
e9dc775686 DB/SAI: Tormenting the softknuckles
Fix script so that if player does not sucessfully kill the hardknuckle matriach it does not remain hostile as an invisible mob to players doing damage to players who get in agro range.

(cherry picked from commit a261056f58)
2020-06-14 23:49:03 +02:00
Aokromes
282e1f152d DB/Commands: Typo in account set gmlevel help field
Closes #19448 by Heaven31415

(cherry picked from commit 3b8f85fd81)
2020-06-14 23:49:03 +02:00
Killyana
607c5ad554 DB/Creature: Blightguard spawns
(cherry picked from commit d96482b2d4)
2020-06-14 23:49:03 +02:00
Killyana
afad6a7f7d DB: Fix some DB errors
(cherry picked from commit 586cc0e0b4)
2020-06-14 23:49:03 +02:00
Killyana
732ad0f2eb DB/Quest: Blowing Hodir's Horn requirement
Ref #19787

(cherry picked from commit b90fc70c20)
2020-06-14 23:49:03 +02:00
ariel-
e2bc8c5383 Core/Scripts: improvements on the Thorim script
Improvements done to initial work by joschiwald:

- Fixed stormhammer casting and visuals
- Fixed spell credits
- Implemented removal of Impale when HP is higher than 90%
- Corrected faction templates for the pre combat creatures
- Implemeted Leap on the arena adds (thanks to joschiwald for implementing conditions)
- Scripted lighting charge using AuraScript periodic
- Fixed timings
- Corrections on the hallway encounters (added knockback immunity to minibosses too)
- Fixed multiple blizzards issue
- Lever will now reset properly, should players fail to get inside. This allows the door to be opened more than once during the combat
- Corrections in the outro event
- Implemented paralytic field traps on the hallway.
- Implemented Ancient Gate of the Keepers opening.
- Changed blizzard bunny targetting to conditions entirely.
- Removed obsolete scripts
- Standards: delete spell script names by ScriptName instead of spell_id
- Swapped factions for pre-adds (alliance should get horde trash and vs)
- Fixed Leap setting home position for adds
- Removed a bunch of magic numbers
- Runic Colossus should finish current Runic Explosion before beginning to attack
- Fixed UpdateAI logic to put it in line with other scripts (ie don't stop casts)

Special thanks to:
- chaodhib for the blizzard trigger waypoints and investigation on spell radius
- Malcrom for creating the Conditions Creator :P

Closes #15008
Closes #17072

(cherry picked from commit 4a69f5bda5)
2020-06-14 23:49:01 +02:00
joschiwald
d50dccbfce Scripts/Ulduar: Initial implementation of the Thorim Encounter
Closes #7651

Fix logic fail in achievement:
SPELL_LIGHTNING_CHARGE aka 62279 is casted on Thorim itself to buff him, not the damage spell tracked by the achievement.

(cherry picked from commit 5e90c76fd4)
2020-06-14 23:46:44 +02:00
Dr-J
7f43529e17 DB/SAI: A Righteous Sermon
Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept

(cherry picked from commit e263654c77)
2020-06-14 22:51:40 +02:00
TecDian
4015c02a42 Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)
(cherry picked from commit 4b8644d6e6)
2020-06-14 22:48:17 +02:00
Kittnz
058e880d55 DB/GameObjects: Add missing gobs for map 450, 560, 329
Mostly chairs and random stuff

(cherry picked from commit d04bc1339a)
2020-06-14 22:47:00 +02:00
Killyana
b5ca81855b DB/Gameobject: Add a missing cosmetic Yellow Teleport
(cherry picked from commit cadea4f183)
2020-06-14 22:46:22 +02:00
Killyana
9a6c2a4da2 DB/Creature: Arcatraz Sentinel
Closes #10647

(cherry picked from commit e036d2232d)
2020-06-14 22:45:29 +02:00
Killyana
a74d233ccc DB/Creature: Fallen Earthen Warrior
Closes #16559

(cherry picked from commit ccf75008de)
2020-06-14 20:15:24 +02:00
Aokromes
6a76d5c851 DB/Misc: Fix PK for gossip_menu_option_locale
(cherry picked from commit c06f0bea9a)
2020-06-14 20:14:34 +02:00
Aokromes
8ded7e576e Typo fix
(cherry picked from commit 9ae53d2577)
2020-06-14 20:13:19 +02:00
Chazy Chaz
e21e7cd2e2 Scripts/Commands: Update reload commands names
(cherry picked from commit 4843544c21)
2020-06-14 20:09:40 +02:00
Killyana
872fbb9e1f DB/GameObject: Fix Gob state from the previous commit 2020-05-22 21:42:37 +02:00
Killyana
e3713503ac DB/Spawn: Add missing spawns to Ruins of Gilneas 2020-05-22 21:33:22 +02:00
Shauren
1aaa3131d0 SQL: Fix reapplying 2020_05_02_02_world.sql by autoupdater 2020-05-07 15:31:22 +02:00