Hello there guys, how's everyone? :)
I just "invested" 3 full days searching a way to nop the drawing of the pentagram slot from Main MuEmu S8.3, unfortunatelly couldn't do it.
I was able to tweak states related to the inventory, before drawing, such as
PHP Code:
_root.mcInventory.SetRageFighter 1 (removes gloves)
_root.mcInventory.SetMagicGladiator 1 (removes helm)
but the farest I got unfortunately was removing the Pentagram Slot functionality with these changes (Main MuEmu 8.3):
PHP Code:
SetByte(0x00944CD0+3,0xED);
SetByte(0x0094535D+3,0xED);
SetByte(0x0094532F+3,0xED);
SetByte(0x00944BA3+3,0xED);
SetByte(0x007DAC1F+1,0xED);
I don't have the kind of knowledge to decrypt , convert , edit , reconvert and reencrypt the .ozd/.ozg files NOR the IGCN.Toolkit Premium which has such features...
Can anybody with knowledge of it or access to the Toolkit, please erase the pentagram slot design from the respective file and share with me? I don't know which file is the respective one either...
Thank you so much for helping me,
Kind regards