DDuarte
977592e137
Core/Net: Implement sending guild challenges rewards and counts
...
CMSG_GUILD_REQUEST_CHALLENGE_UPDATE & SMSG_GUILD_CHALLENGE_UPDATED
Partial implementation, guild challenges are not being tracked yet
2014-09-03 01:34:57 +01:00
DDuarte
b4c0d886d8
Core/Net: Fix and enable CMSG_LFG_SET_COMMENT
2014-09-02 23:00:13 +01:00
Vincent-Michael
6ac226f4a9
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-09-02 20:39:27 +02:00
Vincent-Michael
8caad4ba88
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-09-02 19:51:22 +02:00
DDuarte
9c0808e321
Core/Handlers: Fix a typo in previous commit
2014-09-02 18:49:34 +01:00
Vincent-Michael
e449159265
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-09-02 19:46:56 +02:00
DDuarte
09867a10c9
Core/Handlers: Fix two warnings recently introduced
2014-09-02 18:45:22 +01:00
DDuarte
fa5bada453
Core/Net: Correct structure of SMSG_GUILD_CRITERIA_DATA when empty
2014-09-02 18:36:43 +01:00
DDuarte
dc368063c3
Core/Net: Correct structure of SMSG_LF_GUILD_POST_UPDATED
2014-09-02 18:35:18 +01:00
DDuarte
a7545afe57
Core/Net: Enable SMSG_REQUEST_CEMETERY_LIST_RESPONSE since it was already fixed previously
2014-09-02 18:31:47 +01:00
DDuarte
e8bd10c5a2
Core/Net: Fix structure of SMSG_GUILD_ACHIEVEMENT_DATA when there are no achievements to send
2014-09-02 18:31:23 +01:00
Aokromes
e6482508d9
DB/Creature: Revert faction of Fizzle Darkstorm to 3.3.5a
...
He is dead on 4.x and higher. Closes #13015
2014-09-02 07:54:45 +02:00
Nyeriah
5622e2a63e
Core/Spells: Screams of the Dead's (51750) duration shouldn't be affected by diminishing returns
2014-09-01 23:44:33 -03:00
DDuarte
4dbe318194
Core/Player: Fix a typo in the struct of SMSG_REQUEST_PVP_REWARDS_RESPONSE
...
Ref #11552
2014-09-02 03:40:40 +01:00
DDuarte
5e0e2987e2
Core/Channels: Enable SMSG_USERLIST_ADD, _REMOVE and _UPDATE
...
The structures for these are correct and the client still accepts however it seems that these were not used on 4.3.4 retail.
Maybe they got replaced with SMSG_CHANNEL_NOTIFY?
2014-09-02 02:59:56 +01:00
DDuarte
e0f7cd1514
Core/Misc: Send cemetery list when the client requests it
...
Implement CMSG_REQUEST_CEMETERY_LIST & SMSG_REQUEST_CEMETERY_LIST_RESPONSE
Sends up to 15 graveyard ids from the player zone (needs verification, *some* packets were seen with graveyards from the whole continent).
2014-09-02 00:49:17 +01:00
DDuarte
d05246f171
Core/Quests: Always send quest questgivers in HandleQuestNPCQuery
2014-09-01 21:25:54 +01:00
DDuarte
a896a7554f
Core/Quests: Implement CMSG_QUEST_NPC_QUERY and SMSG_QUEST_NPC_QUERY_RESPONSE
...
Plot twist: We don't know what these packets do (but they are used)
2014-09-01 20:03:01 +01:00
DDuarte
c19fcec814
Merge remote-tracking branch 'origin/master' into 4.3.4
2014-09-01 19:13:29 +01:00
DDuarte
5ca5a75d21
Core/Quests: Add methods to get a list of npcs/GOs that end (involved relation) a given a quest
2014-09-01 19:06:28 +01:00
Vincent-Michael
e85f73c816
Core/Spells: Added better log output for "npc_spellclick_spells"
2014-09-01 09:44:29 +02:00
Vincent-Michael
8a97243728
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-09-01 09:19:57 +02:00
Duarte Duarte
c565d8566f
Merge pull request #13004 from Nyeriah/pr-cmd
...
Scripts/Commands: Fix up logic at group join command, so it doesn't retu...
2014-09-01 03:46:30 +01:00
Nyeriah
a151105a69
Scripts/Commands: Fix up logic at group join command, so it doesn't return full group error when it actually isn't full
2014-08-31 23:43:36 -03:00
Dr-J
0332b7dbe0
Remove CPP Script
...
Remove Greatmother Geyah's CPP Script
2014-09-01 03:22:19 +01:00
Dr-J
fe9c376214
DB/Misc Greatmother Geyah
...
Now as have sniffed all the gossip menu ids for this moving script for Greatmother Geyah to db, and the current script started not working correctly sometime ago ie failing to display npc_text (only options)
* Adds all gossip options to db
* SAI to complete both quests from gossip
* Missing npc_texts
2014-09-01 03:19:30 +01:00
DDuarte
d5c0aeaa18
Scripts/Commands: Replace regex usage
...
Sorry for the shitty C code but std::regex is not supported by GCC 4.7 and 4.8
2014-09-01 03:03:26 +01:00
DDuarte
b6493c01ef
Core/Net: "Enable" CMSG_CANCEL_GROWTH_AURA
...
Also fix a typo visibile -> visible in an opcode name
2014-08-31 21:57:51 +01:00
DDuarte
d31782d757
Core/Net: Define and semi-implement SMSG_SET_FACTION_NOT_VISIBILE
2014-08-31 21:53:36 +01:00
DDuarte
8015d86112
Core/Net: Add some (unused?) opcodes from WPP
2014-08-31 21:53:07 +01:00
DDuarte
7f8801dc27
Core/BGs: Set and enable CMSG_BATTLEMASTER_HELLO
2014-08-31 20:33:40 +01:00
jackpoz
dd4dbdcd16
Core/Misc: Refactor scripts to fix static analysis warnings
...
First batch of fixes targeting 100 issues reported by Coverity
2014-08-31 20:42:02 +02:00
joschiwald
681cf8f27c
Core/Scripts: rename files, remove whitespace and some other small changes after recent pull requests
2014-08-31 20:33:46 +02:00
joschiwald
c671b8e04b
Merge pull request #12992 from Nyeriah/patch-uk
...
Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMaps
2014-08-31 20:09:56 +02:00
joschiwald
251e283008
Merge pull request #12978 from Nyeriah/patch-auchi
...
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
2014-08-31 19:58:06 +02:00
Nyeriah
50b8ee22c7
Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMaps
...
* Simplified creature_texts enum that was sort of confusing
* Removed hack to spawn ghosts using the proper spells
2014-08-31 14:56:52 -03:00
Vincent-Michael
cc6ca22fbc
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-08-31 18:38:03 +02:00
Dr-J
9070d433c2
DB/Misc: Random fixes
...
A few random fixes,
* Manaforge Coruu Credit
* Summon time for creatures summoned at at to prevent premature despawn (occured only with tirion on 3rd set of wp)
* Script for Destroy the Forges, closes #12825
2014-08-31 12:39:15 +01:00
Aokromes
0be9565950
Update and rename 2014_08_30_00_world_game_tele.sql to 2014_08_31_00_world_game_tele.sql
2014-08-31 04:34:40 +02:00
Aokromes
27e1a14003
DB/Teleport: Add teleport to jail
2014-08-31 04:33:47 +02:00
Shauren
366d3ba124
Core/PacketIO: Corrected values of a few opcodes
2014-08-31 01:52:31 +02:00
Vincent-Michael
141df45864
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-08-31 01:08:42 +02:00
jackpoz
c5f475c114
Core/AuctionHouse: Fix issues reported by Coverity
2014-08-31 00:33:37 +02:00
Nyeriah
04cfcf523d
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
...
Codestyle
Missing include
2014-08-30 18:43:50 -03:00
Shauren
02e9405e8e
Core/Units: Implemented animkit support
2014-08-30 21:09:46 +02:00
Dr-J
e74f311d1f
DB/Misc: Argent Tournament Scripts
...
Scripts Hourly Events for
* Tirion welcoming King Varian Wrynn and Lady Jaina Proudmore at 00:10 each hour
* Tirion welcoming Thrall and Garrosh Hellscream at 00:55 each hour
* Tirions speech to combatants at 00:40 each hour
OOC texts for Broxel Goldgrasp
Quest complete script for the seers crystal
2014-08-30 15:58:07 +01:00
Vincent-Michael
56e0459b07
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-08-30 16:36:24 +02:00
DDuarte
2086ba46cf
Scripts/Commands: Add optional reason to server shutdown/restart commands
...
Display a "reason" ingame in the server shutdown ingame messages
Fix multiple typos in the .server idlerestart/idleshutdown/restart/shutdown commands
Closes #2671
2014-08-30 14:07:52 +01:00
Aokromes
6a8e935e31
DB/Creature: Remove startup error
...
Closes #12980
2014-08-30 10:10:47 +02:00
Vincent-Michael
f89739dab5
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-08-30 05:03:47 +02:00