From da75007b0f92deb5615ebaa1addef5dd67be27f9 Mon Sep 17 00:00:00 2001 From: Trevius Date: Fri, 19 Dec 2014 19:42:55 -0600 Subject: [PATCH] (RoF2) Fixed Rest Timer, Show Helm Option, Auto-Consent Options, and identified Krono in the PP. --- changelog.txt | 1 + common/patches/rof2.cpp | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2ef94660d..e4d25c545 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) == 12/19/2014 == 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: (RoF2) Fixed Rest Timer, Show Helm Option, Auto-Consent Options, and identified Krono in the PP. == 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. diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index f1a3d8836..f175c3edc 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -2527,23 +2527,21 @@ namespace RoF2 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->raidAutoconsent); outapp->WriteUInt8(emu->guildAutoconsent); - outapp->WriteUInt8(0); // Unknown - outapp->WriteUInt32(emu->level); // Level3 ? + outapp->WriteUInt32(emu->level); // Level3 ? outapp->WriteUInt8(emu->showhelm); outapp->WriteUInt32(emu->RestTimer); outapp->WriteUInt32(1024); // Unknown Count - - - outapp->WriteUInt8(31); // Unknown - // Block of 1024 unknown bytes for (uint32 r = 0; r < 1024; r++) {