Commit Graph

30378 Commits

Author SHA1 Message Date
AlcDenat
a49fe85584 DB: Blade's Edge Mountains quest ObjectiveText deDE locales
Closes #22715
2018-12-08 09:29:42 +01:00
AlcDenat
b0eb42d05b DB: RequestItems for quest 'Ethereum Prisoner I.D. Catalogue', 'Stasis Chambers of the Mana-Tombs'
Closes #22713
2018-12-08 09:28:24 +01:00
AlcDenat
523c684c46 DB: Nagrand quest ObjectiveText deDE locales
Closes #22710
2018-12-08 09:26:56 +01:00
AlcDenat
3bec6e2519 DB: Nagrand quest OfferReward, RequestItems deDE locales
Closes #22709
2018-12-08 09:25:26 +01:00
ZenoX92
823eb9f55b DB/Quest: Proof of Deed
Closes #22707
2018-12-08 09:05:25 +01:00
ZenoX92
00c2b8bd59 DB/Creature: Elder Torntusk
Closes #22706
2018-12-08 09:04:49 +01:00
ZenoX92
95faacdce9 DB/Quest: Back to Booty Bay
Closes #22705
2018-12-08 09:04:08 +01:00
ZenoX92
2fc7043514 DB/Gossip: Jannok Breezesong
Closes #22704
2018-12-08 09:02:53 +01:00
ZenoX92
87318d6ada DB/Quest: Fire Sapta & Water Sapta
Closes #22703
2018-12-08 09:02:13 +01:00
ZenoX92
fb7b953305 DB/Gossip: Tog Rustsprocket
Colses #22702
2018-12-08 09:01:14 +01:00
ZenoX92
b39add072b DB/Gossip: Gann Stonespire
Closes #22701
2018-12-08 09:00:22 +01:00
AlcDenat
c075999f95 DB: Terokkar Forest quest ObjectiveText deDE locales
Closes #22698
2018-12-08 08:49:21 +01:00
AlcDenat
7969e905af DB: Terokkar Forest quest OfferReward, RequestItems deDE locales
Closes #22697
2018-12-08 08:48:09 +01:00
AlcDenat
9b8c57d617 DB: Zangarmarsh quest ObjectiveText deDE locales
Closes #22695
2018-12-08 08:46:38 +01:00
AlcDenat
7c533e7ae6 DB: Zangarmarsh quest OfferReward, RequestItems deDE locales
Closes #22694
2018-12-08 08:45:49 +01:00
Aokromes
6851ba638d Update zone_borean_tundra.cpp 2018-12-03 12:19:10 +01:00
PolarCookie
9d93504f34 Quest: Ruthless Cunning and Returning the Favor (#22806)
* Ruthless Cunning and Returning the Favor

* no more magic numbers

* now with scripted ai and condition

* travis

* more travis

* jackpoz

* now with no banner spellscripts

* typo

* Rename 9999_99_99_99_world.sql to 2018_12_03_00_word.sql
2018-12-03 08:57:23 +01:00
Aokromes
538c5b8687 Core/GameEvent: weekend xp rate (#17782)
* Core/GameEvent: weekend xp rate
by kline

* Update to recent code

* compile fix try
things of copy and paste 4 years old code xd

* more code update

* forgot to change this

* Update worldserver.conf.dist

* Added function to calculate weekend event xp rates

By greenbagels

* Cleaning using scripts

* Implement daymask and rename variables etc.

* Rename script file weekend -> boosted

* Update src/server/game/World/World.cpp

Co-Authored-By: Aokromes <Aokromes@users.noreply.github.com>

* Fix xp multiplier not applying to quest rewards

* Disable xp boost script when no boosted days selected
2018-11-28 16:44:28 +01:00
yvomsx
f1f05767ed Scripts/movement: spline - velocity (#22836) 2018-11-28 08:13:27 +01:00
Aokromes
0b356d0bae Update characters_database.sql 2018-11-28 00:58:51 +01:00
Treeston
cd7b036485 Core/Misc: Update description text for SpellAttr6 and SpellAttr7 2018-11-27 15:59:36 +01:00
Treeston
d920e5b0e4 more clarity (9309988 follow-up) 2018-11-27 00:02:47 +01:00
Treeston
9309988a05 Core/Misc: Update description text for SpellAttr5 (I'm back, baby!) 2018-11-26 23:57:02 +01:00
Gildor
0ee8a77dce Core/Scripts - The Eye: Fix Kael'thas Sunstrider Mind Control, limit MaxAffectedTargets to 3 (#22828)
Closes: #22826
2018-11-24 12:55:04 -03:00
Shauren
352c4a4c68 Core/Achievements: Sync achievement reward field names with master 2018-11-21 22:37:58 +01:00
Killyana
b6cba61c43 DB/Creature: Tracker Thulin 2018-11-21 19:09:01 +01:00
Ovah
fb1d568fba Core/Objects: properly use UPDATETYPE_CREATE_OBJECT2 when creating brand new objects in all cases. Closes #22419 (#22816) 2018-11-20 17:35:41 +01:00
Shauren
bc1f456125 Fix nopch build 2018-11-14 22:57:06 +01:00
Treeston
8836fc3903 Core/Misc: Update description text for SpellAttr4 2018-11-14 19:37:10 +01:00
Treeston
50f78e686c Core/Misc: Update description text for SpellAttr3 2018-11-13 01:20:51 +01:00
Treeston
9b4feaacfa Core/Misc: Update description text for SpellAttr2 2018-11-12 20:43:15 +01:00
Treeston
8cac5feb58 Core/Misc: Update description text for SpellAttr1 2018-11-12 13:05:27 +01:00
Treeston
b69ee07d50 Core/Misc: Update description text for SpellAttr0 to match actual behavior 2018-11-12 01:22:27 +01:00
Shauren
f6b0d99e2c GCC build fix
Closes #22785
2018-11-12 00:39:53 +01:00
Treeston
0068813ef9 DB/Strings: remove some now-unused language entries 2018-11-11 22:14:52 +01:00
Treeston
c16d461e16 Core/Util: Redesign SmartEnum to properly work for large enums (>64 entries) and play nice with IDEs (PR #22768) 2018-11-11 17:52:41 +01:00
Shauren
be47254a4f Core/Auras: Fixed saving auras with same spell id but different item source 2018-11-09 20:51:20 +01:00
Keader
f1a1acdc89 Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (one more time)
Closes #21264
ScheduleEvents need happens after remove ImmuneToPc, or it will cause evade.
2018-11-09 11:02:15 -03:00
Keader
4c6f0eaa8d Scripts/ToC: Fixed Twin Valkyr stucking in progress and added hover
Closes: #22755
Update: #20961
2018-11-08 11:14:46 -03:00
Keader
87d6f62ba6 Scripts/Spells: Fixed wrong change in Drain Mana removing fear/poly effects
Update: #20234
Followup: a6673f6aa7
More Info: https://github.com/TrinityCore/TrinityCore/issues/20234#issuecomment-436970730
2018-11-08 09:19:33 -03:00
Treeston
d8fee3c46b Core/AI: Add some checks to catch if the AI changes mid-update for players. Tag #22731 #22629. 2018-11-05 20:28:42 +01:00
PolarCookie
f2df802c50 Core/Creatures: Changed creatures to become tagged by player doing any action that causes creature aggro (apart from distance) (#22759)
* This was introduced in patch 3.0.8
2018-11-04 21:59:03 +01:00
PolarCookie
93cb86b683 Spell/Script: Curse of agony (#22728)
* CoA now as spellscript

* clean up drain soul

* keader

* keader2

* Rename 9999_99_99_99.sql to 2018_11_04_00_world.sql
2018-11-04 12:40:09 +01:00
PolarCookie
a0999744ef Core/Spells: fix issues with delayed spells and auras (#22382)
* Core/Spells: fix issues with delayed spells and auras

* Make Travis Happy
2018-11-04 12:38:14 +01:00
DanVS
ae22fd6d74 Core/Entities: Handle partial state change for pets (#22014)
* handle partial state change

* range-based for loop

* fixes

* readability

* break
2018-11-04 11:42:46 +01:00
Rochet2
257ae44a20 Add rotation to .gob info (#22723)
* Add rotation to .gob info

- Add rotation (yaw, pitch, roll) to .gob info command
- Replace LANG_SPAWNINFO_DISTANCEFROMPLAYER with LANG_SPAWNINFO_ROTATION
- Fix description of .distance to describe the command arguments (the more you know..)
- Fix .gob info guid targetting nearest gameobject instead of finding with given guid
- Reorder the info data slightly
- Print location and rotation data regardless of object found in world
- Add error messages for when object is not found by guid or entry
2018-10-28 10:07:56 +01:00
Warpten
9bf69b3849 Fix invalid arguments to string format in Trinity::Fatal
Isn't whatever is used nowadays to make this stuff safe supposed to prevent this sort of stuff?
2018-10-27 22:14:37 +02:00
Shauren
bbdf62d6e8 Core/Spells: Warning fix 2018-10-27 12:14:54 +02:00
Treeston
ee68cf3392 grr gcc bugs 2018-10-26 19:17:19 +02:00
Treeston
207093475a Util/Enums: Implement constexpr operators ourselves instead of relying on boost, because boost doesn't make them constexpr. 2018-10-26 19:10:31 +02:00