From 8aea6da7dfa9778d7d02085f0a1479070254e9a3 Mon Sep 17 00:00:00 2001 From: Trevius Date: Thu, 18 Dec 2014 17:48:15 -0600 Subject: [PATCH] Fixed zoning after death for RoF2. --- changelog.txt | 1 + utils/patches/patch_RoF2.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9086075f0..5eec1f8af 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- == 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: Fixed zoning after death for RoF2. == 12/17/2014 == demonstar55: Use vectors for route stuff, should be more CPU cache friendly so faster diff --git a/utils/patches/patch_RoF2.conf b/utils/patches/patch_RoF2.conf index 6bc63253e..2692481a9 100644 --- a/utils/patches/patch_RoF2.conf +++ b/utils/patches/patch_RoF2.conf @@ -212,7 +212,7 @@ OP_ChannelMessage=0x2b2d OP_Assist=0x4478 OP_AssistGroup=0x27f8 OP_MoveCoin=0x0bcf -OP_ZonePlayerToBind=0x0ecb +OP_ZonePlayerToBind=0x08d8 OP_KeyRing=0x6857 OP_WhoAllRequest=0x674b OP_WhoAllResponse=0x578c @@ -318,7 +318,7 @@ OP_PVPLeaderBoardReply=0x071f OP_PVPLeaderBoardDetailsRequest=0x3707 OP_PVPLeaderBoardDetailsReply=0x25b7 OP_RestState=0x000f -OP_RespawnWindow=0x28bc +OP_RespawnWindow=0x0ecb OP_LDoNButton=0x5327 OP_SetStartCity=0x6326 OP_VoiceMacroIn=0x17fd