Commit Graph

12205 Commits

Author SHA1 Message Date
Nay
ba45ff0c61 Core/Player: Fix and enable SMSG_LEVELUP_INFO
+ 2 new opcodes by Kaelima
2012-01-12 17:15:27 +00:00
Gyx
bb35989a7e Core/Loot: "Fix" SMSG_LOOT_RESPONSE
Closes #4768
2012-01-12 17:12:01 +00:00
Rat
629694cbad Core: Some opcodes + handler fixes + cleanup 2012-01-12 17:59:03 +01:00
Gyx
28a80eb0a6 Core/Misc:
- 41 talents points instead of 71.
- Add baseGain formula for 81-85.
- Drop RACE_GILNEAN.
- Add language for WORGEN & GOBLIN.
- Rename SKILL_LANG_GILNEAN to SKILL_LANG_WORGEN.
2012-01-12 15:07:06 +00:00
Gyx
12e879c5b8 Core/Opcodes: Few opcodes from WPP
+ Some random cleanup
2012-01-12 14:59:40 +00:00
Gyx
a7923ae20f Core/Spells: Enable and "fix" SMSG_SPELLDAMAGESHIELD 2012-01-12 14:40:01 +00:00
Rat
01e515d94b Core/Spells: fixed SMSG_SET_FLAT_SPELL_MODIFIER and SMSG_SET_PCT_SPELL_MODIFIER by Shauren
changed TOTAL_AURAS to 363 (biggest number in dbc files)
2012-01-12 14:16:16 +01:00
Rat
c33475c6a8 Core/MovementHandler: small cleanup
disabled SMSG_THREAT_UPDATE for now (client crash issue)
2012-01-10 19:31:34 +01:00
Rat
2cc092b9e3 Merge pull request #4761 from Gyx/4.x
Gyx 4.x update
2012-01-10 08:12:08 -08:00
Rat
de6a45b207 Core/WorldSession: commented null opcode tracer 2012-01-10 15:26:12 +01:00
Rat
8d19dc343e Core/Movement: updated movement structures again ... 2012-01-10 14:50:25 +01:00
Gyx
26a1806b7d P13: Fixed CMSG_MESSAGECHAT_AFK & CMSG_MESSAGECHAT_DND opcodes and hadler.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 17:26:13 +08:00
Rat
07d27cbbf7 Core/ByteBuffer: fixed bitreader, this fixes the "strange movement" bug 2012-01-10 10:22:49 +01:00
Gyx
a43e4bb773 P12: Fixed CMSG_BATTLEFIELD_JOIN opcode.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 16:55:02 +08:00
Gyx
d4169a5333 P11: Fixed CMSG_LOOT_MONEY opcode and handler.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-10 15:15:49 +08:00
Shauren
c84de34ab6 Core/Movement: Minor corrections to SMSG_PLAYER_MOVE 2012-01-09 19:44:46 +01:00
Rat
e8c5218e00 Core/Movement: updated 2 more movement structures 2012-01-09 18:17:09 +01:00
Rat
fae72c75a6 Merge pull request #4709 from Gyx/4.x
Gyx 4.x update
2012-01-09 03:32:26 -08:00
Shauren
7db8fbd874 Core/Movement: 4.2.2 structure for MSG_MOVE_START_BACKWARD 2012-01-08 17:26:45 +01:00
Shauren
ab5e1d5667 Core/Movement: 4.2.2 structure for MSG_MOVE_SET_PITCH 2012-01-08 17:19:26 +01:00
Shauren
a34a421e99 Core/Movement: 4.2.2 structure for MSG_MOVE_JUMP 2012-01-08 16:45:49 +01:00
Rat
e8877e8d64 Core/Movement: updated 2 more movement structures 2012-01-08 16:25:39 +01:00
Subv2112
241b460269 Core/Protocol: Enable 3 more handlers
Closes #4507
2012-01-08 13:28:48 +00:00
Gyx
1180fbf531 P9: Update ItemClass & ItemSubclass from ItemClass.dbc & ItemSubclass.dbc
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 14:42:37 +08:00
Gyx
636e2fb752 P8: Fixed corpse loading crash.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 12:17:06 +08:00
Gyx
79e7e86384 P7: Small clean-up.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-08 11:35:00 +08:00
Shauren
0b507c1a29 Core/Movement: 4.2.2 structure for MSG_MOVE_FALL_LAND 2012-01-07 18:34:31 +01:00
Nay
9f4bdbe3d7 Core/DB: Fix corpse loading prepared statements (typo introduced in merge) 2012-01-07 17:29:59 +00:00
Nay
9c26ce8da5 Merge branch 'master' into 4.x
Conflicts:
	src/server/game/Achievements/AchievementMgr.cpp
	src/server/game/Achievements/AchievementMgr.h
	src/server/game/Entities/Corpse/Corpse.cpp
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Quests/QuestDef.cpp
	src/server/shared/Database/Implementation/CharacterDatabase.cpp
	src/server/shared/Database/Implementation/CharacterDatabase.h
2012-01-07 17:13:42 +00:00
Nay
ccf8b3889b Core/Protocol: Enable some handlers 2012-01-07 16:41:56 +00:00
Gyx
42f3f91ad4 P5: Typo...
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-07 12:28:09 +08:00
Gyx
f27cc65588 P4: Fixed some opcodes. Fixed HandleReadItem (CMSG_READ_ITEM).
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-07 10:24:35 +08:00
Kaelima
a79ea3dcdf Merge pull request #4672 from Subv/fix004
Fixed gossip menu displaying for gameobjects with type GAMEOBJECT_TYPE_QUESTGIVER
2012-01-06 06:37:20 -08:00
Shauren
1a8bf13cb6 Core/Events: Last part of seasonal quest loading/saving fixes (should all be one commit) 2012-01-06 15:08:21 +01:00
Shauren
5ae622678a Core/Events: Fixed saving seasonal quest status 2012-01-06 15:01:30 +01:00
Shauren
2bef633e1f Core/Events: Corrected column type when loading seasonal quest status 2012-01-06 14:58:55 +01:00
Shauren
0c2dd2dc7f Core/Events: Fixed crash when loading character_queststatus_seasonal 2012-01-06 14:57:01 +01:00
Gyx
5779884002 P3: And more opcodes.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-06 19:24:51 +08:00
Supabad
c4577db641 Core/Achievements: Add ACHIEVEMENT_CRITERIA_DATA_TYPE_S_PLAYER_CLASS_RACE
Signed-off-by: Supabad <Supabad.trinity@gmail.com>
2012-01-06 11:03:11 +01:00
Gyx
f31a7d8fed P2: More opcodes.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-06 16:35:17 +08:00
Gyx
a3b788ec65 P1: Fixed some opcodes, structure later update.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-06 15:39:38 +08:00
Shocker
33de07e2dc Merge pull request #4641 from Subv/fix001
Core/Vehicles: Vehicles with SAI should not kick their passengers when resetting
2012-01-05 19:20:13 -08:00
Shocker
e0bafc73f8 Merge pull request #4649 from Souler/fix_simon_game
Scripts/Quest: An Apexis Relic and The Relic's Emanation and Guardian of the Monument
2012-01-05 19:14:23 -08:00
Subv2112
d3b1c51b6e Core/Gossips: Fixed gossip menu displaying for gameobjects with type GAMEOBJECT_TYPE_QUESTGIVER, closes #4488
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-05 21:41:17 -05:00
Subv2112
235b941964 Fixed a typo
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-05 19:46:46 -05:00
Souler
2d8a6fdf15 Scripts/Quests: An Apexis Relic, The Relic's Emanation and Guardian of the Monument. 2012-01-06 01:19:07 +01:00
Subv2112
d889edb436 Core/SAI: Self-casted auras should not be removed when the NPC resets
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-05 15:09:55 -05:00
Venugh
b7959716ea Core/Commands: Implemented .reload waypoint_data command. (requests from Aokromes.) 2012-01-05 20:31:12 +01:00
Aokromes
995fa11e01 This is ........... 3 commits to fix the typos of 3 rows.... 2012-01-05 19:11:04 +01:00
Subv2112
8197c37a92 Vehicles with SAI should not kick their passengers when resetting
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-05 12:11:58 -05:00