Commit Graph

6844 Commits

Author SHA1 Message Date
offl
e0fea940b3 Scripts/Quest: Update 'The Light's Mercy' (#27633)
(cherry picked from commit 7964636ea5)
2022-03-25 23:25:17 +01:00
offl
a6f8dc3052 Scripts/Botanica: Rework Warp Splinter (#27621)
(cherry picked from commit 78327500d8)
2022-03-25 23:23:44 +01:00
offl
18d7814402 Scripts/Botanica: Rework Sarannis & Freywinn (#27611)
(cherry picked from commit 41da43d9f2)
2022-03-25 23:05:01 +01:00
offl
8e77287dd2 Scripts/BM: Remove unused text
(cherry picked from commit fde8619dac)
2022-03-25 00:25:13 +01:00
offl
979ce40c25 Scripts/Spells: Few fixes to spells with GameObjectActions (#27587)
(cherry picked from commit dca7e51250)
2022-03-25 00:23:41 +01:00
acidmanifesto
cba1293108 Scripts\Event: COG Corrections (#27532)
Goldshire is a area not a zone. Zone is Elwynn Forest.

CHILDEREN is spelled with 1 E not 2.

(cherry picked from commit 5fc650645d)
2022-03-24 23:48:43 +01:00
Grindelwald
e811387bde Update inkeeper content (#27507)
* Update localized hotel content

Update localized hotel content

* Using the database to display GOSSIP

The broadcast_text_locale has the relevant gossip_menu_option data, but C++'s strong coding makes them appear only in the default English.

(cherry picked from commit 27cb415c13)
2022-03-24 23:33:59 +01:00
offl
37f425b1b3 Scripts/Spells: Remove unnecessary SetAnimationTier
(cherry picked from commit 8214278cd8)
2022-03-24 19:44:43 +01:00
offl
c3368fd5fc Scripts/Quest: Rework 'The Cleansing' (11317,11322) (#27413)
(cherry picked from commit a8464d34bb)
2022-03-24 14:41:00 +01:00
kvolk2git
299db7af1a Update cs_misc.cpp (#27418)
(cherry picked from commit 8ac63c7952)
2022-03-24 14:01:15 +01:00
offl
9dabdf7724 Scripts/Spells: Furious Rage & scripts for creatures who uses it (#27403)
(cherry picked from commit 7ae525d5e5)
2022-03-24 13:18:56 +01:00
offl
cc94b595cf Scripts/Quest: Update 'It's All Fun and Games' (12887,12892) (#27394)
(cherry picked from commit 41c8c4ba74)
2022-03-24 11:41:01 +01:00
offl
69ee7582fc Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)
(cherry picked from commit 751a8b9e17)
2022-03-24 11:39:27 +01:00
offl
f9cefc0337 Scripts/HoS: Update Maiden of Grief (#27360)
(cherry picked from commit a021d12f85)
2022-03-24 00:26:04 +01:00
offl
4069baf141 Scripts/HoS: Update Sjonnir (#27357)
(cherry picked from commit 36ee971415)
2022-03-24 00:21:42 +01:00
offl
4004eb8b46 Scripts/Crypts: Rework Exarch Maladaar (#27313)
(cherry picked from commit 35b55b3f21)
2022-03-23 23:59:41 +01:00
offl
0097fd95b6 Scripts/Spells: Generic spell script for quest portals (#27305)
(cherry picked from commit 251304b19c)
2022-03-23 23:58:25 +01:00
offl
8d3a408fdc Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
(cherry picked from commit 43315e0e19)
2022-03-23 20:31:19 +01:00
offl
b6c02d20d5 Scripts/Botanica: Rework Laj (#27282)
(cherry picked from commit 2fe3b6cc2f)
2022-03-23 20:30:17 +01:00
offl
55fd025057 Scripts/Mechanar: Rework Nethermancer Sepethrea (#27277)
(cherry picked from commit be00563a86)
2022-03-23 20:16:47 +01:00
offl
83b4c8cd37 Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)
(cherry picked from commit ef4c878d26)
2022-03-23 00:06:37 +01:00
offl
4281049e0c Scripts/Misc: Migrate world event scripts to separate files 2 (#27309)
(cherry picked from commit eb812bf3d5)
2022-03-23 00:03:14 +01:00
offl
d3c9c14f83 Scripts/Misc: Migrate world event scripts to separate files (#27284)
(cherry picked from commit 542c10094f)
2022-03-22 23:50:20 +01:00
offl
5eac5ee2db Scripts/Spells: Void Zone's Consumption (#27265)
(cherry picked from commit 44a6d393d7)
2022-03-22 23:17:09 +01:00
offl
7698203122 Scripts/Creature: Replace trigger_periodic with unique scripts (#27240)
(cherry picked from commit 7a307ebb6d)
2022-03-21 23:12:00 +01:00
offl
08d8843e1a DB/Creature: Zaetar's Spirit
(cherry picked from commit 44a265685e)
2022-03-21 21:07:55 +01:00
offl
6d36a4f77a Scripts/Quest: Make 'Search and Rescue' less hacky (#27227)
(cherry picked from commit 6e07acbbde)
2022-03-21 00:22:02 +01:00
offl
77bb4d2619 Scripts/Quest: Update 'Trail of Fire' & 'Warning: Some Assembly Required' (#27184)
(cherry picked from commit cbb13b0efb)
2022-03-21 00:20:06 +01:00
offl
3fbc9d796d Scripts/Misc: Migrate Operation Gnomeregan & Zalazane's Fall scripts to own files (#27163)
(cherry picked from commit d42c89aa04)
2022-03-21 00:18:17 +01:00
offl
d013a8251f Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160)
(cherry picked from commit ed38206031)
2022-03-21 00:12:30 +01:00
Gildor
2cfcecaf26 Scripts/Uldaman: Fix Ironaya crash (#27189)
* Scripts/Uldaman: Fix Ironaya crash
* little code cleanup

* oops

(cherry picked from commit cb4e12bdf0)
2022-03-20 23:47:58 +01:00
kvolk2git
e799c4e003 add item xxxxx show to who was added item (#27020)
Co-authored-by: Aokromes <Aokromes@users.noreply.github.com>
(cherry picked from commit 822b32b64b)
2022-03-20 19:44:19 +01:00
ihm-tswow
59889d926d Scripts/Commands: fix .learn all recipes (#27153)
if client had same locale as server, the command didn't work (should've been != and not ==).  Furthermore, server dbcs only have the server locale for these, and they might or might not match up with the client. only downside of removing the check entirely is possibility of mixups if two locales have overlapping names for different skills. I highly doubt a single such instance exists.

(cherry picked from commit c946370c5f)
2022-03-20 19:39:59 +01:00
offl
7e9845730e DB/Creature: The Brewmaiden & The Black Brewmaiden (#27133)
Closes #27127

(cherry picked from commit 2f0b7a756a)
2022-03-20 16:43:11 +01:00
offl
7a0268d4f1 Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126)
(cherry picked from commit d7adc50daa)
2022-03-20 16:27:10 +01:00
Malcrom
64933d033e Script/World: Brewfest Reveler Script (#27031)
(cherry picked from commit 83ae8fc519)
2022-03-19 23:47:01 +01:00
offl
2e3f240051 Scripts/Spells: Handle quest tame spells in spell script (#27022)
(cherry picked from commit 4441d42253)
2022-03-19 23:14:52 +01:00
Giacomo Pozzoni
64a91288d6 Scripts/Commands: account onlinelist (#27004)
* Script/Commands: Remove sync db queries from ".account onlinelist"

* Add additional "account onlinelist" commands

- "account onlinelist ip" to filter by ip address
- "account onlinelist limit" to limit the output rows
- "account onlinelist map" to filter by map id
- "account onlinelist zone" to filter by zone id

* Update src/server/scripts/Commands/cs_account.cpp

(cherry picked from commit e3591b25a5)
2022-03-19 23:04:42 +01:00
Giacomo Pozzoni
a4b1cda2c0 Script/Commands: Allow to specify the target player in .additem command (#26997)
* Script/Commands: Allow to specify the target player in .additem command

New syntax: .additem <required item id> <optional item count> <optional player name>
Close #25875

* Move target player to new command ".additem to <player> <item> <count>"

(cherry picked from commit bebf1876ab)
2022-03-19 23:00:41 +01:00
Aokromes
a7e90650fe Scripts/Misc: Remove 2 logs, they are handled by gm logs
(cherry picked from commit a462daa01c)
2022-03-19 22:54:49 +01:00
Keader
42de9d9cd8 Scripts/ICC: Implemented spell Dark Reckoning
Closes #26941

(cherry picked from commit bddf41e718)
2022-03-18 00:06:15 +01:00
offl
5f40959687 Scripts/Spells: Mount check aura for Gryphon Hatchling & Wind Rider Cub (#26897)
Closes #26600

(cherry picked from commit 5f71c40b96)
2022-03-17 23:59:01 +01:00
offl
c4906ce60b Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)
(cherry picked from commit c4741a131a)
2022-03-15 23:03:26 +01:00
offl
6a5f3835f3 Scripts/Misc: Remove useless comments & Varos' Centrifuge Shield adjustments
(cherry picked from commit b2fffe674d)
2022-03-15 22:24:44 +01:00
offl
2d4f087f85 Scripts/Creature: Update Dancing Flames (#26883)
(cherry picked from commit 70c3e58327)
2022-03-15 00:11:06 +01:00
offl
0506f21f5e DB/Creature: Remove remaining non-static flags from DB, finally (#26884)
(cherry picked from commit 0e12e23f77)
2022-03-14 23:56:38 +01:00
offl
94840f791c DB/GameObject: Update Toy Train Set
(cherry picked from commit fd9d04062c)
2022-03-14 23:51:23 +01:00
ccrs
a00c4f80bb Scripts/VioletHold: f661bc6 follow-up - remove remnants of SetVisible calls from npc_sinclari_vh
(cherry picked from commit 505e91a016)
2022-03-13 22:41:14 +01:00
ccrs
4387c8ab13 Scripts/VioletHold: corrections to violet_hold_trashAI to prevent trash npcs being stuck in place forever if SPELL_DESTROY_DOOR_SEAL is no longer being casted for w/e reason
(cherry picked from commit 4c0ff09171)
2022-03-13 22:40:13 +01:00
offl
0b50fd183f DB/Quest: Rework 'Bitter Departure' (12832)
(cherry picked from commit afafff57a8)
2022-03-13 22:13:20 +01:00