Yes, I got it working - gave up on cheat Engine and went back to Ollydbg
Found the Memeory address via TSearch and added breakpoint on memory access to find whats writing to it.
Found the same commands I had found in Cheat Engine.
But was able to see the jumps and run routine in Olly. Could see the The offset 84 line was being jumped over to the offset 94 line.
So Manually edited the line to change the offset from 94 to 84 for both the original address and the one calling it.
What do you know it works. Now just need to figure out how to add the fix or maybe you could add it to your Reverse Engineer Patch file TDW



Next on the List has to be the Reset to Zero Bug.