Commit Graph
21 Commits
Author SHA1 Message Date
tkrokli beb7078bce DB/Texts: Augustus the Touched
- Augustus the Touched should say some texts every few minutes.

Closes #21780

(cherry picked from commit 8262da11908b562dccc410afd79602739715fa79)
2021-09-24 20:53:05 +02:00
tkrokli 77cb4d7171 DB/Quest: player character name in The Shattered Hand (2) Reward Text
- Replace overlooked name "Weir" with $n to show actual player name in-game.

(cherry picked from commit 4c069dfd8aae87cb1bb3bb82701e41597f1522ed)
2021-09-19 22:42:19 +02:00
tkrokli 3b4d8de96c DB/Quest: Greed completion text (Blood Elf rogue lock pick class quest)
Replace "sister" with "sweetie" (gender neutral) as last word in Reward text.

Sources:
- https://wow.gamepedia.com/Quest:Greed#Completion
- http://wowwiki.wikia.com/wiki/Quest%3AGreed#Completion
- http://web.archive.org/web/20100808103416/http://www.wowhead.com:80/quest=9491

BTW, regarding the grammatical error in "one elves' trash" -- Blizzlike, sadly.

(cherry picked from commit 9e90f7af78842f701f36811d4b3650755794ff45)
2021-09-19 22:17:30 +02:00
tkrokli 102c05ae42 DB/Gameobject: Remove deprecated game objects
Follow-up to commit 33194a0ae6d5543119a15e18155f906ebf57eeea
- Remove some gameobjects still remaining in gameobject & gameobject_addon

(cherry picked from commit 6feee74c5aa5e5724e80bbbf546c4779ec1e648a)
2021-09-05 00:47:37 +02:00
tkrokli 2acaa6fb4a Core/Misc: corrections and indentations in Language.h
- corrected the comment "1205-2002 - free" to "1205-1999 - free"
- increased the main indent by 2 spaces to get more lines aligned
- corrected the enum LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT from 1999 to 1199

Ref. commit 5f541491074765a346c7d0a83edb5f1fbf9240b1

(cherry picked from commit ba5f6a861652f522dd10fbe31f5e25272a3cd237)
2021-06-16 16:25:40 +02:00
tkrokli fdbc88e3de Update copyright note for 2018 follow-up
File missed in main 2018 copyright update, commit f6b6f57a6da909426e3171d09f989c554f20b43d

- revert link from collab.kpsn.org back to www.trinitycore.info for branch consistency
- also some minor whitespace edits

(cherry picked from commit e2666fff35b3fe468739eb40b811b2fc1b8c1cea)
2021-05-16 22:04:37 +02:00
tkrokli b5ce5d88d6 DB: fix "No newline at end of file"
- 2017_11_16_09_world.sql

(cherry picked from commit c9a7aab32e08fb47584da7354a564bcbdbffa345)
2021-02-06 21:41:51 +01:00
tkrokli 28a4a3bc46 DB/Quests: Text corrections to some classic quests (horde)
These are quests where I have found text content issues during
my attempts to get the achievement Loremaster of Kalimdor (horde).
The quest texts contain variables like $c (class) or $r (race)
in wrong places or has missing and/or incorrect text content.

Closes #20448

(cherry picked from commit b135663dd9a7e866d647199cd64b4e50960e8978)
2021-01-29 19:23:53 +01:00
tkrokli 0d32a1ef0f Scripts: tabs2spaces cleanup after commit cc89428
Thanks to Wyreth for reporting the overlooked tabs.

(cherry picked from commit bbd339370ed2eea5f12e79a977fd9e0e93543101)
2021-01-21 22:30:40 +01:00
tkrokli d15afd2ffd Update copyright note for 2018 follow-up
Header file missed in commit c5d3dd90be
- copyright notice was added to PlayerTaxi.cpp in that commit
2018-01-09 20:46:23 +01:00
tkrokli 234f46295f DB/Quest: The Earthen Oath - Oathbound Warder ability spells
- add missing spells to minions' pet bar

Ref. issue #15456
2017-11-13 00:02:27 +01:00
tkrokli 9c18503959 Scripts/Kalimdor: remove zone_teldrassil.cpp
- single script moved to SAI in commit f85ac27912
  (August 9, 2015)
- no NPCs using this script, removal forgotten in the mentioned commit
2017-11-12 22:25:26 +01:00
Trond B Krokli 02757118f2 Core/Scripts/DB: remove hardcoded text from npc_beaten_corpse (#16907)
- remove hardcoded text from script npc_beaten_corpse
- remove OnGossipHello() hook, gossip text moved to DB
- use sGossipSelect() hook instead of OnGossipSelect()
- add npc_text 3557 and 3558 as text_id to gossip_menu
- add gossip_menu_option 2871 to NPC 10668 Beaten Corpse
- add condition for gossip_menu_option 2871 in Quest ID 4921

Tested on 4 different characters/classes, male & female.
Thanks to joschiwald for the sGossipSelect() script change.
(cherry picked from commit d82534a7bbd401f4b672786749f10f5a95f6e76c)
2017-02-18 17:53:48 +01:00
tkrokli 85a16fae3d Core/Scripts: move npc_kharan_mighthammer to DB/SAI
This PR affects the following 2 quests:
Quest ID 4001 "What Is Going On?" - part 2 (Horde)
Quest ID 4342 "Kharan's Tale" (Alliance)

Target of this PR:
Move core script npc_kharan_mighthammer to DB/SAI
(thereby removing 10 lines of hardcoded text).

* DB/conditions: extra gossip conditions

- added conditions for gossip before quest taken and after quest completed.
- removed redundant core script SAY_GET_ME_OUT_OF_HERE comment

* DB/creature: add more text to Kharan

- add all missing creature_text lines to entry 9021 Kharan Mighthammer
- add SAI duration to wait before TEXT_OVER is triggered (3000 ms)

(cherry picked from commit 2125c126097812fd6682db8edfd543c0d5583abf)
2017-02-11 21:52:29 +01:00
tkrokli 9c09a0bd75 Core/Scripts: Remove useless SD2 error log (#17691)
* Core/Scripts:  Remove useless log message (ref. joschiwald)

(cherry picked from commit 8fdb9b4579793dbd8fa68cd5ad331d7a92ce8fea)
2017-02-11 20:51:21 +01:00
tkrokli d40dd1f639 Core/Scripts: zone_silithus.cpp cleanup (#17165)
- move npcs_rutgar_and_frankal to DB/SAI
- move hardcoded text from go_wind_stone to DB
- additional enum cleanup in zone_silithus.cpp
- also solves a $r issue in SAY_TEMPLAR_AGGRO
(cherry picked from commit b7abaed1996608f9a318a22ff657c5261a7acdfb)

# Conflicts:
#	src/server/scripts/Kalimdor/zone_silithus.cpp
2017-02-11 17:50:06 +01:00
tkrokli 604b8bfab1 Core/Scripts: Tom Hegger must target player in Say text (#17395)
File: zone_borean_tundra.cpp
Script: npc_hidden_cultist
Quest: The Hunt is On, 11794
NPC:  Tom Hegger, 25827

Before this change, Tom Hegger does not target player when saying his
aggro text "You don't know who you're messing with, $c!   Death beckons!"
and hence the text $c will be shown instead of the player class.
(cherry picked from commit 736843fbb5442b1338ec888c8a702d666c95a76b)
2017-01-29 21:51:04 +01:00
Trond B Krokli 6f29493556 Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262)
English grammar and syntax corrections in DBUpdater.cpp
- string texts corrected, source code unchanged
- comments improved and checked for typos
(cherry picked from commit 8fe85017125803a4ca8fd1d972b128930cd364b9)
2016-08-10 17:53:12 +02:00
Trond B Krokli 186375d997 Core/DB/Updater: English grammar corrections (#17207)
Improve English text in strings and comments in UpdateFetcher.cpp
- replace incorrect text with the intended words in some output strings
- corrections in the comments to point out the intention of the code
2016-05-29 15:06:07 +01:00
Trond B Krokli d1aa171a7a Core/authserver.conf.dist: missing description line (#17038)
This line is missing from authserver.conf.dist :
`#                     MySQL server and their own thread on the MySQL server.`

I have copied this description text line from the matching description in
`worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file).

This line is also missing in bnetserver.conf.dist , but the files are different
in line number, filename and folder, so bnetserver needs a separate commit.
(cherry picked from commit 329006d31095ec4d151d37d11db5b994f381fab8)

# Conflicts:
#	src/server/authserver/authserver.conf.dist
2016-04-28 17:13:41 +01:00
tkrokli 49b7fade0a DB/Misc: Stable Master Xon'cha - Flags
* closes #15117

(cherry picked from commit 785fcdd8385d22a210e381a2a531d4a063d1362f)
2015-07-25 09:41:16 +02:00