Yeah, I did, but I only did it on my main character, I didn't know you could do it on companions, now they all can't use Absolute weapons/armorsRiesz wrote: ↑Thu Aug 10, 2023 7:21 amI only know about getting it legit in the game. When you go to the goblin camp there is an ogre guarding a door near the back. Go inside the temple ruins and run up near the effigy, the goblins offer to brand youflames wrote: ↑Thu Aug 10, 2023 5:20 amHello, I'm trying to add the flag "branded" to a character in my party.
In the pastebin [Link] the BRANDED flag is supposed to be 310f7186-bb0b-4905-b8f6-dfc2fe62570a but running the script with this uuid doesn't work.
Anyone has an idea on how to fix this ? or any other method to add the BRANDED flag ?Code: Select all
[ENABLE] {$lua} if syntaxcheck then return end local uuid = "310f7186-bb0b-4905-b8f6-dfc2fe62570a" local cmdCall = getAddress("cmdCall") local cmdArgs = getAddress("cmdArgs") local cmdStr1 = getAddress("cmdStr1") local cmdStr2 = getAddress("cmdStr2") PrepareCall("GetHostCharacter") executeCodeEx(0, nil, cmdCall) local player = readPointer(cmdArgs + 0x08) player = readString(player, 256, false) writeString(cmdStr1, player) writeBytes(cmdStr1 + #player, 0) writeString(cmdStr2, uuid) writeBytes(cmdStr2 + #uuid, 0) PrepareCall("SetFlag") writePointer(cmdArgs + 0x08, cmdStr2) writePointer(cmdArgs + 0x18, cmdStr1) writeQword(cmdArgs + 0x28, 0) writeQword(cmdArgs + 0x38, 1) local result = executeCodeEx(0, nil, cmdCall) print(result == 1 and "success" or "failure") {$asm} [DISABLE]
It should work with 310f7186-bb0b-4905-b8f6-dfc2fe62570a the script above works for the all races tag c3fd1fc3-2edf-4d17-935d-44ab92406df1
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1