Commit Graph

4386 Commits

Author SHA1 Message Date
Machiavelli
fe69bd654a Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x
Conflicts:
	src/server/game/Entities/Creature/GossipDef.cpp
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Quests/QuestDef.cpp
2011-12-06 12:01:51 +01:00
Nay
15c24a4e97 Core/Quest: Consistency, god damn..
(RequiredSourceItemIdCount -> RequiredSourceItemCount; quest_template did not change)
2011-12-06 10:56:37 +00:00
Shocker
f43e8a937f Core/Spells: Typo fix in recent commit 2011-12-05 23:11:53 +02:00
Shauren
0cc62432e8 Merge pull request #4196 from kandera/fix_Ravage
Core/Spells: Fix Ravage positioning requirement
2011-12-05 10:36:00 -08:00
Shauren
ea7ec9e7a6 Core/Spells: Fixed resurrection order (teleport, then set alive), fixes aggroing creatures nearby and during The Lich King's outro - players who fell off the platform 2011-12-05 19:25:52 +01:00
kandera
d6f2359e20 Core/Spells: Fix Ravage (was able to attack from any side. now only from back) 2011-12-05 10:20:06 -05:00
Machiavelli
95b422f674 Merge pull request #4095 from Svannon/fix-helboar
Core/Spells: Make Spell 29200 (Purify Helboar Meat) use caster as casting target
2011-12-05 06:52:25 -08:00
Nay
a0226ec5d1 Core/Quests: Fix some variable renaming fails in quest related code
Closes #4183
2011-12-03 21:30:30 +00:00
mns
8f8d45fdaf Fix vmapassembler
Signed-off-by: mns <pgameserver@gmail.com>
2011-12-01 04:19:38 +03:30
kaelima
b0d106944b Core/Misc:
- Add missing spell effects
- One missing area flag
- Added some fields to AreaTableEntry fields that now has previously been empty
(4.2.2)
2011-11-30 21:25:20 +01:00
Nay
e8b51cc25c Core/Packets: Re-add ticket related to opcodes to opcode enum (thanks Fabi for confirming them, I guess);
Add IsValidClass/IsValidRace methods to Player class
2011-11-29 18:45:22 +00:00
Rat
309fd11fb9 Core/MovementHandler: added new packet handler for movement
(it is using 4.2.0 struct so not useable, but can be updated, use it as a base)
2011-11-29 17:57:38 +01:00
Alexander
0cf2f572f5 Merge pull request #4114 from PKX/fix_vigilance 2011-11-29 01:24:43 -08:00
Shauren
a2f6e169e2 Core/DBC: Fixed loading of NameGen.dbc 2011-11-29 10:22:46 +01:00
Manuel Carrasco
e2d303dc26 Core/Packets: Restored functionality of "Randomize" button at character creation. Now it is server-side. 2011-11-28 23:06:50 -03:00
kaelima
36a90f7098 Core/Definies: Updated SharedDefines header with 4.2.2 values
FYI:
BATTLEGROUND_TP = Twin Peaks
BATTLEGROUND_BFG = Battle For Gilneas
2011-11-29 02:27:17 +01:00
Nay
f94730bd93 Core/Misc: Fix "Return to graveyard" button and remove some opcodes that need to be confirmed 2011-11-28 23:41:30 +00:00
kiper
48652b9352 Core/Packets: Add some new opcodes and enable handlers for
some opcodes.
2011-11-28 22:05:43 +00:00
Shocker
e9df08a7c2 Merge pull request #4124 from horn/master
Core/Achievements: Fixed gaining of some battleground achievements
2011-11-28 13:32:40 -08:00
megamage
5b034ee631 Revert 81fea2d7b5. 2011-11-28 14:34:30 -05:00
megamage
1f70fd2851 Delete DynamicObject if AddToMap fails. 2011-11-28 14:19:29 -05:00
megamage
81fea2d7b5 Fix some memory leak from CreateTamedPetFrom. 2011-11-28 14:10:56 -05:00
megamage
529af3cd09 Delete obj if it is not successfully added to grid. More to fix. 2011-11-28 14:05:25 -05:00
megamage
cde7ea260e Make AddToMap return bool. 2011-11-28 13:23:20 -05:00
Nay
1a1cf8d263 Core/GOs: Update gameobject_template and SMSG_GAMEOBJECT_QUERY_RESPONSE 2011-11-28 17:22:21 +00:00
Venugh
e3017f6e2a Core/Player: Correct val in SMSG_POWER_UPDATE. 2011-11-28 17:53:44 +01:00
megamage
49b2407077 Add an ASSERT to find out the reasons of some crashes. 2011-11-28 11:32:52 -05:00
Nay
699574267c Core/Chat: Fix most chat opcodes
TODO: Addon chat handling and some chat types (raid, bg, dnd, afk)
2011-11-28 15:59:49 +00:00
Rat
c1d6359218 Core/Packets: CANCEL_AURA "fix"
-Updates to WorldPacket and MovementInfo
2011-11-28 15:50:25 +01:00
Machiavelli
059d4f52a3 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x 2011-11-28 15:42:32 +01:00
w1sht0l1v3
b8a0d04acc Scripts/Brd: Fix learning of Dark Iron Smelting. 2011-11-28 16:36:43 +02:00
Supabad
86f7f546ec Core/Transports: Fix crash related to Transport 2011-11-28 12:22:45 +01:00
Rat
487da95a92 Core/Packets: added new opcodes for player movement and some others
-enabled some handlers
-temp disabled the movementhandler to prevent spamming bytebuffer exceptions, until correct structure is found
2011-11-28 07:39:21 +01:00
horn
5a4dfbf300 Core/Achievements: Some achievements can now be obtained in random chosen battlegrounds too (not only in specific battlegrounds). Removed unneeded script for Storm Glory achievement.
Signed-off-by: horn <pankrac.ja@seznam.cz>
2011-11-28 00:59:08 +01:00
Nay
6094e11ca5 Merge pull request #4123 from Venugh/4.x
Updated SMSG_FEATURE_SYSTEM_STATUS to 4.2.2 thanks to nay for help.
2011-11-27 14:48:07 -08:00
Venugh
e667c4ab1d Core/Opcode: Fixed SMSG_FEATURE_SYSTEM_STATUS.
thx to nay for help.
2011-11-27 23:42:55 +01:00
kaelima
359a21a553 Core/Protocol: Allow use of a bunch of opcodes
(all structs have been checked)
2011-11-27 23:31:46 +01:00
PKX
01a39f33a3 Removed wrong code 2011-11-27 22:18:20 +01:00
Nay
f28fd90535 Core/Protocol: Two new opcs and re-enable more handlers 2011-11-27 20:39:35 +00:00
Rat
7b5f51b006 Core/Packets: enabled / fixed handlers 2011-11-27 21:20:37 +01:00
Rat
0ffb50fcd2 Core/Packets: corrected error msg 2011-11-27 20:49:07 +01:00
Rat
d27ba7379b Core/Units: SetPower should be signed int 2011-11-27 20:23:48 +01:00
Nay
521df431d2 Core/Protocol: Re enable handlers for some opcodes 2011-11-27 19:03:02 +00:00
Nay
23dae4e6bb Yet another typo in opcodes, failCount++ 2011-11-27 18:23:10 +00:00
Nay
2bd70aae3d Usual fix compile commit 2011-11-27 18:13:00 +00:00
Rat
d977ed01e7 Core/Units: fixed power update
(yes you are now alive ingame)
2011-11-27 19:09:47 +01:00
Nay
a28b5c3a95 Core/Protocol: Few more opcodes from WPP 2011-11-27 18:09:00 +00:00
PKX
64e21f76bb Correction to previous commit 61866831ca
Closes #4100
2011-11-27 18:59:19 +01:00
Manuel Carrasco
df3f11dc80 Scripts/EoE: Malygos does not fly always. 2011-11-27 14:52:28 -03:00
Shauren
6d1c770d8d Cosmetic changes and typo fixes 2011-11-27 17:46:05 +01:00