Recent content by omegapirate

  1. O

    ROM Hack RELEASE [D3Edit] Diablo 3 save editor (GUI Version)

    Reforge with kanai until it gets ancient, then on the save editor fork from a guy in this thread make it primal
  2. O

    ROM Hack RELEASE [D3Edit] Diablo 3 save editor (GUI Version)

    Probably only accepts switch saves man
  3. O

    ROM Hack RELEASE [D3Edit] Diablo 3 save editor (GUI Version)

    how do you add 10+ affixes on a gem? Once I load the game, it resets the slots to only 6 available to edit :/
  4. O

    ROM Hack Looking for a specific item in the Diablo 3 safe file

    For all interested in is ItemID +1 of [Dev Only] Buff Test Ring.
  5. O

    ROM Hack RELEASE [D3Edit] Diablo 3 save editor (GUI Version)

    That is correct, as usually, correlated stuff gets to be in similar regions in memory. auto 1. install latest python version. 2. open d3edit.py on idle and run it with f5. 3. profit
  6. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    Sure i can help you eventhough i dont have that game. Tell me what exactly you are trying to do. @Nanquitas I will gladly give it a shot!
  7. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    I changed 0 to 12349 to see if that could be the problem but still the 3ds crashes once i enter the second stage. Guess i will stick to the previous code once i find a way to do it. Kinda annoying but its better xD
  8. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    I fixed one line as you forgot the {} xD but still it should have worked but for some reason it didn't :/ first i activated the cheat on the course selection and the game didn't crash; then i entered a course and the cheat seemed to work fine and all until the end of the course but when...
  9. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    Absolutely makes total sense. Ill give a shot; i think it should work but we'll see.
  10. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    For anyone interested, I attached in this post the final edition to the code of the pointer + offset I found. This is for Puzzle & Dragons Z + Puzzle & Dragons: Super Mario Bros. Edition (USA) and it changes the attack points of all 6 monsters while one a course. The game crashes once you leave...
  11. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    It's really simple once you go through hell and learn everything in 1 day hehe but yea, absolutely, I will make a tutorial then. It will take me a few days or so to get my ideas right but I will try to do it xD
  12. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    Success! So I learned about offsets and I was able to make it work finally! The main problems I had were that I really didn't remember much about C, pointers and the offsets. I had to learn about them and how they are applied and yea basically make it happen! I can make a tutorial if anybody...
  13. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    lol offsets seem a whole world for me. Maybe this is a little bit too much, but where can I read about offsets with pointers? It's like the first time I read about that so I'm doing some googling while I hopefully get an answer :) xD
  14. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    OK so I think I found a real static base pointer as I can't seem to find any address that points to this one and so far I think I'm making progress. The base pointer I found: 0x1495A608 That base pointer points to: 0x148EB857 Then that pointer points to: 0xF1635A22 Those addresses seem to be...
  15. O

    ROM Hack How to find pointers on NTR Debugger memory dumps? (NTR CFW)

    Yea it seems to work but I found there are tons of more pointers than I think I will be able to find xD