some bags:
---POWER_ENERGY doesnt work with Salvaged Chopper spells
---after using spell with id 50896 if you come out(from vehicle) and come in then Client CRASHED:(
---this we have sometimes on switch seat
WORLD: Recvd CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE
STORAGE_SIZE: 49
DB 62 05 BE 6D 50 F1 00 | 00 00 00 20 00 8E 56 EB
00 86 59 19 46 C4 54 82 | 44 76 FB A2 44 00 FC 2D
40 00 00 00 00 00 00 00 | 00 DB 62 05 BE 6D 50 F1
02
ERROR: Attempted to get in ByteBuffer (pos: 46 size: 49) value with size: 4
WorldSession::Update ByteBufferException occured while parsing a packet (opcode:
1179) from client 127.0.0.1, accountid=6. Skipped packet.
Dumping error causing packet:
STORAGE_SIZE: 49
DB 62 05 BE 6D 50 F1 00 | 00 00 00 20 00 8E 56 EB
00 86 59 19 46 C4 54 82 | 44 76 FB A2 44 00 FC 2D
40 00 00 00 00 00 00 00 | 00 DB 62 05 BE 6D 50 F1
02
after this you cant move(two times)
----cant use spells(ramm speels) 50652, 62308, 62345, 62522
+++addition on base from old patches:
-- Salvaged Chopper
REPLACE INTO npc_spellclick_spells VALUES
(33062, 52196, 0, 0, 0, 0);
REPLACE INTO creature_template_addon VALUES
(33062, 0, 0, 0, 0, 0, 335, NULL, NULL);
REPLACE INTO vehicle_data VALUES
(335, 12, 62974, 62286, 62299, 64660, 0, 0, 0, 0, 0, 0, 0);
REPLACE INTO vehicle_seat_data VALUES
(3005, 1);
-- Salvaged Demolisher
REPLACE INTO npc_spellclick_spells VALUES
(33109, 52196, 0, 0, 0, 0);
REPLACE INTO creature_template_addon VALUES
(33109, 0, 0, 0, 0, 0, 338, NULL, NULL);
REPLACE INTO vehicle_data VALUES
(338, 12, 62306, 62490, 62308, 62324, 0, 0, 0, 0, 0, 0, 0);
REPLACE INTO vehicle_seat_data VALUES
(3011, 1);
-- Salvaged Siege Engine
REPLACE INTO npc_spellclick_spells VALUES
(33060, 52196, 0, 0, 0, 0);
REPLACE INTO creature_template_addon VALUES
(33060, 0, 0, 0, 0, 0, 336, NULL, NULL);
REPLACE INTO vehicle_data VALUES
(336, 12, 62345, 62522, 62346, 0, 0, 0, 0, 0, 0, 0, 0);
REPLACE INTO vehicle_seat_data VALUES
(3006, 1);
ps sorry for my english