mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 11:21:29 +00:00
(RoF2) Fixed Rest Timer, Show Helm Option, Auto-Consent Options, and identified Krono in the PP.
This commit is contained in:
parent
dabe550966
commit
da75007b0f
@ -3,6 +3,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
|||||||
== 12/19/2014 ==
|
== 12/19/2014 ==
|
||||||
Trevius: (RoF2) Fixed Leadership AA Purchasing and Recipe Search by correcting opcodes.
|
Trevius: (RoF2) Fixed Leadership AA Purchasing and Recipe Search by correcting opcodes.
|
||||||
Trevius: Fixed Armor Tinting (players and NPCs) that was broken during a previous update.
|
Trevius: Fixed Armor Tinting (players and NPCs) that was broken during a previous update.
|
||||||
|
Trevius: (RoF2) Fixed Rest Timer, Show Helm Option, Auto-Consent Options, and identified Krono in the PP.
|
||||||
|
|
||||||
== 12/18/2014 ==
|
== 12/18/2014 ==
|
||||||
Trevius: Finished lining up the RoF2 Player Profile Struct. Zone times are now normal, and everything from the PP is accurate in game now.
|
Trevius: Finished lining up the RoF2 Player Profile Struct. Zone times are now normal, and everything from the PP is accurate in game now.
|
||||||
|
|||||||
@ -2527,23 +2527,21 @@ namespace RoF2
|
|||||||
outapp->WriteUInt32(0); // Unknown
|
outapp->WriteUInt32(0); // Unknown
|
||||||
outapp->WriteUInt32(0); // Unknown
|
outapp->WriteUInt32(0); // Unknown
|
||||||
|
|
||||||
|
outapp->WriteUInt32(0); // Unknown
|
||||||
|
outapp->WriteUInt32(0); // Krono - itemid 88888 Hard coded in client?
|
||||||
|
|
||||||
outapp->WriteUInt8(emu->groupAutoconsent);
|
outapp->WriteUInt8(emu->groupAutoconsent);
|
||||||
outapp->WriteUInt8(emu->raidAutoconsent);
|
outapp->WriteUInt8(emu->raidAutoconsent);
|
||||||
outapp->WriteUInt8(emu->guildAutoconsent);
|
outapp->WriteUInt8(emu->guildAutoconsent);
|
||||||
|
|
||||||
outapp->WriteUInt8(0); // Unknown
|
outapp->WriteUInt8(0); // Unknown
|
||||||
|
|
||||||
outapp->WriteUInt32(emu->level); // Level3 ?
|
outapp->WriteUInt32(emu->level); // Level3 ?
|
||||||
|
|
||||||
outapp->WriteUInt8(emu->showhelm);
|
outapp->WriteUInt8(emu->showhelm);
|
||||||
|
|
||||||
outapp->WriteUInt32(emu->RestTimer);
|
outapp->WriteUInt32(emu->RestTimer);
|
||||||
|
|
||||||
outapp->WriteUInt32(1024); // Unknown Count
|
outapp->WriteUInt32(1024); // Unknown Count
|
||||||
|
|
||||||
|
|
||||||
outapp->WriteUInt8(31); // Unknown
|
|
||||||
|
|
||||||
// Block of 1024 unknown bytes
|
// Block of 1024 unknown bytes
|
||||||
for (uint32 r = 0; r < 1024; r++)
|
for (uint32 r = 0; r < 1024; r++)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user