Commit Graph

14566 Commits

Author SHA1 Message Date
Drake Fish
d052d4f551 4.2.2 More opcodes, enable handlers and update structure for SMSG_INSTANCE_LOCK_WARNING_QUERY and SMSG_COMPLAIN_RESULT
Ref #4824
2012-01-22 05:28:31 +00:00
Drake Fish
5cbe4abae3 Core/Opcodes: Few more opcodes, enable handlers;
Send spell id in SMSG_RESURRECT_REQUEST
Ref #4824
2012-01-22 04:33:07 +00:00
Nay
dedb372683 Revert "Update SMSG_DURABILITY_DAMAGE_DEATH to 4.x."
This reverts commit bbdd2ee273.
2012-01-22 04:02:28 +00:00
Drake Fish
f714a7d6c9 Core/Chat: Fixed whispers and emotes handling. Added missing chat CMSG.
Ref #4824
2012-01-22 03:45:18 +00:00
Nay
bbdd2ee273 Update SMSG_DURABILITY_DAMAGE_DEATH to 4.x.
Auras can change durability damage (Reinforce guild perk) and need to send the updated value to the client.
2012-01-22 03:41:34 +00:00
Nay
869961bd4e Core/Opcodes: Enable handlers for some opcodes added in previous commit 2012-01-22 02:29:35 +00:00
Gyx
9e0d64e769 Core/Opcodes: 11 new opcodes 2012-01-22 02:29:02 +00:00
Shauren
95a8bf5367 Core/Units: Power fixes 2012-01-22 00:13:57 +01:00
Shauren
cb78962a7e Core/Auras: Fixer assertion failures on mounting (its a good idea to load the dbc before trying to lookup its values) 2012-01-21 23:18:33 +01:00
Rat
f006a2da68 Core/Movement: updated UN/SET_FLY packets, .gm fly on/off now works, fly mounts are still broken, probably aura handling needs to be updated too 2012-01-21 22:25:01 +01:00
Rat
68ec9b02e3 Core/Movement: added forgotten MSG_MOVE_STOP_ASCEND structure 2012-01-21 22:22:24 +01:00
Shauren
bdd02e763b Core/Objects: Fixed visibility of gameobjects and fixed client crash when logging in a character that had currencies (honor points) 2012-01-20 20:31:59 +01:00
Shauren
075780ad59 Forgotten dbc format change 2012-01-20 19:48:44 +01:00
Shauren
0bd8d24659 Core/Player: Currency precision updates 2012-01-20 19:35:11 +01:00
Rat
6cd52e7e02 Core/Movement: Fixed short-range teleportation, needs more testing
-added structure for CMSG_MOVE_TIME_SKIPPED, still need to implement the time synch
2012-01-20 14:34:04 +01:00
Rat
7d2c5d263d Core/Misc: use ReadXorByte to read bitpacked guids 2012-01-20 14:30:30 +01:00
Rat
98f57f6963 Core/Trade: Uncommented and updated HandleBeginTradeOpcode 2012-01-20 14:26:42 +01:00
Rat
7749359269 Core/ByteBuffer: Implemented ReadXorByte, usefull when reading guid bytes based on bits 2012-01-20 14:25:46 +01:00
Rat
166a161f35 Core/Opcodes: Removed and checked some duplicate opcodes 2012-01-20 07:11:54 +01:00
Rat
2a549a0369 Core/Opcodes: Removed and checked some duplicate opcodes 2012-01-20 06:17:58 +01:00
Rat
599db736e7 Core/Movement: Enabled CMSG_WORLD_PORT_RESPONSE, fixes Cross-Map teleportation 2012-01-19 21:09:02 +01:00
Rat
fa77969184 Core/Movement: Updated/Added/Removed/Renamed Movement related Opcodes.
- Rearranged opcodes enum
(started working on structs + have to check new naming and such)
2012-01-19 20:11:32 +01:00
Nay
64d0d3b2a5 Merge pull request #4884 from Gyx/4.x
Gyx 4.x update
2012-01-19 05:48:39 -08:00
Rat
e5bdc6612d Core/Packets: Moved Bit related functions to ByteBuffer from WorldPacket 2012-01-19 12:59:28 +01:00
Gyx
a215e68f4e Core/Opcodes: 9 new opcodes
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-19 14:07:21 +08:00
Gyx
d2cf7d619a Core/Opcodes: 8 new opcodes
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-19 12:53:17 +08:00
kaelima
99086ac8a8 Core/Protocol: Refix MSG_GUILD_PERMISSIONS after a misstake in my last commit 2012-01-18 19:01:22 +01:00
kaelima
ba23b69a17 Core/Protocol: Fix SMSG_TRAINER_BUY_SUCCEEDED and SMSG_MAIL_LIST_RESULT. Thanks Nay 2012-01-18 18:26:15 +01:00
kaelima
eae789c5c1 Core/Protocol: Fix and activate a handful of opcodes, also some cleanup / documentation 2012-01-18 18:13:57 +01:00
Kaelima
ba0af6f3c2 Merge pull request #4859 from Gyx/4.x
Gyx 4.x update
2012-01-17 21:39:47 -08:00
Nay
8604d6d69b Merge pull request #4848 from Subv/4.x
[4.x] Fixed SMSG_LIST_INVENTORY and added a run speed opcode
2012-01-17 04:37:55 -08:00
Gyx
1c413aa1d6 Core/Opcodes: 40++ new Opcodes.
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-17 19:17:11 +08:00
Subv2112
37ffa978f7 Fixed Run speed change opcodes, thanks to LordJZ for the opcode ids 2012-01-16 21:44:22 -05:00
Subv2112
643b6acc4f Core/Vendors: Fixed SMSG_LIST_INVENTORY, you can buy things from vendors now
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-16 15:27:36 -05:00
kaelima
f1cc8f532e Core/Opcodes: Corrected the opcode for CMSG_GAMEOBJ_USE and CMSG_GAMEOBJ_REPORT_USE 2012-01-15 14:52:57 +01:00
Nay
4899f6c47c Core/Protocol: Enable handler and add opcode id for SMSG_SPELL_DELAYED 2012-01-15 01:47:21 +00:00
Nay
984c8f3894 Core/Auction: Fix an error in SMSG_AUCTION_OWNER_NOTIFICATION. Thanks Fredi. 2012-01-14 22:53:09 +00:00
Nay
dcd915c9b9 Core/Auction: Fix more auction related opcodes
Closes #4731
2012-01-14 22:32:39 +00:00
Heisenberg
d3e508254b Core/Misc:
- Swap 2 quest opcodes and remove uneeded code;
- Add worgen and goblin support to faction/race change
- More opcode ids and enable handlers
2012-01-14 19:27:14 +00:00
Heisenberg
cc5450c4a0 Core/Auction: Fix CMSG_AUCTION_PLACE_BID
Enable 2 handlers
2012-01-14 18:21:36 +00:00
Nay
a369594d61 Core/Group: Update CMSG_GROUP_RAID_CONVERT to 4.x. Based on SF sources and thanks Subv.
TODO: Test
2012-01-14 17:43:19 +00:00
Gyx
522683bfab Core/Protocol: More opcodes, enable some handlers 2012-01-14 13:02:57 +00:00
Nay
1ca48b5168 Merge pull request #4809 from Subv/4x1
4.x opcode updates
2012-01-13 19:49:11 -08:00
Nay
0ef2b77f25 Core/Protocol: Enable more handlers (for opcodes added on the previous commit) 2012-01-14 03:23:53 +00:00
Gyx
1d9dcfcaf0 Core/Protocol: Few more opcode ids
Closes #4797
2012-01-14 02:44:28 +00:00
Subv2112
421bbc5982 Core/IO: Updated some opcodes
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-13 21:33:27 -05:00
kaelima
7be86ac0a3 Core/Opcodes: Added some reversed opcodes (all verified) 2012-01-13 05:58:36 +01:00
Kaelima
4d82b0824a Merge pull request #4796 from Gyx/4.x
Gyx 4.x update
2012-01-12 20:43:57 -08:00
Gyx
db00c5f29b Core/Opcodes: Fixed SMSG_SPELL_COOLDOWN
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-13 11:55:44 +08:00
Gyx
cd7bad0d4b Core/Opcodes: Fixed SMSG_READ_ITEM_FAILED
Signed-off-by: Gyx <2359980687@qq.com>
2012-01-13 11:54:46 +08:00