Shauren
9f0051c4e5
Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells
2014-12-19 23:52:29 +01:00
Nayd
ff0c11e25d
Tools/ConnectionPatcher: Pause program when an error happens
...
Similar to what is done in mmaps_generator and vmap4_extractor.
This hopefully reduces the number of problems that Windows users have
when patching fails.
Closes #13580
2014-12-19 21:35:59 +00:00
Vincent-Michael
2721cf8340
Core/Packets: Fix typo (meh @Intelz)
2014-12-19 22:14:18 +01:00
Rat
9fefd963b3
Core/Spells: fixed build and SelectEffectImplicitTargets logic
2014-12-19 20:47:01 +01:00
Rat
085df6d987
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
...
Conflicts:
src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19 20:10:10 +01:00
Rat
0e06022827
Core/Spells: added .auras command (temp, for easy aura debugging)
2014-12-19 20:05:02 +01:00
Shauren
5f133e3e4d
Core/Spells: Implemented varying damage for spells with no base value
2014-12-19 18:55:09 +01:00
Nyeriah
1e30bc4483
Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's aura
...
(cherry picked from commit 37ccea13cbdb78b4c635ea9f3ec718d2e75e3c50)
2014-12-17 15:04:35 -02:00
Nyeriah
037418a116
Scripts/Naxxramas:
...
* Implement dialogue after Sapphiron dies.
* Spawn missing triggers at Kel'Thuzad's room.
* Implement a couple of missing texts and emotes to Kel'Thuzad's fight.
(cherry picked from commit dd942db85fbd5e42fcd60fa4620c51093cc7ebfe)
2014-12-17 14:56:42 -02:00
mthsena
88b197b2ef
Scripts/MountHyjal: Kill warning
...
(cherry picked from commit 884953942b1281c5d7f53a9c5876bba2222de9fa)
2014-12-15 22:07:26 +01:00
Nyeriah
4d228c2cce
Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss script to EventMaps/BossAI
...
(cherry picked from commit d417e929307b4db65a89c188b2273199a33d3396)
2014-12-15 15:54:26 -02:00
joschiwald
58aca0da81
Scripts/Archimonde: replaced one yell with proper db content and unhacked drain world tree
2014-12-15 00:05:30 +01:00
Shauren
fedca01b4b
Core/Spells: Updated base scaling value calculation
2014-12-14 16:14:08 +01:00
Shauren
6437084d4c
Core/Items: Updated random property value calculation
2014-12-14 16:13:41 +01:00
Shauren
19528f54a5
Core/Spells: Fixed player spells with only spellpower scaling doing no damage
2014-12-14 16:12:50 +01:00
Shauren
dc5a73da57
Core/Auras: Fixed a possible crash in proc triggering
2014-12-14 16:12:10 +01:00
Shauren
25ff9daab1
Core/Spells: Optimized spell effect info loading
2014-12-14 16:11:33 +01:00
Shauren
ee496b96a1
Core/PacketIO: Corrected values sent in SetSpellModifier - fixes client tooltips reporting incorrect damage/healing
2014-12-14 11:50:54 +01:00
Shauren
edf5fc2236
Core/Spells: Fixed a crash in SpellInfo::GetEffect happening when the current difficulty did not have an overriding effect
2014-12-14 11:28:13 +01:00
Nyeriah
0e995303fb
Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing and the one after killing Mr. Bigglesworth
...
(cherry picked from commit ee1fa933607342947fa579a02bd135858fd6cf99)
2014-12-13 21:53:47 -02:00
Bernd Lörwald
6826fbdd74
tools/connection_patcher: add executable permissions to binary to avoid the rare case where permissions of replaced file are ignored
2014-12-13 12:29:54 +01:00
Aokromes
3d69c823fb
Update worldserver.conf.dist
2014-12-12 20:34:22 +01:00
Nyeriah
6c7472a6d3
Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after Gothik's death
...
(cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e
2014-12-12 15:21:15 -02:00
Nyeriah
8b8b4d5aeb
Core/Misc: Fix build
...
(previously broken due to a branch disparity)
2014-12-11 02:15:31 -02:00
Nyeriah
99c4c4cee5
Core/RBAC: Allow setting different default security level roles to different realms
...
(cherry picked from commit c79af3f16f84d0d26bd69b5d06dd8754643ddc7f)
2014-12-10 22:50:28 -02:00
Rat
16ff14e758
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-08 15:33:16 +01:00
Intel
4825832c85
Merge branch '6.x' into Spells
...
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
Shauren
88ca8b95e0
Compile warning fix
2014-12-07 14:36:11 +01:00
Intel
518c744336
Core/Packets: Add connection indexes for server packets
...
Fixed IOCP define for linux
Minor code style change in inventory loading
2014-12-07 15:14:43 +02:00
Rat
30e2e04c01
Core/Spells: some work on effects scaling
2014-12-07 10:11:47 +01:00
joschiwald
384566f271
Core: fixed gcc build
2014-12-07 02:07:35 +01:00
Shauren
1b0d296da1
Core/DataStores: Refactored "gt" dbc handling. Wrapped these stores in a new GameTable class which will calculate correct dbc entry index based on given row/column as well as read number of rows/columns from client files instead of hardcoded GT_MAX_LEVEL
2014-12-07 01:50:50 +01:00
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
joschiwald
9cda85a388
Fixed build
2014-12-06 00:19:12 +01:00
joschiwald
cc4ebdbe05
Core/Scripts: log ScriptNames assigned in database without core script
2014-12-05 23:55:06 +01:00
Intel
3ec88b7086
Core/Player: Prevent updating visibility if player is not in world. Closes #13659
2014-12-05 23:18:40 +02:00
Nyeriah
d4ad229493
Scripts/Misc: Initialize a couple of fields
...
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903)
2014-12-05 19:15:36 -02:00
Rat
305275e75e
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-05 14:11:08 +01:00
Rat
21aae5b099
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-05 14:10:40 +01:00
Rat
d74b4077c3
Core/Spells: finished implementing talent learning, talent reset, specialization learning
2014-12-05 14:10:02 +01:00
Intel
3a21d41c7c
Core/Items: Fixed Inventory Loading from DB
2014-12-05 01:10:16 +02:00
Intel
0d21ed3f86
Core/Packets: Implemented SMSG_CAST_FAILED and updated SpellCastResult enum
2014-12-05 00:33:21 +02:00
Intel
60a6a8ba44
Core/Spells: Fixed spell powers initialization
2014-12-04 22:53:19 +02:00
Nyeriah
9d138bb468
Scripts/MountHyjal: Update Archimonde's script
...
@todo: instance scripts needs a major clean up
Closes #6471
(cherry picked from commit 09b71ef8bd560166f07273bbf68b62e7d2633b67)
2014-12-04 18:13:17 -02:00
Vincent-Michael
9beb3ca114
Core/DataStores: meh, wrong build -.-
2014-12-04 20:33:15 +01:00
Vincent-Michael
333322fa63
Core/DataStores: Fix startup (meh, @intelz)
2014-12-04 20:10:56 +01:00
Rat
340f725795
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-04 19:30:00 +01:00
Rat
63cbfd867d
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-04 19:24:09 +01:00
Rat
08f486bfcf
Core/Spells: some updates to player spell and talent learning
2014-12-04 19:23:35 +01:00
Gacko
b0a805c031
Core/Game: Add missing default cases in switches
2014-12-02 21:33:29 +01:00