Commit Graph
36 Commits
Author SHA1 Message Date
Trond B. Krokli d67788a44d Docker/Readme: codestyle cleanup (9af6bf1 follow-up) (#25864)
* Docker/Readme: codestyle cleanup

Changes proposed:
- Simplify MD back tick usage in stand-alone horizontal strings.
- Sentence grammar improvements/adjustments (might->may etc.)
- Punctuation: Add a period dot at the end of proper sentences.
- Punctuation: Add Oxford commas for natural readability.
- Punctuation: Add colon at the end of sentence introducing command examples.
- Reduce indentation level for bullet point annotation from second level to first level.
- Spell Linux with a capital L (proper noun, from "Linus + UNIX").
- UNIX is a proper noun with all its letters in uppercase.
- Remove a stray double quote character from the start of a command.
- Replace HTML entity . with its ASCII representation, a period dot.

Whitespace changes:
- add editorial blank line below H1 (page title) and H2 headings
- add editorial blank line below MD code block fences (codestyle)

* Lowercase 'pch' job name

- "PCH" -> pch

* Revert HTML entity change in README dot md

- Revert README.md to its original `README.md` spelling to avoid coding issues.

* Update contrib/Docker/README.md

Co-authored-by: Trond B. Krokli <[email protected]>

Co-authored-by: Giacomo Pozzoni <[email protected]>
(cherry picked from commit 3a61fe3c31b3fc61d3b881196319ccd96d69c7e4)
2022-03-06 00:26:01 +01:00
Trond B. Krokli 5159a11241 Update LootMgr.cpp (#25849)
Typo correction for console & log output `>> Loaded reference loot templates in %u ms`

`refence` --> `reference`

(cherry picked from commit cf5f360299d9cf156a94aae7c3c05fd0d0941a4f)
2022-03-05 23:51:04 +01:00
illfated ea5bc83178 DB/Creature: Remove incorrectly spawned 2x Shadowmoon Retainer (22102)
Closes #25838

(cherry picked from commit 5170721fb9cb0007f7401e6580d371d41dc34804)
2022-03-05 23:48:38 +01:00
illfated f53ac12d2d DB/Quest: Add missing CompletionText & RewardText for Pilgrim's Bounty quests
Closes #25671

(cherry picked from commit b2fd442f64c5671709a4dc6e0521855b94f9b0b9)
2022-03-01 23:42:22 +01:00
illfated 3b605c06f2 DB/Quest: Fix CompletionText of C'Thun's Legacy
Closes #25576

(cherry picked from commit 956b4c3d5e15220dcd429f27d55fc2df8c50af3b)
2022-02-28 21:38:48 +01:00
illfated 5365a6933f DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535

(cherry picked from commit 07845b4eceed5ea1e6a706325f7ab6e6b0954335)
2022-02-28 15:11:50 +01:00
illfated fbb247357e DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)
Closes #25408

(cherry picked from commit fc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34)
2022-02-05 16:12:15 +01:00
illfated a519671765 DB/Text: Add correct text to Sylvanas (Lament of the Highborne)
Closes #25262

(cherry picked from commit a9d493c4564cdaa7efe400408f3582f1cdbb8cde)
2022-02-02 20:50:17 +01:00
illfated 59e920d624 DB/Texts: Fix CompletionText for quest 'Proof of Deed'
Closes #25218

(cherry picked from commit a677c6c55d75db12a8c0c8622039a3dad5a9c9a9)
2022-01-26 18:39:51 +01:00
Trond B. Krokli c324f954ce Scripts/Outland: Convert 'Captain Tyralius' to SAI (#25188)
Closes #24676

(cherry picked from commit 7f2874a7aceb13f5c8898acbeb7f5a296eb7d610)
2022-01-26 13:23:09 +01:00
Trond B. Krokli fa444aca66 Scripts/Quest: Force of Neltharaku quest credit (#24807)
* Scripts/Quest: Force of Neltharaku quest credit

**Description:**

Suggested solution to resolve the kill credit double cast issue
in the quest "The Force of Neltharaku" (10854).

by Rushor

**Changes proposed:**

- Remove duplicate spell casts in the zone quest script
- Remove commented-out script section
- Set a couple of unit flags (anim/stand/hover)
- Move return new creature script override to end of script
- Move PlayerGUID, FlyTimer, and Tapped to Private
- Add DB flight movement control to Enslaved Netherwing Drake
- Add SpellMgr MaxAffectedTargets = 1 for spell 38762
- Add movement enum POINT_MOVE_UP
- Add missing enum for quest ID

**Target branch(es):** 3.3.5/master

- [X] 3.3.5
- [X] master

**Issues addressed:** Closes #24796

**Tests performed:** (Does it build, tested in-game, etc.)

Pending for now.

**Known issues and TODO list:** (add/remove lines as needed)

- [X] Open PR in draft mode until testing is cleared
- [ ] Compile and create local server
- [ ] Test changes on local server

* Rename 9999_99_99_99_world.sql to 2020_07_29_00_world.sql

Co-authored-by: Rushor <[email protected]>
Co-authored-by: Giacomo Pozzoni <[email protected]>
(cherry picked from commit e0dae8feb6607b5190d14b56ecfc10bbfa667c95)
2022-01-24 13:19:36 +01:00
Trond B. Krokli cf94f4a8ed Scripts/Borean Tundra: duplicate comment text (#25102)
(cherry picked from commit ebb9e1b4de23a069e97d2c6134349935b8a47c59)
2022-01-23 22:49:11 +01:00
Trond B. Krokli 3e835a77bb Core/Spells: add spell fix to Trained Rock Falcon (#23896)
fixed by sirikfoll

(cherry picked from commit 42f1861f3023af2eff66dc64e78164f3c480337e)
2021-12-18 23:43:49 +01:00
illfated b2383193b0 DB/Quest: Slaves to Saronite RewardText
Closes #23707

(cherry picked from commit e2e62aa77430a83b4b0f0b1c611a6be19230d926)
2021-12-18 21:50:43 +01:00
illfated b4000b3375 DB/Quest: Test of Endurance - Fix RewardText
Closes #23648

(cherry picked from commit f7eeb4525f30eb06c68462232920f53e87007a54)
2021-12-17 21:38:21 +01:00
illfated 5c11a01161 DB/Quest: fix CompletionText for Silver Heart.
Closes #23608.

(cherry picked from commit 00645b8d4cb67976e824a3a4baf1be5725092e6a)
2021-12-17 00:36:49 +01:00
illfated 57e4d7d45c DB/Quest: fix CompletionText for Call of Earth (Part 2) (Draenei version).
Closes #23623.

(cherry picked from commit 9bc8044cb674c40155636da590a7020010a5fd36)
2021-12-17 00:34:27 +01:00
illfated 84010d2372 DB/Quest: Old Whitebark's Pendant (8474) - spacing & words missing in RewardText
Closes #23339

(cherry picked from commit 345133d75ea72b5361835e25fd4b10a8ae4fe3da)
2021-12-10 21:10:11 +01:00
Trond B. Krokli b6dc6fd742 Core/Spells: make Four Horsemen debuffs negative (#23253)
By Riztazz
Closes #23248

(cherry picked from commit 1e97dfec538b9113134a67b7d25a1c1d2bc7b662)
2021-12-04 00:31:32 +01:00
Trond B. Krokli 001b9fb05c Core/conf: conf.dist typo & grammar corrections (#23190)
- Typo and spelling corrections
- Grammar corrections, English grammar
- Minor adjustments in example code readability
- Capitalization adjustments to keep consistency
  with existing idioms, phrases and concepts

(cherry picked from commit f9b1e4a03259c39af0d24e63f877455944b8af2e)
2021-12-02 00:37:00 +01:00
Trond B. Krokli 64abf2065f DB/Quest: add missing RewardText to Training the Beast (6089)
Closes #23130

(cherry picked from commit e70531bc2ec218985475ae4b43bfbdddf944690e)
2021-11-24 23:10:56 +01:00
Trond B. Krokli bc628572fe Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus, not $n (#23122)
* Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus the Devourer

Disciple of Naralex should say
"This Mutanus the Devourer is a minion from Naralex's nightmare no doubt!"
instead of using $n caused by a missing target in the Talk() script command.

(cherry picked from commit a040d484437b2f12ce88dc4372bfacc18204c8fc)
2021-11-24 22:39:18 +01:00
Trond B. Krokli 36feb3bfe7 Scripts/Borean Tundra: link gossip content for NPC Iruk from DB (#23118)
- remove hardcoded text (deprecated method)
- add already existing DB gossip content to enum
- correct spell enum from spell_creature_ to spell_create_
- replace case switch with if statement (only one boolean case)

Extra script file update:
- remove SD comment line 22 (outdated info, replaced by SAI)

(cherry picked from commit 7cb31aa4820d02fa5779483bec9455a00954902c)
2021-11-24 22:26:05 +01:00
illfated 98be760151 DB/Creature: Warsong Battle Standard
Closes #23024

(cherry picked from commit 6443dee2868de47576c3f5a0ec6bc16859880079)
2021-11-23 22:25:36 +01:00
Trond B. Krokli 159e6521cc Scripts/Borean Tundra: Corastrasza gossip menu improvements (#22942)
- split the quest status check, the quest gossips are different
- remove old hardcoded text (deprecated method)
- enumerate already existing DB gossip menu option items

(cherry picked from commit a8558c4361a7e3560c094886ef3072d46c64de44)
2021-11-21 15:27:39 +01:00
Trond B. Krokli e26b667742 Scripts/Quest: make Wounded Skirmisher reply talk show class & race (#22936)
Quest 12288: Overwhelmed!
- Upon casting the healing quest spell, Wounded Skirmisher (npc_wounded_skirmisher)
  shows $r and $c in their reply talk text because of the missing target argument,
  hence not targeting the player on the quest (or the specific caster, in this case).

Text used by the NPC Wounded Skirmisher:
    0  Ahh.... better.
    1  Whoa - I nearly died there. Thank you, $r!
    2  Thank you, $c.

Solution: add the missing target name, caster, to the Talk() script line.
(cherry picked from commit 95398fadf958d40ba6755a6c2f7b374f0a36b7c7)
2021-11-21 14:34:43 +01:00
illfated 70f05f7078 DB/Quest: The Soul Devices RewardText fix
Closes #22930

(cherry picked from commit 33f61bd57ef942c4d2d79d5ed018d70ec564461b)
2021-11-21 00:13:04 +01:00
Trond B. Krokli b63fe46e0e Scripts/Blackrock Depths: npc_grimstone Event_Timer improvements (#22663)
High Justice Grimstone's movement script timers improvement in Ring of the Law.

case 6 & case 7 modifications:
- Event_Timer = 5000; // originally 0

Closes #20499 (High Justice Grimstone issue)

(cherry picked from commit 48eba61e90e3958613ceca05bb6a550fce8816ad)
2021-11-15 14:01:49 +01:00
Trond B. Krokli eb42538d6e Scripts/Sunken Temple: normalize Atal'alarion despawn timer (#22546)
* Atal'Alarion will now despawn as a regular Elite mob
  (5 minutes unlooted or 2.5 minutes when fully looted)
  instead of 7200 (ms) (7.2 seconds) before this change.

Closes #22531

(cherry picked from commit d24b46139600c74f5e200d9ab1592d7128245113)
2021-11-12 00:16:30 +01:00
Trond B. Krokli 67b98348be Scripts/Quest: Defending Wyrmrest Temple (#22513)
- use DB gossip instead of `#define` (deprecated)

Updates #22500

(cherry picked from commit 013d50f169dd5d42529845c107022da344ba1c7e)
2021-11-11 20:28:20 +01:00
illfated 88c5473517 DB/Quest: Fix RewardText for Frostmaw quest
Closes #22373

(cherry picked from commit 133c91ca4368487af50f33253579a30845e28b1b)
2021-10-23 22:02:53 +02:00
illfated 18fd805677 DB/Quest: actual RewardText for The New Horde
Closes #22313

(cherry picked from commit 0dc42c4185b0d41b665d1a31e1e3f4eea5393e72)
2021-10-23 02:14:04 +02:00
illfated 5cafc211e6 Scripts/Eastern Kingdoms: zone_wetlands converted to SAI cleanup (#22252)
(cherry picked from commit 59edf6b100a9092cd530af6cab2b68a84ecd11f0)
2021-10-19 23:38:02 +02:00
illfated 550513ba65 Creature/Script: remove obsolete script npc_skywing (#22147)
- replaced with SAI script for the same quest and creature (Skywing)

Ref. https://github.com/TrinityCore/TrinityCore/issues/22078#issuecomment-399760597

(cherry picked from commit 0004531081058a2a4d7a1fbe94545e9328ce7d61)
2021-10-14 00:09:17 +02:00
illfated 7aeff87760 DB/Creature: Warosh, Bijou and Spirestone Mystic (LBRS)
Closes #22144

(cherry picked from commit bc25c98f4673e69078bd67b9d83bfd3f9aa954dd)
2021-10-13 23:59:02 +02:00
Trond B. Krokli f709d77ed6 Update pull_request_template.md
Apply general writing codestyle for GitHub Pull Requests:

- move the "Closes #" text down to its own line, as GitHub prefers to read the git command without preceding text.
- move the text "(Does it build, tested in-game, etc.)" down to a new line to indicate where we want the info inserted.
2020-08-06 20:20:13 +02:00