Rat
b91ac01bc7
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-01 21:09:23 +01:00
Rat
16219b483d
Core/Spells:
...
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
2014-12-01 20:44:06 +01:00
Shauren
70e0e1fb5b
Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models
...
Closes #13648
2014-11-30 19:09:26 +01:00
Kinzcool
e3b23c2513
Core/Creature: Implemented negative levels for creatures having -1 as expansion
2014-11-30 03:45:48 -05:00
Rat
eda9094226
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-11-29 14:52:53 +01:00
Rat
ce5b683a07
Core/Spells: fixed Script project building
2014-11-28 14:00:50 +01:00
Nayd
a1d4c9f9dc
Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
...
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493
Fixes #13493
Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
2014-11-26 02:12:38 +00:00
Rat
2144d6c851
Core/Spells: core now builds without scripts project, still not stable
2014-11-24 18:57:49 +01:00
Nyeriah
3258818414
Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
...
(specially during waves)
(cherry picked from commit 0a0e9b196f )
2014-11-23 03:28:59 -02:00
joschiwald
7f96163c94
Core/Packets:
...
- updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT
- updated CMSG_SET_SELECTION
- updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET)
- fixed null guid in EquipmentSetList
- fixed struct of MonsterMove
2014-11-23 04:25:47 +01:00
Nyeriah
7713c893a8
Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done
...
(cherry picked from commit e778ee1416 )
2014-11-21 15:57:24 -02:00
joschiwald
c7a0cc02f6
Scripts/SethekkHalls: fixed Talon King Coffer
...
(cherry picked from commit 716d1404de )
2014-11-21 01:14:53 +01:00
joschiwald
da37723b5f
Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for SMSG_CHANNEL_LIST
2014-11-17 18:21:41 +01:00
Intel
218f14f84b
Core/Packets: Added some chat message packets
2014-11-17 00:08:38 +02:00
Rat
588143b9b6
Core/Spells: Spell system updates (don't even try to compile this)
2014-11-16 14:20:01 +01:00
joschiwald
d55c0cbf3a
Core/Packets: updated AccountData packets
2014-11-16 06:08:46 +01:00
Intel
b5236a6cdc
Core/DataStores: Updated AreaTable.dbc
...
Signed-off-by: Nayd <dnpd.dd@gmail.com >
2014-11-15 04:27:35 +00:00
Intel
fa0983dfa3
Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2
...
Signed-off-by: Nayd <dnpd.dd@gmail.com >
2014-11-15 04:27:34 +00:00
Intel
b08b54c8bb
Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler
2014-11-14 01:55:29 +00: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
joschiwald
620f23d9dc
Core/World: hold deleted characters in character store
2014-11-12 19:16:14 +01:00
joschiwald
f4926e0a8c
Core/Packets: updated char rename customize and factionchange packets
2014-11-12 16:36:05 +01:00
Rat
5b8b310bec
Build fix
2014-11-11 18:27:58 +01:00
Rat
1918a3be6a
Merge pull request #13529 from Intel/talents
...
Core/Talents: Update talent system, remove talent points. author: Intel
2014-11-11 16:22:31 +01:00
Heihachi
87fb23d8ab
Scripts/Commands: mod xp command
...
Closes #13476
(cherry picked from commit 3e03e546d3 )
Conflicts:
sql/base/auth_database.sql
src/server/scripts/Commands/cs_modify.cpp
2014-11-11 00:58:13 +00: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
DDuarte
90c53e8c84
Core: Nuke authserver
...
It has been replaced by bnetserver since grunt was deprecated
2014-11-10 20:57:39 +00:00
Intel
24850994b4
Core/Talents: Update talent system, remove talent points
2014-11-10 21:09:18 +02:00
Rat
ac0ff1fc9b
Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbc
...
Conflicts:
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/Events/GameEventMgr.cpp
2014-11-10 15:18:01 +01:00
Shauren
e52357eb45
Warning fixes
2014-11-10 09:26:01 +01:00
Intel
43d5fb5eae
Core/DataStores: Updating spells dbc part 2
2014-11-10 02:51:55 +02: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
Intel
f847f55385
Core/DataStores: Updating spells dbc part 1
2014-11-09 23:53:48 +02:00
Intel
2a4f56107f
Core/DataStores: Even more converted dbcs
2014-11-09 02:51:35 +02:00
Bernd Lörwald
fbfb294888
Core: Fix non-pch build
2014-11-08 20:47:20 +00:00
Intel
b0f898ea8e
Core/DataStores: Updated item dbcs
2014-11-08 21:58:26 +02:00
treak
aa5a002180
Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"
...
Signed-off-by: treak <goodfeelingzzz@gmail.com >
(cherry picked from commit 341e374c72 )
Conflicts:
src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp
Codestyle
(cherry picked from commit 3530b938a8 )
2014-11-08 19:53:11 +00:00
Mihapro
e5e8da85a1
Scripts/Instance: The Stonecore
...
(cherry picked from commit 50bf6cad6a )
2014-11-08 19:30:51 +00:00
Intel
4e684f74a8
Core/DataStores: Updated DungeonEncounter.dbc, DurabilityCosts.dbc, DurabilityQuality.dbc, EmotesEntry.dbc, EmotesText.dbc, Faction.dbc, FactionTemplate.dbc structs
2014-11-08 19:26:20 +02:00
Intel
4fc832c099
Core/DataStores: Updated CreatureFamily.dbc, CreatureModelData.dbc, CreatureSpellData.dbc, CreatureType.dbc, CurrencyTypes.dbc, DestructibleModelData.dbc structs
2014-11-08 16:55:02 +02:00
joschiwald
f8e935a0b7
Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, SMSG_CLIENTCACHE_VERSION, SMSG_MOTD
2014-11-08 02:55:45 +01:00
Intel
7c72f27b7c
Core/DataStores: Updated ChatChannels.dbc, ChrClasses.dbc, ChrRaces.dbc structs
2014-11-07 17:39:16 +02:00
Intel
e289335e0a
Core/DataStores: Updated BattlemasterList.dbc, CharStartOutfit.dbc, CharTitle.dbc structs
2014-11-07 14:32:47 +02:00
Intel
4123e27a66
Core/DataStores: Fixed name consistency and improved coords handling
2014-11-07 13:53:25 +02:00
Nyeriah
f1b163793d
Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
...
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
(cherry picked from commit 9838cbda1a )
2014-11-06 22:19:43 -02:00
Intel
5f2b5a325b
Core/DataStores: Updated AreaTrigger.dbc struct
2014-11-06 01:13:06 +02:00
Intel
e1cb43e831
Core/DataStores: Fixed build after rename
2014-11-05 23:33:56 +02:00
Shauren
4e61b416d8
Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMES
2014-11-04 00:01:09 +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
Kinzcool
b377527264
Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbc
2014-11-02 11:53:45 -05:00