Shauren
89007ac1d0
Core/Players: Updated trading
...
* Use special Uniq ObjectGuid::TradeItem for enchanting trade items
* Added additional validation of trade state
* Fixed an ancient bug in trade display causing pending enchantment to never update clientside if too many operations were done in a trading session
2015-04-04 00:07:16 +02:00
Vincent-Michael
c26dbb786a
Core/Enum: Update ResponseCodes for 6.1.2
2015-03-29 06:12:23 +02:00
Rat
ee3a111756
Core/Spells: updated spelleffect, auraeffect, spelltarget enums to 6.1, should fix most of the spell crashes
2015-03-21 21:54:56 +01:00
ariel-
b3a279b6ab
Split up LANG_MAP_POSITION to fix a crash when issuing .gps command
...
Conflicts:
src/server/game/Miscellaneous/Language.h
(cherry picked from commit 461daadcaf )
2015-03-19 11:14:02 +01:00
Vincent-Michael
6dd6fa04ef
Core/Enums: Update ResponseCodes for 6.1.0
2015-03-15 13:06:09 +01:00
Carbenium
37a14bc2d5
Core/Support: Update the support/ticket system to 6.x
...
Core/Mail: fix a logic error introduced in 829e11b662
2015-03-10 21:09:21 +01:00
Shauren
e15ba34444
Core/Misc: Cleaned up data truncation warnings
2015-03-08 22:04:34 +01:00
Vincent-Michael
efc77f455c
Core/Spells: Update SpellCastResult for 6.1.0
2015-03-01 05:13:47 +01:00
joschiwald
e01bb91887
Core/Packets: updated some contactlist packets
2015-02-08 02:51:49 +01:00
Shauren
6d70acbbd6
Core/Spells: Renamed SPELL_ATTR4_TRIGGERED to SPELL_ATTR4_CAN_CAST_WHILE_CASTING and adjusted trigger flags accordingly
2015-01-31 19:52:36 +01:00
Shauren
3f28fd304d
Core/Spells: Reimplemented automatic spell learning
...
* Fixed learning/unlearning talents
2015-01-30 23:58:16 +01:00
Duarte Duarte
b9e435631d
Merge pull request #13907 from Aaron126/diminishing_returns
...
Core/Spells: Update DR's for WoD
2015-01-26 20:27:53 +00:00
joschiwald
fd6668d17a
Core/NetworkIO: sync opcode values with wpp and removed duplicate ones
2015-01-18 23:56:01 +01:00
Aaron126
f0e5c8b78f
Core/Spells: Update DR's for WoD
...
thx @fatalaim for doing some of the spells
2015-01-17 15:04:31 -06:00
Kinzcool
dfa0f2a253
Core/Misc: Made GetExpansionForLevel return current expansion for all creatures higher than the last one
2015-01-17 14:37:42 -05:00
Kinzcool
0425ab2047
Core/Misc: Readded a rounding that vanished
2015-01-16 22:21:50 -05:00
Kinzcool
b21c346658
Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExperience.dbc
...
* Updated the xp formula to Warlords of Draenor
2015-01-16 21:46:00 -05:00
Shocker
a40afd9e60
Core/Spells: Define some new spell effects
2015-01-05 14:58:17 +02:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
Intel
0a7caf5a6d
Core/Quests: Do not rely on StorageIndex for quest objectives
...
Also fixed unsigned columns in quest_template
2014-12-29 20:58:49 +02:00
Intel
df2c6cf40c
Core/SharedDefines: Updated Unit Dyn Flag Name
2014-12-29 14:06:40 +02:00
Intel
48f8282ed2
Core/SharedDefines: My math skills are over 9000
2014-12-29 03:15:23 +02:00
Intel
821e253460
Core/Loot: Implemented CMSG_LOOT packet
...
Updated Object Dynamic Flags
Cleaned up obsolete code
Sorted packet struct alphabetically
2014-12-29 03:05:17 +02:00
Intel
a782515246
Core/Quests: Updated Quest System to new Format
...
All quest requirements are now in quest_objectives table
quest_template table contains _ONLY_ WDB data and must not be modified
Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
2014-12-28 22:55:53 +02: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
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
Intel
0d21ed3f86
Core/Packets: Implemented SMSG_CAST_FAILED and updated SpellCastResult enum
2014-12-05 00:33:21 +02:00
Rat
065e1ec3cd
Core/Spells: some work on auras and packets
2014-11-30 15:37:11 +01:00
Rat
eda9094226
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-11-29 14:52:53 +01:00
Intel
dbb102e647
Core/Packets: Added most of the chat packets
2014-11-17 20:49:15 +02:00
Intel
2580e7e30b
Core/Packets: Added SMSG_NEW_WORLD and CMSG_MOVE_WORLDPORT_ACK
...
Also fixed wrong glyph index define
2014-11-17 02:36:53 +02:00
Intel
218f14f84b
Core/Packets: Added some chat message packets
2014-11-17 00:08:38 +02:00
Kinzcool
350373d980
DB/Models: Updated creatures' model data up to 6.0.3.19057
2014-11-16 16:17:29 -05:00
Rat
588143b9b6
Core/Spells: Spell system updates (don't even try to compile this)
2014-11-16 14:20:01 +01:00
Intel
3bd83ff164
Core/Packets: Added SMSG_SET_SPECIALIZATION
2014-11-16 00:05:42 +02:00
Intel
da52c8d54e
Core/Talents:
...
Fixed SMSG_TALENTS_INFO packet
Fixed talents saving to DB
Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM)
Enabled loading of MinorTalent.dbc (will be used later)
Added additional specialization check in LearnTalent
2014-11-12 21:43:48 +02:00
DDuarte
9c55d9fdeb
Core/Commands: implement .pvpstats command
...
Shows number of battleground victories in the last 7 days
Closes #13460
Conflicts:
sql/base/auth_database.sql
sql/updates/auth/2014_11_10_00_auth.sql
src/server/game/Accounts/RBAC.h
(cherry picked from commit fd0b961781 )
2014-11-10 23:10:02 +00:00
Shauren
0c27ffaa49
Core/Commands: Battle.net account command changes
...
* All commands renamed from "battlenetaccount" to "bnetaccount"
* bnetaccount create now also creates and links initial game account
* Added new commands bnetaccount link/unlink to manage relations between existing accounts
2014-11-10 01:19:24 +01:00
joschiwald
52bd9a771e
Core/NetworkIO: implemented undelete opcodes and moved char create/delete packets to new packet classes
2014-11-03 19:11:14 +01:00
joschiwald
310c33d96f
Core/NetworkIO: update SMSG_CHAR_ENUM and CMSG_PLAYER_LOGIN
2014-10-31 14:47:56 +01:00
Shauren
785f0bf5c0
Core/GameObjects: Updated GameObjectTemplate data structure
2014-10-30 20:02:42 +01:00
DDuarte
7dc4b7e6f8
Core/Defines: Add CLASS_MONK to CLASSMASK_ALL_PLAYABLE
...
Closes #13469
Thanks @Noffear
2014-10-27 22:48:27 +00:00
Shauren
457c93bc4b
Tools/Extractors: Updated vmap_extractor for 6.0.2
2014-10-19 14:02:08 +02:00
DDuarte
98f98fa17f
Merge remote-tracking branch 'origin/4.3.4' into 6.x
2014-10-19 00:23:18 +01:00
DDuarte
5bf55eacfd
Merge remote-tracking branch 'origin/3.3.5' into 4.3.4
...
Conflicts:
sql/base/auth_database.sql
src/server/game/Instances/InstanceScript.h
src/server/scripts/Northrend/isle_of_conquest.cpp
src/server/shared/Database/Implementation/LoginDatabase.cpp
src/server/shared/Database/Implementation/LoginDatabase.h
2014-10-19 00:18:06 +01:00
Heihachi
15a9c6729e
Scripts/Commands: Implement mutehistory command for GM's with requested improvements
...
Closes #13350
2014-10-18 23:34:18 +01:00
Nyeriah
2f016098c2
Scripts/Commands: Implement commands to set and get boss states during run time
...
Closes #13186
2014-10-18 22:05:04 +01:00
Kinzcool
bc97908822
Core/Defines: Updated some enums to build 6.0.2.18988
...
* Fixed build
2014-10-06 18:37:38 -04:00
DDuarte
9d798428f0
Core/Defines: Corrections to d09eb799da
2014-10-06 21:32:27 +01:00
DDuarte
d09eb799da
Core/Defines: Update some enums to 6.0
...
ContentLevels, Expansions, Races, Powers, Languages, SpellCastResult, GameobjectTypes,
TextEmotes, Emotes, Anim, LockType, CreatureType, CreatureFamily, Holidays, QuestType,
QuestSort, SkillType, TotemCategory and BattlegroundTypeId
2014-10-06 20:21:17 +01:00