Hi all, I noticed that Garl Glittergold has the Travel domain in the game, where it should be Trickery. I managed to fix it by editing the temple.dll file: at offset 0x2729A4, I replaced the byte 0x13 by 0x14. I thought I should report it here. Cheers, Axel
Thanks Axel. :thumbsup: Could you by any chance reduce the fix to something like this so I can search the .dll for the string? I've gone to 0x2729A4 and see nothing that remotely looks like anything. Code: find: 8B1C95A4A92F106A016A0A68D8D72610 replace with: 8B1C95A4A92F106A016A0C68BC262910 @Anybody else in the know, can I get verification that this is how it's supposed to be? i.e. this is not a Troika-intended measure or anything like that?
Sure. Code: find: 00000000010000000400000009000000 10000000130000000000000000000000 replace with: 00000000010000000400000009000000 10000000140000000000000000000000 (The line where the replacement takes place occurs twice in the file: Fharlanghn also has Protection and Travel.)