jackpoz
a8ceb18cdf
Core/Gameobjects: Move a log from FATAL to DEBUG
...
The log is triggered when a mage creates a portal to another map, uses it and then the portal despawns.
2015-08-08 19:23:10 +02:00
Killyana
d69a31d238
DB/Quest: Mist
...
Close #15218
2015-08-08 18:07:05 +02:00
Killyana
64b02cd86a
DB/Npc: Skettis Eviscerator
...
Close #15217
2015-08-08 17:17:08 +02:00
Killyana
688c6cd753
DB/Quest: Ulathek the Traitor
...
By @tkrokli
Close #8216
2015-08-08 16:54:53 +02:00
Killyana
cdabb846f9
DB/Npc: Warbringer Construct
...
Close #15232
2015-08-08 16:39:00 +02:00
Killyana
02981c8347
DB/Quest: Imp Delivery
...
close #15236
2015-08-08 16:32:49 +02:00
jackpoz
ca5a2785f7
Core/Battlegrounds: Move a log from ERROR to DEBUG
...
The "error" is a false positive happening every time a player in a Battleground logs out because WorldSession::LogoutPlayer() notifies the bg twice
2015-08-08 12:51:45 +02:00
jackpoz
a8f447b9ef
Merge pull request #15219 from SeTM/patch-2
...
Core/Spells: Fix some taxi paths not being available to players.
This allows players to use the taxi paths used already by spells 29376, 29377, 31752, 34578, 47851.
Fixes https://github.com/TrinityCore/TrinityCore/issues/12832
2015-08-07 22:50:49 +02:00
MrSmite
fed67f5bc1
Core/AHBot: Add missing AHBot quality price ratio to config
...
Signed-off-by: jackpoz <giacomopoz@gmail.com >
2015-08-07 21:58:40 +02:00
jackpoz
143026ed19
Core/Spells: Fix damage done by SPELL_EFFECT_NORMALIZED_WEAPON_DMG
...
Fix a rare case that would cause SPELL_EFFECT_NORMALIZED_WEAPON_DMG to do 4 billions damage or to trigger an assertion in Unit::CalculateDamage() depending by Unit base damage.
To reproduce the issue cast spell 25816 on a level 1-14 warrior, then make the warrior cast spell 694 on a Creature.
2015-08-05 19:58:19 +02:00
MitchesD
578bb8452f
Core/SmartScript: removed initial timer of SMART_EVENT_IC_LOS and SMART_EVENT_OOC_LOS
...
Closes https://github.com/TrinityCore/TrinityCore/issues/14516
(cherry picked from commit e83a1c6b35 )
2015-08-05 16:57:33 +02:00
Alex
1b4818684f
Fixed load taxi nodes.
...
Spell nodes not have prices.
to #12832
2015-08-05 00:25:18 +03:00
Killyana
747ea7ca2c
DB/Quest: Hints of a New Plague?(4)
...
close #14519
By @CreshandKesh
3.3.5 only
2015-08-03 15:57:55 +02:00
tkrokli
aff9672b35
DB/Quest: Elemental War - Complete Quest gossip
2015-08-02 20:51:32 +02:00
Rushor
e6571f9869
DB/Item: Crudely-Written Log - Dropconditions
...
* again closes #2380
2015-08-02 01:03:14 +02:00
Sarah Alexander
836ef49a95
Merge pull request #15205 from Rushor/magic
...
Core/Spells: Magic Suppression - Set ProcCharges
2015-08-01 19:41:15 -03:00
Rushor
ce4bd3c2de
Core/Spells: Magic Suppression - Set ProcCharges
...
* closes #15194
2015-08-01 23:37:40 +02:00
jackpoz
177b6319d1
Core/AHBot: Adjust AHBot bid and buyout chances
...
Apply an exponential formula to define the chance to bid/buyout an auction depending on auction price and item price ratio. The formula can be adjusted changing the new AuctionHouseBot.Buyer.ChanceFactor config parameter
Chance = 100 ^ (1 + (1 - (auction_price / item_price) / k)
k is the config parameter AuctionHouseBot.Buyer.ChanceFactor, the higher the number the higher chance to buy overpriced auctions.
2015-08-01 18:48:55 +02:00
LuqJensen
59fe55dfc9
Scripts/Spells: Fix Rapid Recuperation
...
Closes #15180
2015-08-01 17:21:42 +02:00
Kittnz
b42cf8755b
Core/Script: Fix Corporal Keeshan
2015-08-01 13:53:32 +02:00
Kittnz
93ca42759d
Core/Script: Set Faction at start of escort for Corporal Keeshan
...
Request by DRJ
2015-08-01 13:38:10 +02:00
jackpoz
fce4a5e376
DB/Quest: Fix sql update name
2015-08-01 10:53:36 +02:00
DDuarte
d23e2f9cc0
Fix SpellAurasEffects build on GCC 5.1
...
Closes #14655
(cherry picked from commit 57ced3ccbd )
2015-07-31 16:29:17 +01:00
Killyana
41e6273994
DB/Quest: Dark heart
...
From #15189
2015-07-29 21:57:33 +02:00
Killyana
d26cae7e11
DB/Quest: Wandering Shay
...
By DRJ
Closes #5156
2015-07-29 20:14:31 +02:00
Warpten
80ec3e1515
Scripts/RubySanctum: Widen random angles for meteor flames.
...
Don't QQ because "OMG you're not testing any of your stuff", I can't build TC atm.
Memo: Meteor Flames have
```
[12] UNIT_CREATED_BY_SPELL: 74689/1.046616E-40
```
which isn't in DBCs, exists, but is not seen in sniffs.
(cherry picked from commit 0dc6ea161d )
2015-07-28 20:36:21 -03:00
jackpoz
0a94382637
Core/Spells: Fix Charge "no path" error with even bigger targets
...
Addition to a328a11978 , clamp object size to [0,4] in case of very huge Creatures like Lord Marrowgar entry 36612
2015-07-28 21:11:55 +02:00
jackpoz
10620b4e11
Core/Config: Describe better Wintergrasp.Enable option in worldserver.conf
2015-07-28 20:28:32 +02:00
jackpoz
f07fe63e50
Core/Threading: Handle CMSG_BATTLEFIELD_MGR_ENTRY_INVITE_RESPONSE only in WorldSession update because it removes the Player from his Group which is not thread-safe
2015-07-28 20:23:18 +02:00
jackpoz
a7ee951d9e
Merge pull request #15168 from jameyboor/3.3.5
...
Core/Creature: Fix Creature::UpdateMovementFlags() ignoring DynamicTree height
Fix Creature::UpdateMovementFlags() checking only maps/vmaps height and skipping GameObject height stored in DynamicTree
2015-07-28 19:54:49 +02:00
joschiwald
df92d2c8d2
DB/Conditions: corrected loot conditions after 8a9f1b871a
2015-07-27 22:44:42 +02:00
Warpten
ef93d1174d
Scripts/RubySanctum: Fixed Meteor Flames
...
(cherry picked from commit 982b59d2ec )
Update boss_halion.cpp
(cherry picked from commit 50c23bbcb8 )
2015-07-27 17:37:28 -03:00
Aokromes
b9b3955e32
DB/Misc: Fix startup errors
...
Updates #14730
2015-07-27 17:04:32 +02:00
DDuarte
b63082971f
Build: Add missing include to MapScripts.cpp
...
Fixes linker error in GCC/Clang
2015-07-27 01:37:04 +01:00
DDuarte
bc4baa4e05
Build/CMake: Partially revert recent changes to FindMySQL.cmake
...
Looking for folders like ".../MySQL/*/include" matches the MySQL Connector C libs which caused some problems.
Related #15072 , #15068
P.S ".../MySQL/MySQL Server*/include" doesn't work
(cherry picked from commit e2fb3bbd46 )
2015-07-27 01:13:38 +01:00
Shauren
92b5b2e09a
Travis build fix
...
(cherry picked from commit a7d9c4e720 )
2015-07-27 01:13:29 +01:00
Rushor
45ca1f493b
DB/Pathing: Finish Dragonblight
2015-07-26 23:25:01 +02:00
Vincent-Michael
9e2b0eb718
SQL: Fix bad sql
2015-07-26 20:49:03 +02:00
Jameyboor
b85b0c221b
Fix UpdateMovementFlags ignoring DynamicTree height.
2015-07-26 15:08:33 +02:00
joschiwald
66bbdfb82c
Merge pull request #15164 from LuqJensen/mimiron
...
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike and Fix Mimiron DB target attacking players
2015-07-26 03:35:40 +02:00
Unholychick
0d5a0c81a8
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike
...
In p2 he should fire left or right rocket at random, not always left one. ref https://www.youtube.com/watch?v=oY-nZ0EjDRw
Fix Mimiron DB target attacking players.
2015-07-26 03:30:29 +02:00
Vincent-Michael
fd26c3c87c
Core/Misc: Added new error logs for gameobject_questitem / creature_questitem tables
...
(cherry picked from commit 2fcab335df )
2015-07-26 01:21:13 +01:00
DDuarte
4476f6c867
DB/Ulduar: Fix Mimirons Rocket Strike not dealing damage in 25man mode
...
(cherry picked from commit acd3fe5807 )
2015-07-26 00:45:03 +01:00
jackpoz
e008ae7520
Core/Misc: Update helgrind suppressions
2015-07-25 23:50:29 +02:00
Vincent-Michael
730ddaf0bf
Core: Fix non pch build
2015-07-25 23:21:25 +02:00
Vincent-Michael
d2d4bc2668
Core: Header cleanup in game/*/*.cpp
...
(cherry picked from commit 2e586bc520 )
Conflicts:
src/server/game/Battlegrounds/Battleground.cpp
src/server/game/Battlegrounds/BattlegroundMgr.cpp
src/server/game/Battlegrounds/Zones/BattlegroundBFG.cpp
src/server/game/Battlegrounds/Zones/BattlegroundEY.cpp
src/server/game/Battlegrounds/Zones/BattlegroundTP.cpp
src/server/game/Chat/Chat.cpp
src/server/game/Combat/ThreatManager.cpp
src/server/game/DataStores/DB2Stores.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/Entities/Creature/Creature.cpp
src/server/game/Entities/Creature/GossipDef.cpp
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/ObjectGuid.cpp
src/server/game/Entities/Object/Updates/UpdateData.cpp
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Globals/ObjectAccessor.cpp
src/server/game/Handlers/BankHandler.cpp
src/server/game/Handlers/CombatHandler.cpp
src/server/game/Handlers/GroupHandler.cpp
src/server/game/Handlers/GuildHandler.cpp
src/server/game/Handlers/ItemHandler.cpp
src/server/game/Handlers/MiscHandler.cpp
src/server/game/Handlers/MovementHandler.cpp
src/server/game/Handlers/PetitionsHandler.cpp
src/server/game/Handlers/QueryHandler.cpp
src/server/game/Handlers/SpellHandler.cpp
src/server/game/Handlers/TokenHandler.cpp
src/server/game/Handlers/VoiceChatHandler.cpp
src/server/game/Maps/Map.cpp
src/server/game/Movement/Spline/MoveSplineInit.cpp
src/server/game/Quests/QuestDef.cpp
src/server/game/Server/Packet.cpp
src/server/game/Server/Packets/SpellPackets.cpp
src/server/game/Server/WorldSession.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/Spell.cpp
src/server/game/Spells/SpellEffects.cpp
src/server/game/Spells/SpellScript.cpp
src/server/game/Warden/Warden.cpp
src/server/game/Warden/WardenWin.cpp
src/server/game/Weather/WeatherMgr.cpp
2015-07-25 21:53:30 +01:00
Shauren
f03f5cc1f2
Buildsystem/MSVC: Enabled /bigobj for all x64 build types
...
(cherry picked from commit 52127197ec )
2015-07-25 16:42:46 +01:00
Shauren
130878c1a5
Core/Collision: Removed direct GameObject references from collision project
...
(cherry picked from commit a029f97c82 )
Conflicts:
src/server/collision/Models/GameObjectModel.cpp
2015-07-25 16:22:33 +01:00
MitchesD
c40d3be6dc
Core/SmartScripts: added new action SMART_ACTION_COMBAT_STOP
...
* this avoid using hacks like evade, faction change or rooting. I wonder how SAI could be without this
(cherry picked from commit d68df33c76 )
2015-07-25 16:54:25 +02:00
joschiwald
8a9f1b871a
Scripts/Ulduar: fixed freya loot and added missing conditions
...
thanks @Keader
Closes #15098
2015-07-25 15:28:39 +02:00