aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-05-21Scripts/Icecrown Citadel: Fixed Ice Tomb during phase 3 of Sindragosa encounterShauren
2015-05-20Fix non pch build.Gacko
2015-05-20Scripts/Commands: Fix LANG_PINFO_MUTED in HandlePInfoCommandCarbenium
Closes #14560 Thanks @Mack36
2015-05-20Scripts: Shattered Halls: Revamped instance script, support for quests ↵arks
10884, 9524, 9525 (cherry picked from commit e1ae2fa8ba586df6b0573676256ada9d3623699e)
2015-05-20Scripts/Icecrown: Move Squire David to SmartAICarbenium
(cherry picked from commit 64bed16a5761ee98da5386575ae39f237a8721d3) Conflicts: src/server/game/Spells/SpellMgr.cpp
2015-05-19Merge pull request #14710 from et65/6.xDuarte Duarte
Core/PacketsIO: Implemented or updated most of party related packets.
2015-05-19Fix warnings and non pch build.Gacko
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
Packets updated or implemented : - SMSG_INSTANCE_INFO : updated - CMSG_SAVE_CUF_PROFILES : updated - SMSG_LOAD_CUF_PROFILES : updated - SMSG_PARTY_COMMAND_RESULT : updated - CMSG_PARTY_INVITE : updated - SMSG_PARTY_INVITE : updated - CMSG_PARTY_INVITE_RESPONSE : updated - CMSG_PARTY_UNINVITE : updated - SMSG_GROUP_UNINVITE : updated - CMSG_LEAVE_GROUP : updated - SMSG_GROUP_DECLINE : updated - SMSG_GROUP_DESTROYED : updated - CMSG_MINIMAP_PING : updated - SMSG_MINIMAP_PING : updated - CMSG_CONVERT_RAID : updated - CMSG_SET_EVERYONE_IS_ASSISTANT - CMSG_DO_READY_CHECK : updated - CMSG_READY_CHECK_RESPONSE : updated - SMSG_READY_CHECK_COMPLETED : updated - SMSG_READY_CHECK_RESPONSE : updated - SMSG_READY_CHECK_STARTED : updated - CMSG_REQUEST_PARTY_JOIN_UPDATES : implemented (source : sniffs) - CMSG_REQUEST_PARTY_MEMBER_STATE : updated - SMSG_PARTY_MEMBER_STATE : updated - SMSG_PARTY_UPDATE : updated - CMSG_REQUEST_RAID_INFO : updated - CMSG_INITIATE_ROLE_POLL : updated - SMSG_ROLE_POLL_INFORM : updated - CMSG_SET_ROLE : updated - SMSG_ROLE_CHANGED_INFORM : updated - CMSG_CHANGE_SUB_GROUP : updated - CMSG_SWAP_SUB_GROUPS : implemented - CMSG_SET_ASSISTANT_LEADER : updated - CMSG_SET_PARTY_LEADER : updated - SMSG_GROUP_NEW_LEADER : updated - CMSG_CLEAR_RAID_MARKER : implemented - SMSG_RAID_MARKERS_CHANGED : implemented - CMSG_UPDATE_RAID_TARGET : updated - SMSG_SEND_RAID_TARGET_UPDATE_ALL : updated - SMSG_SEND_RAID_TARGET_UPDATE_SINGLE : updated - CMSG_OPT_OUT_OF_LOOT : updated - CMSG_SET_LOOT_METHOD : updated About group update flags: - Not sure they are use for now. - Pets now have their group update flags. - Pets'power is no send to client anymore. - Changes about them are inspired from SMSG_PARTY_MEMBER_STATS parsing of WowPacketParser, but it seems this packet is not use anymore. CHAT_MSG_RAID has been fixed. About Ready check: - Correctly implemented this function. - An update function has been added to Group class, and to GroupMgr class in order to manage the ready check expiration (when 35 seconds were gone, players who have not answered must be reported as AFK) About Raid markers: - Old spell effect SPELL_EFFECT_SUMMON_OBJECT_SLOT3 has been renamed to SPELL_EFFECT_CHANGE_RAID_MARKER and implemented. I'm sure about that because raid markers spells are the only spells that have this effect type. Source: WowPacketParser, and sniffs from official.
2015-05-16Core/Commands: Fixed .gobject add commandShauren
2015-05-15Core: Fix buildVincent-Michael
2015-05-15Scripts/RubySanctum: Fix a mathematical mistake.Warpten
SQL: Do not use MAX(Id), hardcode it.
2015-05-15Scripts/RubySanctum: Updates to Halion.Warpten
* Fixed Living Embers not spawning. * Meteor Strike is now randomized.
2015-05-12Scripts/Ulduar: Fix a couple of issues with Flame Leviathan's towersNyeriah
* Fix tower count being set to 0 once the first tower is destroyed due to bad logic * Prevent towers from reducing counter twice (caused by event being sent twice by the gameobject when destroyed) (cherry picked from commit da74aa526a30a1312abd071d3c6906907c6f0d2c)
2015-05-08Core/Misc: Fixed wrong references to ZoneName instead of using AreaName_langKinzcool
2015-05-05Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵Nyeriah
after Malygos' demise (cherry picked from commit 2d349da2acb5bbedf74ad622679560ad535a58cd)
2015-05-04Core/Creatures: Extended npcflags to uint64Shauren
2015-05-02Core/PacketIO: Updated and enabled SMSG_CHAT_SERVER_MESSAGEVincent-Michael
2015-05-02DB/World: Update quest template for 6.1.2 19865 part 7Vincent-Michael
2015-05-02Core/Quest: Added new error log for load quest_poiVincent-Michael
2015-05-02Core/Commands: Added .go quest command to teleport your character to first ↵Vincent-Michael
quest poi
2015-04-28Core/Entities: Reworked guid scopesShauren
* Added ObjectGuid traits to easily access whether guid type can be generated globally (ObjectMgr) or not * This adds separate (per map) guid sequences depending on object type * Ported map object container from cmangos/mangos-wotlk@a2d396eb0bb195efc460944dd4e0fab2a858b300 * Added type container visitor for TypeUnorderedMapContainer * Implemented helper function to erase unique pairs from multimap containers * Moved object storage of all objects except players and transports to map level * Added containers linking database spawn id with creature/gameobject in world * Renamed DBTableGuid to spawnId * Added a separate spawn id sequence generator for creatures and gameobjects - this will be used in db tables * Moved building SMSG_UPDATE_OBJECT - updatefields changes broadcast to map update
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and ↵Shauren
flag96 were used in together the result was always a bool instead of expected flag result due to implicit boolean conversion
2015-04-24Scripts/Stonecore: Slight correction to last commitNyeriah
(...a forgotten save)
2015-04-24Scripts/Stonecore: Prevent Slabhide from dying during air phasesNyeriah
2015-04-24Scripts/HallsOfStone: Set the Tribunal of Ages encounter state to ↵Nyeriah
IN_PROGRESS once it starts, instead of when Brann's escort starts (cherry picked from commit 335cceb26e806feb9601537b2f15f52a115e0826)
2015-04-24Scripts/HallsOfStone: Brann Spankin' New achievement should only fail if ↵Nyeriah
damage is taken during event (cherry picked from commit 6645af4b3cdea42770ae94e2b44b41650ef7d20b)
2015-04-23Core/Items: Fixed applying heirloom stats during loginShauren
Closes #14196 Closes #14476
2015-04-21Core/Support:Carbenium
* Ticket status (viewed by GM, escalated) is now displayed correctly * Fixed packet structure of CMSG_GM_TICKET_CREATE * Use proper enum values (from client)
2015-04-21Core/Player: Added character templatesCarbenium
* Characters with predefined levels can be created * Avaiable factions and classes can be configured * Valid values for `factionGroup` in table `character_template_class` are 3 (Alliance) or 5 (Horde) * Added new permission RBAC_PERM_USE_CHARACTER_TEMPLATES - has to be set, to allow the usage of the templates Closes #13952
2015-04-19Core/PacketIO: Updated and enabled CMSG_SPIRIT_HEALER_ACTIVATE / ↵Vincent-Michael
SMSG_SPIRIT_HEALER_CONFIRM for WoD
2015-04-18Scripts/CoS: Chrono Lord Epoch converted to BossAIMitchesD
2015-04-18Core/AreaTrigger: Added 'bool entered' to OnTriggerGolrag
2015-04-17Core/PacketIO: SMSG_PLAY_SOUNDGolrag
2015-04-14Merge pull request #14540 from tkrokli/npc_mootoo_the_youngerDuarte Duarte
Fix $n bug in NPC text for quest 11664 Escaping the Mist (cherry picked from commit c9e699961e37678b4da5ed6a8b396d72d90af883)
2015-04-14Merge pull request #14530 from Exodius/bloodmaul_brutesAokromes
Core/Scripts: Remove Bloodmaul Brutes script (cherry picked from commit ca67cc8f6b1f0d16bb3c4c66343dc305b9f78acc)
2015-04-14Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
(cherry picked from commit 79696e08718ea74c8063fdc13624560f4bd3118f) Conflicts: src/server/scripts/Commands/cs_account.cpp
2015-04-14Core/Scripts: Remove The Thunderspike scriptNick
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073 (cherry picked from commit 77eb89157b85ff79d049b77f5c8bc35119c6ee41)
2015-04-14Scripts/Kalimdor: Ashenvale - add missing enumAokromes
(cherry picked from commit 16481d17aacfd9e866615212df11ddcdcf1fc2e4)
2015-04-14Scripts/Kalimdor: Ashenvale - Remove Torek C++ ScriptRushor
(cherry picked from commit f49a1b0f1fb7423466e5773eb29c77b2ebf26fc0)
2015-04-14[Quest] Kodo Rounduptkrokli
by @pete318, closes #12811 Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace: - removes combat status from creature 11627, Tamed Kodo - sets normal walking speed as the creature's follow speed - makes the Tamed Kodo stop at Scrabblescrew's Camp - enables quest objective count 0/5 -> 5/5, quest complete - SQL (by @tkrokli) links the missing gossip text in the DB (cherry picked from commit 1c8486e1a84c2d1ed4355d680418a3a2e73e37dd)
2015-04-14Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8 (cherry picked from commit b804539f9be34f521c048620da78f604868f28f8) Conflicts: src/server/scripts/Outland/zone_shadowmoon_valley.cpp
2015-04-14Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
(cherry picked from commit de1cbf716db6a389f95cf5b9c790ec956d24aab0)
2015-04-14Core/Dungeon Finder: Restore ".lfg queue debug" logging additional informationjackpoz
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work). (cherry picked from commit be9294dc098029c62003d3e19e0c2a29a7c738f7)
2015-04-12Core/Chat: Implemented instance chat typeShauren
2015-04-11Core/Misc:Vincent-Michael
- Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database
2015-04-10Core/Misc:Vincent-Michael
- Update LocaleConstant enum - Update Quest locale system for WoD - Fix some rnd typo in quest template
2015-04-10Core/Scenes: implemented some scene related packets for debug purposesRat
* small cleanup
2015-04-08Core/Scenes: added .debug send playscene command for testing purposesRat
2015-04-08Core: Whitespace cleanupVincent-Michael
2015-04-06Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and ↵Shauren
SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA * Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK