Commit Graph

24343 Commits

Author SHA1 Message Date
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
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
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
joschiwald
831a6603d4 Core/Battleground/AV: convert trinity_strings to proper creature_text
Closes #12861
2014-08-30 03:34:35 +02:00
Duarte Duarte
bcb2b2f6bf Merge pull request #12958 from Nyeriah/patch-ir
Core/Player: Implement a method to send out the Postmaster's item retrie...
2014-08-29 23:49:53 +01:00
Warpten
39e4a88352 Merge pull request #12926 from mik1893/LOSonTriggered
Core/Spell: Triggered spells now inherit LOS checking from their triggering spell
2014-08-30 00:27:11 +02:00
Duarte Duarte
abc0380e7f Merge pull request #12953 from Golrag/master
Scripts/ICC: Fix Mutated Plague.

Closes #12492
2014-08-29 23:23:53 +01:00
Duarte Duarte
aeae32089a Rename 2014_08_29_07_world_creature_template.sql to 2014_08_29_07_world_creature_template_335.sql
This one should not be in the 4.3.4 DB, the factions might exist there since the source of this data was taken from recent patches.
2014-08-29 22:07:33 +01:00
DDuarte
96cfdcce9d DB/NPCs: Revert some recent faction changes
These factions do not exist in 3.x dbcs and might have changed in >4.x
2014-08-29 22:02:07 +01:00
Golrag
96ba36b9ce Scripts/ICC: Fix Mutated Plague. 2014-08-29 22:26:41 +02:00
Vincent-Michael
1dc8a219a3 scripts/Commands: Sync with 4.3.4 branch (meh nayd) 2014-08-29 21:40:07 +02:00
DDuarte
730136ab4f DB/NPCs: Update factions of wrong difficulty entries 2014-08-29 20:30:18 +01:00
DDuarte
bd9d3dedef DB/NPCs: Multiple updates to faction 2014-08-29 20:23:24 +01:00
Vincent-Michael
06daf22e1e Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Battlegrounds/Battleground.cpp
	src/server/scripts/Commands/cs_guild.cpp
2014-08-29 21:18:23 +02:00
Shauren
f5115328c5 Merge pull request #12970 from Golrag/marrowgar
Scripts/ICC: Fixed Impale (Lord Marrowgar)
2014-08-29 21:12:17 +02:00
Vincent-Michael
e8d0de6778 Scripts/Commands: Added for guild info guild level output 2014-08-29 21:09:06 +02:00
Shauren
9597b1526c Core/NetworkIO: Fixed one source of UNKNOWN_OPCODE 2014-08-29 19:01:00 +02:00
Golrag
6658d41575 Scripts/ICC: Fixed Impale (Lord Marrowgar) 2014-08-29 19:00:11 +02:00
joschiwald
01380c66bf Core/Misc: some random changes after recent pull requests 2014-08-29 17:46:55 +02:00
Duarte Duarte
88809359e7 Merge pull request #12967 from ShinDarth/PvPstats
Core/BG: use UInt64 instead of Int64 for UNSIGNED BIG INT field + clean
2014-08-29 16:20:03 +01:00
ShinDarth
f3f6071797 Core/BG: prevent possible overflow + clean 2014-08-29 17:16:11 +02:00
Warpten
76943f738e Merge pull request #12963 from ShinDarth/PvPstats
Core/BG: use GetTypeID(true) instead of GetTypeID()
2014-08-29 15:34:56 +02:00
Duarte Duarte
743088d683 Merge pull request #12959 from Nyeriah/patch-qf
Core/Player: Already complete quests shouldn't turn failed
2014-08-29 14:09:13 +01:00
ShinDarth
1b7a9d5bfb Core/BG: use GetTypeID(true) instead of GetTypeID() to fetch the correct type even if it's a RGB 2014-08-29 13:33:12 +02:00
Aokromes
fb4a8afa12 DB/Creature: Fix even more factions
(This also fixes 4.3.4 startup errors)
2014-08-29 13:32:38 +02:00
Aokromes
6489e71328 DB/Creature: Fix more factions
(Fixes also 4.3.4 database startup errors)
2014-08-29 13:17:57 +02:00
Nyeriah
c0697c7726 Core/Player: Already complete quests shouldn't turn failed
Core/Player: Already complete quests shouldn't turn failed

Core/Player: Already complete quests shouldn't turn failed
2014-08-29 05:13:16 -03:00
Aokromes
f2210e4966 DB/Creature: Add trigger and civilian flags to the other difficulty entries of the Soul Consumption trigger
By Nyeriah, closes #12957
2014-08-29 09:46:05 +02:00
Nyeriah
9f606f74a3 Core/Player: Implement a method to send out the Postmaster's item retrieval mails as it seems to be used in multiple places and also send disenchant roll result as a mail if the player's inventory is full 2014-08-29 02:53:30 -03:00
Vincent-Michael
9cb92f93aa Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	sql/base/auth_database.sql
	src/server/game/Entities/Player/Player.cpp
2014-08-29 06:24:08 +02:00
Duarte Duarte
662ab6d3b9 Merge pull request #12952 from Nyeriah/patch-dfq
Core/Player: Dungeon Finder quests don't follow the same rule as repeata...
2014-08-29 02:23:14 +01:00
Aokromes
33d09e35ca DB/Creature: Fix more factions 2014-08-29 03:13:11 +02:00
Nyeriah
cbad3b1cb8 Core/Player: Dungeon Finder quests don't follow the same rule as repeatable quests, they should award experience every time they're rewarded 2014-08-28 21:40:27 -03:00
Duarte Duarte
b20b6dedf9 Merge pull request #12951 from Nyeriah/patch-dfq
Core/Players: Dungeon Finder quest rewards should be sent as a mail if t...
2014-08-29 01:22:14 +01:00
Nyeriah
01f9acda10 Core/Players: Dungeon Finder quest rewards should be sent as a mail if the player's inventory happens to be full
Thanks @dr-j for the sniffed texts
2014-08-28 21:02:04 -03:00
DDuarte
82f67fd09b DB/Commands: Fix a typo in help text of .guild info 2014-08-28 23:59:58 +01:00