Page 1 of 4

z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sat Sep 19, 2020 11:36 pm
by Zanzer
Stat and Rating Overrides are in-game settings to override the default base value.
They are -1 if the game is ignoring custom settings. Just set them to a positive value to override.

Unlimited Items
Inventory Pointer (do NOT change item names; order of items is not sorted like in-game)
- Gold
- Item Quantity
Character Pointer
- Stat Overrides
- Rating Overrides
Skills Pointer
- Level
- Experience
- Attribute Points
- Active Points
- Passive Points

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 12:52 am
by timechaos69
thank you sir!

Edit: doesnt seem to be able to enable the scripts - Steam Version

Error while scanning for AOB's Gold error: not all results found

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 1:21 am
by Zanzer
If you'd like to enable Mono and go to address "InventoryList.Init"
You could copy and paste that whole method, up to a "ret" command into a PasteBin
I could take a look and fix up my AOB
The Character Pointer doesn't work either?
That's in method "CharacterHealth.GetStatValue"

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 1:29 am
by timechaos69
it doesnt either i get the same error but instead of gold its health

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 3:03 am
by Zanzer
Does the new Skills Pointer not work either?
Does the Steam version use GameAssembly.dll too?

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 3:11 am
by timechaos69
the skill point does not either..i see it in the file

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 4:01 am
by variante
Can confirm none of the option works. Both versions are the same, differs only in the file Naheulbeuk_Data\StreamingAssets\startup.cfg (I heard). So scripts/pointers for one ver should work for the other.

Seeing both EpicOnlineServices.dll and GalaxyCSharp.dll in Steam ver.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 4:15 am
by Zanzer
Anyone with GOG version able to confirm it works for them?

Again, if you all want to copy and paste the functions I mention above to a PasteBin, I can take a look.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 6:35 am
by variante
Here's the 2 functions from Steam ver: [Link]
Please indicate which version the table is for. There was no indication until you mentioned GOG.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 7:00 am
by Marc
Zanzer wrote:
Sun Sep 20, 2020 4:15 am
Anyone with GOG version able to confirm it works for them?

Again, if you all want to copy and paste the functions I mention above to a PasteBin, I can take a look.
At least on GoG Version 1.0 394 34421: nope. Can not activate anything.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 1:54 pm
by Zanzer
Yea, the copy I have is 1.0 373 34341.
The code is similar, just the instructions are in different orders and using different registers.
I suppose I could just use Mono in my scripts.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 2:09 pm
by bloodsucker
Zanzer wrote:
Sun Sep 20, 2020 1:54 pm
Yea, the copy I have is 1.0 373 34341.
The code is similar, just the instructions are in different orders and using different registers.
I suppose I could just use Mono in my scripts.
My have same version and everything is work but not the "Character Pointer" they give me -1 value (weird) :shock: :shock: :shock: :?: :?: :?: when mono script is not turn on

Even if it turns on, nothing changes.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 3:24 pm
by quang.billy.79
Yeah character pointer doesn't work, it only shows 1 and -1 for all attributes. Gold and inventory work fine

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 3:28 pm
by Zanzer
Yes, it should show -1, because those are in-game overrides.
When set to -1, it doesn't override the character's base stat.
However, if you set it to a positive value, then that overrides the default base value.

Okay, I uploaded a new table using Mono. See if the scripts work now.

Re: z The Dungeon of Naheulbeuk The Amulet of Chaos

Posted: Sun Sep 20, 2020 4:12 pm
by fantomas
@zanzer
With the previous table, Inventor Pointer script works fine in v1.0.394.34421 - I just had to past a wildcard instead of a byte

Before
41 FF ?? ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 8B 58 ?? 33 C9 E8
After
41 FF ?? ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 8B ?? ?? 33 C9 E8

Image

But if I activate it, all items in shop are hidden (ex: I came to the pharmagician's store and there was nothing to buy/sell, but once i disactivate the script, I can see the items in the shop again and can buy/sell them.