Subv
|
a511d6e1aa
|
Core/Entities: Intellect no longer affects mana regen
|
2012-08-18 12:09:14 -05:00 |
|
Nay
|
c43bba98a3
|
Core: Fix build and cleanup whitespace and double semicolon
|
2012-08-18 17:56:09 +01:00 |
|
Nay
|
19bafce5b8
|
Core/Vendor: Verify if the player has enough currency when buying items/currency with extendedcost
|
2012-08-18 17:47:27 +01:00 |
|
Nay
|
4e46f7ced6
|
Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Entities/Item/ItemEnchantmentMgr.cpp
src/server/game/Events/GameEventMgr.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Guilds/GuildMgr.cpp
src/server/game/Loot/LootMgr.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/Spells/SpellMgr.cpp
src/server/worldserver/worldserver.conf.dist
|
2012-08-18 17:13:46 +01:00 |
|
Subv
|
0d7b5d07c8
|
Core/Entities: Update attack power calculation based on what's found on the client.
|
2012-08-18 10:54:42 -05:00 |
|
Subv
|
ad01e56363
|
Core/Entities: A little update to the Hp per stamina formula
|
2012-08-18 10:17:51 -05:00 |
|
Subv
|
74620494b9
|
Core/Entities: Update health bonus from stamina to use DBC values
|
2012-08-18 09:55:55 -05:00 |
|
Shauren
|
622f68fd33
|
Core/Auras: Reverted part of f82851a3a8 - that calculation is incorrect
|
2012-08-18 16:50:37 +02:00 |
|
Nay
|
aa5949ff1a
|
Core/Loading: Do not validate fields QuestGiverPortrait nor QuestTurnInPortrait
These fields do not have to exist server-side
|
2012-08-18 15:18:57 +01:00 |
|
Subv
|
c5929fa091
|
Core/Spells: Removed more deprecated spells code
|
2012-08-18 09:17:49 -05:00 |
|
zorix
|
819d79075e
|
Core/Spells: Check for Bane spells should be before check curse because Bane have dispel type Curse
|
2012-08-18 15:43:05 +02:00 |
|
Tuxity
|
60e28bbc34
|
Core/Spells: Fix warlock banes and curses.
|
2012-08-18 12:04:52 +02:00 |
|
Subv
|
b55537e510
|
Core/Spells: Cleanup some old code
|
2012-08-17 21:12:10 -05:00 |
|
Subv
|
7e2c8f5ed9
|
Core/Spells: Fixed some auras
|
2012-08-17 20:57:39 -05:00 |
|
Subv
|
40cfb0fa85
|
Core/Spells: Implemented the haste modifying auras.
|
2012-08-17 18:06:29 -05:00 |
|
Shauren
|
d278fc725f
|
Core/Spells: Fixed scaling spells for lower levels (when cast time scales as well)
|
2012-08-17 20:09:31 +02:00 |
|
Subv
|
19c67af6f5
|
Core/Spells: More spells cleanup
|
2012-08-17 12:24:21 -05:00 |
|
Subv
|
8a27cf327b
|
Core/Spells: Removed more deprecated spells code
|
2012-08-17 09:48:53 -05:00 |
|
Subv
|
a96f695245
|
Core/Spells: Removed some more deprecated spells code
|
2012-08-17 09:01:48 -05:00 |
|
Tuxity
|
b3b10ccb5a
|
Core/Players: Implemented rune regen scaling with haste.
Closes #7413.
|
2012-08-17 14:48:45 +02:00 |
|
Spp
|
9749fe55f8
|
Better way to fix some of the warnings of the previous commit
|
2012-08-17 14:30:10 +02:00 |
|
Spp
|
13aa00d5f2
|
Core/Logging: Restore dumping packets in binary format
|
2012-08-17 10:36:48 +02:00 |
|
Spp
|
77b7933ed3
|
Core/Logging: Restore proper Log Filter to some arena messages
|
2012-08-17 10:31:09 +02:00 |
|
Spp
|
8da0bbdbb3
|
Core: Fix compile (Thanks to Sovak for reporting). Remove many warnings and Fix possible out of bounds access to Void storage
|
2012-08-17 10:25:29 +02:00 |
|
Subv
|
0499123f20
|
Core/Spells: Removed more deprecated spells code
|
2012-08-16 20:51:27 -05:00 |
|
Subv
|
9f989dbcda
|
Core/Spells: More cleanup of deprecated spells code
|
2012-08-16 20:09:15 -05:00 |
|
Shauren
|
1acb3b4f1d
|
Core/Spells: Fixed a mistake in obtaining class for scaling, also fixed crash in feral damage calculations
|
2012-08-17 00:24:50 +02:00 |
|
Greymane
|
00e81cd98a
|
Core/Player: Instead of not saving eclipse power, set it to 0 on player load (shauren's idea, blame him =D)
Signed-off-by: Nay <dnpd.dd@gmail.com>
|
2012-08-16 23:19:47 +01:00 |
|
Shauren
|
f447403f6c
|
Core/Spells: Implemented spell level scaling
|
2012-08-17 00:10:19 +02:00 |
|
Nay
|
69c74bb3c5
|
Core/Logging: Change a few more logging messages to LOG_FILTER_SERVER_LOADING
consistency!
|
2012-08-16 21:37:46 +01:00 |
|
Nay
|
21fb427ffc
|
Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Events/GameEventMgr.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Spells/SpellMgr.cpp
src/server/worldserver/worldserver.conf.dist
|
2012-08-16 20:17:29 +01:00 |
|
Greymane
|
759e73c78f
|
Core/Spells:
* Implemented aura 328 SPELL_AURA_PROC_ON_POWER_AMOUNT.
* Added eclipse power energize handling.
Closes #7417
|
2012-08-16 19:55:01 +01:00 |
|
Shauren
|
43bae31ff8
|
Core/Items: Fixed transmogrifying chest pieces (robe/chest have different inventoryType)
|
2012-08-16 20:11:30 +02:00 |
|
Shauren
|
69469d5295
|
Core/Items: Fixed disenchanting
|
2012-08-16 16:36:23 +02:00 |
|
Shauren
|
c27dfa224d
|
Core/Players: Set PLAYER_PROFESSION_SKILL_LINE_1 fields not only when loading from db
|
2012-08-16 14:59:21 +02:00 |
|
Shauren
|
7cf825ffce
|
Core/Players: Updated size of exploration fields
|
2012-08-16 14:58:55 +02:00 |
|
Shauren
|
21b1b72a6b
|
Scripts/Commands: Fixed remaining crashes caused by removal of dbc locales
|
2012-08-16 13:27:54 +02:00 |
|
Tuxity
|
0187644a83
|
Core/Stats: Correct druid weapon damage formula, and fix a small mistake.
Thx to @cocolino for the help.
|
2012-08-16 13:18:59 +02:00 |
|
Spp
|
a566e3e58b
|
Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING
|
2012-08-16 11:02:46 +02:00 |
|
Nay
|
7dbacc278a
|
Core: Fix build
|
2012-08-16 01:11:16 +01:00 |
|
Nay
|
b651b352ed
|
Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
src/server/game/AI/EventAI/CreatureEventAIMgr.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/World/World.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/worldserver/worldserver.conf.dist
|
2012-08-16 00:36:50 +01:00 |
|
Nay
|
60e608417e
|
Core/Spell: Update some comments in SpellEffect enum
|
2012-08-16 00:29:05 +01:00 |
|
Spp
|
50a271b81f
|
Core/Logging: Remove recently added "outOpCode" with outInfo(LOG_FILTER_OPCODE... (There is no need to create new function)
Also, set config options to behave like old log system by default
|
2012-08-16 01:26:47 +02:00 |
|
Spp
|
3c42401d66
|
Core/Logging: Set config options to behave like old log system.
|
2012-08-16 00:56:58 +02:00 |
|
Spp
|
8a1e7dd070
|
Core/Loading: Re-enable Server loading log
|
2012-08-16 00:23:44 +02:00 |
|
Subv
|
eb3ecac70f
|
Core/Spells: Cleaned up more deprecated spells code
|
2012-08-15 17:22:58 -05:00 |
|
Tuxity
|
e5d43b9c59
|
Core/Stats: Fix a damage bug when you go into a druid's form
|
2012-08-15 22:49:44 +02:00 |
|
Tuxity
|
f82851a3a8
|
Core/Players:
- Power regeneration is now affected by haste. Patch by @Greymane.
- Ticks of DoT and HoT spells are now affected by haste.
|
2012-08-15 22:49:13 +02:00 |
|
Nay
|
ca2bc35713
|
Misc: CRLF to LF, whitespace cleanup and tabs to spaces
|
2012-08-15 21:30:55 +01:00 |
|
Nay
|
ca879e96b0
|
Core/Loading: Fix a field type when loading reputation_spillover_template
Also whitespace cleanup
|
2012-08-15 21:22:29 +01:00 |
|