aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-12-19Core/Spells: fixed build and SelectEffectImplicitTargets logicRat
2014-12-19Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
Conflicts: src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19Core/Spells: added .auras command (temp, for easy aura debugging)Rat
2014-12-17Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's auraNyeriah
(cherry picked from commit 37ccea13cbdb78b4c635ea9f3ec718d2e75e3c50)
2014-12-17Scripts/Naxxramas:Nyeriah
* 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-15Scripts/MountHyjal: Kill warningmthsena
(cherry picked from commit 884953942b1281c5d7f53a9c5876bba2222de9fa)
2014-12-15Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss ↵Nyeriah
script to EventMaps/BossAI (cherry picked from commit d417e929307b4db65a89c188b2273199a33d3396)
2014-12-15Scripts/Archimonde: replaced one yell with proper db content and unhacked ↵joschiwald
drain world tree
2014-12-13Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing ↵Nyeriah
and the one after killing Mr. Bigglesworth (cherry picked from commit ee1fa933607342947fa579a02bd135858fd6cf99)
2014-12-12Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after ↵Nyeriah
Gothik's death (cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e
2014-12-07Merge branch '6.x' into SpellsIntel
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-07Core: fixed few coverity issues and warningsjoschiwald
2014-12-05Scripts/Misc: Initialize a couple of fieldsNyeriah
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903)
2014-12-05Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-04Scripts/MountHyjal: Update Archimonde's scriptNyeriah
@todo: instance scripts needs a major clean up Closes #6471 (cherry picked from commit 09b71ef8bd560166f07273bbf68b62e7d2633b67)
2014-12-04Core/Spells: some updates to player spell and talent learningRat
2014-12-01Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-01Core/Spells:Rat
- some work on player starting spells and skills - fixed basic spell learning - fixed some spell related datastore loads
2014-11-30Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird modelsShauren
Closes #13648
2014-11-30Core/Creature: Implemented negative levels for creatures having -1 as expansionKinzcool
2014-11-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-11-28Core/Spells: fixed Script project buildingRat
2014-11-26Core: Use the correct function to convert strings to unsigned longs and ↵Nayd
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-24Core/Spells: core now builds without scripts project, still not stableRat
2014-11-23Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players ↵Nyeriah
are in range (specially during waves) (cherry picked from commit 0a0e9b196fe3e4db0d807beb17d90895c174ce84)
2014-11-23Core/Packets:joschiwald
- 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-21Scripts/SteamVault: Remove non-selectable flag from access panels once their ↵Nyeriah
respective bosses are done (cherry picked from commit e778ee14163a4989b90025f4d83f897a03ae183d)
2014-11-21Scripts/SethekkHalls: fixed Talon King Cofferjoschiwald
(cherry picked from commit 716d1404de9d3a5dd6d3c5945f30f48ac544b10c)
2014-11-17Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for ↵joschiwald
SMSG_CHANNEL_LIST
2014-11-17Core/Packets: Added some chat message packetsIntel
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-16Core/Packets: updated AccountData packetsjoschiwald
2014-11-15Core/DataStores: Updated AreaTable.dbcIntel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2Intel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-14Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handlerIntel
2014-11-12Core/Talents:Intel
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-12Core/World: hold deleted characters in character storejoschiwald
2014-11-12Core/Packets: updated char rename customize and factionchange packetsjoschiwald
2014-11-11Build fixRat
2014-11-11Merge pull request #13529 from Intel/talentsRat
Core/Talents: Update talent system, remove talent points. author: Intel
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476 (cherry picked from commit 3e03e546d3106bf8930e30ab9c2008b0e696e125) Conflicts: sql/base/auth_database.sql src/server/scripts/Commands/cs_modify.cpp
2014-11-10Core/Commands: implement .pvpstats commandDDuarte
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 fd0b96178174e624510a10f5bc27b60af406d901)
2014-11-10Core: Nuke authserverDDuarte
It has been replaced by bnetserver since grunt was deprecated
2014-11-10Core/Talents: Update talent system, remove talent pointsIntel
2014-11-10Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbcRat
Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCStructure.h src/server/game/Events/GameEventMgr.cpp
2014-11-10Warning fixesShauren
2014-11-10Core/DataStores: Updating spells dbc part 2Intel
2014-11-10Core/Commands: Battle.net account command changesShauren
* 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-09Core/DataStores: Updating spells dbc part 1Intel