Disgaea 7

Ask about cheats/tables for single player games here
xapicool777
Expert Cheater
Expert Cheater
Posts: 54
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 25

Re: Disgaea 7

Post by xapicool777 »

tekknen wrote:
Fri Oct 27, 2023 3:48 am
new update

viewtopic.php?p=318127#p318127
hi tekknen can u update this little fix that i change to your post?
- add compact mode
- fix weapon mastery:
--> the weapon mastery code in yours for bow and gun is a duplicate (same code), so the axe code is for gun, the staff code is for axe, etc. so we miss the armor code. i already put the correct code there. plus i rename the monster A to ATK MW and monster to INT MW (monster weapon type)
- change parent color to pink (cant read on your default yellow color)
edited on code base : tekknen v1.23

also can you add code for boost ticket? thx
Last edited by xapicool777 on Tue Oct 31, 2023 7:56 am, edited 1 time in total.

User avatar
tekknen
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Oct 16, 2020 4:33 pm
Reputation: 83

Re: Disgaea 7

Post by tekknen »

9999 LP Hack For Item Reincarnation

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2823</ID>
      <Description>"9999 LP"</Description>
      <LastState/>
      <Color>4080FF</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Disgaea7.exe
  Version: 
  Date   : 2023-10-27
  Author : Ryuu

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(myItemReincarHack,Disgaea7.exe,80 28 02 00 00 44 8B 88 48 02 00 00) // should be unique
alloc(newmem,$1000,myItemReincarHack)

label(code)
label(return)

newmem:
  mov [rax+00000248], #9999
code:
  mov r9d,[rax+00000248]
  jmp return

myItemReincarHack+05:
  jmp newmem
  nop 2
return:
registersymbol(myItemReincarHack)

[DISABLE]

myItemReincarHack+05:
  db 44 8B 88 48 02 00 00

unregistersymbol(myItemReincarHack)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Disgaea7.exe+62467E

Disgaea7.exe+62463B: 48 8B 98 38 02 00 00           - mov rbx,[rax+00000238]
Disgaea7.exe+624642: 48 C7 44 24 30 00 00 00 00     - mov qword ptr [rsp+30],00000000
Disgaea7.exe+62464B: 48 8D 0D 36 9F 53 00           - lea rcx,[Disgaea7.exe+B5E588]
Disgaea7.exe+624652: 48 89 4C 24 20                 - mov [rsp+20],rcx
Disgaea7.exe+624657: C6 44 24 48 00                 - mov byte ptr [rsp+48],00
Disgaea7.exe+62465C: 48 8D 4C 24 48                 - lea rcx,[rsp+48]
Disgaea7.exe+624661: 48 89 4C 24 28                 - mov [rsp+28],rcx
Disgaea7.exe+624666: 48 C7 44 24 38 00 10 00 00     - mov qword ptr [rsp+38],00001000
Disgaea7.exe+62466F: C7 44 24 40 02 00 00 00        - mov [rsp+40],00000002
Disgaea7.exe+624677: 48 8B 80 28 02 00 00           - mov rax,[rax+00000228]
// ---------- INJECTING HERE ----------
Disgaea7.exe+62467E: 44 8B 88 48 02 00 00           - mov r9d,[rax+00000248]
// ---------- DONE INJECTING  ----------
Disgaea7.exe+624685: 45 8B C1                       - mov r8d,r9d
Disgaea7.exe+624688: 44 2B 80 4C 02 00 00           - sub r8d,[rax+0000024C]
Disgaea7.exe+62468F: 48 8D 15 7E 5F 57 00           - lea rdx,[Disgaea7.exe+B9A614]
Disgaea7.exe+624696: 48 8D 4C 24 20                 - lea rcx,[rsp+20]
Disgaea7.exe+62469B: E8 00 16 BA FF                 - call Disgaea7.exe+1C5CA0
Disgaea7.exe+6246A0: 48 8B 50 08                    - mov rdx,[rax+08]
Disgaea7.exe+6246A4: 48 8B 43 30                    - mov rax,[rbx+30]
Disgaea7.exe+6246A8: C7 80 B8 03 00 00 23 00 00 00  - mov [rax+000003B8],00000023
Disgaea7.exe+6246B2: 48 8B 5B 30                    - mov rbx,[rbx+30]
Disgaea7.exe+6246B6: 48 8D 8B B8 02 00 00           - lea rcx,[rbx+000002B8]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

User avatar
tekknen
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Oct 16, 2020 4:33 pm
Reputation: 83

Re: Disgaea 7

Post by tekknen »

xapicool777 wrote:
Fri Oct 27, 2023 8:53 am
tekknen wrote:
Fri Oct 27, 2023 3:48 am
new update

viewtopic.php?p=318127#p318127
hi tekknen can u update this little fix that i change to your post?
- add compact mode
- fix weapon mastery:
--> the weapon mastery code in yours for bow and gun is a duplicate (same code), so the axe code is for gun, the staff code is for axe, etc. so we miss the armor code. i already put the correct code there. plus i rename the monster A to ATK MW and monster to INT MW (monster weapon type)
- change parent color to pink (cant read on your default yellow color)
edited on code base : tekknen v1.23

also can you add code for boost ticket? thx
i'm Focusing right now @ Evility unlocking i archive 550 records almost done as max will be around 700ish
I spent whole week trying to find a glitch to make DNA Code useful i even tried to clone Trap over an item inside Rose Shop but failed
my idea was if a could clone an item to the shop then i can buy infinite pieces from the clone item

xapicool777
Expert Cheater
Expert Cheater
Posts: 54
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 25

Re: Disgaea 7

Post by xapicool777 »

tekknen wrote:
Fri Oct 27, 2023 5:18 pm
xapicool777 wrote:
Fri Oct 27, 2023 8:53 am
tekknen wrote:
Fri Oct 27, 2023 3:48 am
new update

viewtopic.php?p=318127#p318127
hi tekknen can u update this little fix that i change to your post?
- add compact mode
- fix weapon mastery:
--> the weapon mastery code in yours for bow and gun is a duplicate (same code), so the axe code is for gun, the staff code is for axe, etc. so we miss the armor code. i already put the correct code there. plus i rename the monster A to ATK MW and monster to INT MW (monster weapon type)
- change parent color to pink (cant read on your default yellow color)
edited on code base : tekknen v1.23

also can you add code for boost ticket? thx
i'm Focusing right now @ Evility unlocking i archive 550 records almost done as max will be around 700ish
I spent whole week trying to find a glitch to make DNA Code useful i even tried to clone Trap over an item inside Rose Shop but failed
my idea was if a could clone an item to the shop then i can buy infinite pieces from the clone item
wow thats great news! great job!
if iam not wrong, i remember i can dupe items in d6, maybe there is some similarity

arrow2733
Expert Cheater
Expert Cheater
Posts: 75
Joined: Tue Mar 02, 2021 6:00 pm
Reputation: 3

Re: Disgaea 7

Post by arrow2733 »

Is there a way to get properties on items more easier?

BourbieSpeedrun
Cheater
Cheater
Posts: 30
Joined: Mon Aug 30, 2021 2:04 am
Reputation: 0

Re: Disgaea 7

Post by BourbieSpeedrun »

TioEdu wrote:
Mon Oct 09, 2023 10:10 pm
BourbieSpeedrun wrote:
Mon Oct 09, 2023 6:00 pm
Is there a way to get illegal characters?
Yes, you clone him on top of a normal character, but be careful not to do that with the main ones.
Hi mate!

How can I clone him?

User avatar
BeefingtonsBay
Cheater
Cheater
Posts: 29
Joined: Sat Jun 09, 2018 3:26 pm
Reputation: 5

Re: Disgaea 7

Post by BeefingtonsBay »

Any chance anyone knows the base ID/code or whatever for Kanzan Musashi? I want that sword as just a regular item I can equip, rather than just in the hell mode.

User avatar
tekknen
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Oct 16, 2020 4:33 pm
Reputation: 83

Re: Disgaea 7

Post by tekknen »

arrow2733 wrote:
Fri Oct 27, 2023 7:55 pm
Is there a way to get properties on items more easier?
from my digging not quite sure as properties on item has a queue with start and end, even if i make the queue bigger the real problem that @ queue end it will mark a start of another queue
for short
in order too add properties we need to find the calling method game use to append a new properties and that is beyond my hacking level

xmex
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Feb 12, 2019 10:58 am
Reputation: 3

Re: Disgaea 7

Post by xmex »

CN Table I found online, has some pretty neato options like editing multiplier for Seal of Power and pointers to Items Properties. You'll you to use google translate or something similar as it's Chinese
Attachments
Disgaea7 1.08.CT
(145.24 KiB) Downloaded 239 times

xapicool777
Expert Cheater
Expert Cheater
Posts: 54
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 25

Re: Disgaea 7

Post by xapicool777 »

tekknen wrote:
Sat Oct 28, 2023 8:58 am
arrow2733 wrote:
Fri Oct 27, 2023 7:55 pm
Is there a way to get properties on items more easier?
from my digging not quite sure as properties on item has a queue with start and end, even if i make the queue bigger the real problem that @ queue end it will mark a start of another queue
for short
in order too add properties we need to find the calling method game use to append a new properties and that is beyond my hacking level
so i tried @xmex code that he shared, i found there is an address code for properties

Image
this is the default "Dress Gloves" properties

then i try to edit that feature1 (foundling to fist atk)
Image
Voila.. it changed..
but there is a problem, when i try to add "fist atk" to feature2 its not adding so i think we can change but not add properties
and ofc we need make a note what codes for each properties

i already translate a few, but there is many of them.
note: yes there is some code that usefull and that code isnt in your file yet (ex. stat increase from killing boss in item world (evility). Check: Role Attributes -> 力量烙印效果 (双击数值处可一齐修改))

(file deleted due to error)
Last edited by xapicool777 on Tue Oct 31, 2023 4:23 am, edited 2 times in total.

sdrookie
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Nov 02, 2022 9:49 pm
Reputation: 0

Re: Disgaea 7

Post by sdrookie »

jmh wrote:
Tue Oct 17, 2023 12:17 am
Thanks to Irishknightmare for the description of the class storage in memory. It was helpful. This script isn't elegant, but it is working for me. It targets Ver. 1.06. I have no idea if it will work for other versions.

Instructions:
  1. Activate the script.
  2. Go to the status > class
  3. Cycle through all the characters you want to maximize.
  4. Deactivate the script.
  5. Save your game.
  6. When you load the game all classes should be maximized for characters you accessed.
If someone who actually knows what they are doing wants to try and clean up my code, please do.
I fuxed up with class mastery.
This did master all the classes but characters do not have unique evilities :?
Could anyone share how to reset class mastery?

xapicool777
Expert Cheater
Expert Cheater
Posts: 54
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 25

Re: Disgaea 7

Post by xapicool777 »

xapicool777 wrote:
Sun Oct 29, 2023 8:49 am
tekknen wrote:
Sat Oct 28, 2023 8:58 am
arrow2733 wrote:
Fri Oct 27, 2023 7:55 pm
Is there a way to get properties on items more easier?
from my digging not quite sure as properties on item has a queue with start and end, even if i make the queue bigger the real problem that @ queue end it will mark a start of another queue
for short
in order too add properties we need to find the calling method game use to append a new properties and that is beyond my hacking level
so i tried @xmex code that he shared, i found there is an address code for properties

[Link]
this is the default "Dress Gloves" properties

then i try to edit that feature1 (foundling to fist atk)
[Link]
Voila.. it changed..
but there is a problem, when i try to add "fist atk" to feature2 its not adding so i think we can change but not add properties
and ofc we need make a note what codes for each properties

i already translate a few, but there is many of them.
note: yes there is some code that usefull and that code isnt in your file yet (ex. stat increase from killing boss in item world (evility). Check: Role Attributes -> 力量烙印效果 (双击数值处可一齐修改))
sorry lua error, here the fix (i hope)
Attachments
Disgaea7-Xmex-Translate-Fix Lua.CT
(147.99 KiB) Downloaded 144 times

xapicool777
Expert Cheater
Expert Cheater
Posts: 54
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 25

Re: Disgaea 7

Post by xapicool777 »

i found the address for the item type
[Link]
i tried change mint gum into hard candy and it success!! the stats will stay original items (mint gum), you can edit with item editor in tekknen table and edit properties with xmex table

with this now you can clone item!!

User avatar
tekknen
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Oct 16, 2020 4:33 pm
Reputation: 83

Re: Disgaea 7

Post by tekknen »

xapicool777 wrote:
Sun Oct 29, 2023 12:52 pm
xapicool777 wrote:
Sun Oct 29, 2023 8:49 am
tekknen wrote:
Sat Oct 28, 2023 8:58 am


from my digging not quite sure as properties on item has a queue with start and end, even if i make the queue bigger the real problem that @ queue end it will mark a start of another queue
for short
in order too add properties we need to find the calling method game use to append a new properties and that is beyond my hacking level
so i tried @xmex code that he shared, i found there is an address code for properties

[Link]
this is the default "Dress Gloves" properties

then i try to edit that feature1 (foundling to fist atk)
[Link]
Voila.. it changed..
but there is a problem, when i try to add "fist atk" to feature2 its not adding so i think we can change but not add properties
and ofc we need make a note what codes for each properties

i already translate a few, but there is many of them.
note: yes there is some code that usefull and that code isnt in your file yet (ex. stat increase from killing boss in item world (evility). Check: Role Attributes -> 力量烙印效果 (双击数值处可一齐修改))
sorry lua error, here the fix (i hope)
as i told you before i did find the properties address but did not include it as it is only useful if you have an item with max properties slot and start modding it.
btw the adderss value is not a Property ID, it is a ptr
Last edited by tekknen on Sun Oct 29, 2023 4:21 pm, edited 1 time in total.

User avatar
tekknen
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Oct 16, 2020 4:33 pm
Reputation: 83

Re: Disgaea 7

Post by tekknen »

xapicool777 wrote:
Sun Oct 29, 2023 1:24 pm
i found the address for the item type
[Link]
i tried change mint gum into hard candy and it success!! the stats will stay original items (mint gum), you can edit with item editor in tekknen table and edit properties with xmex table

with this now you can clone item!!
be aware item may disappear if you clone it this way. it is unsafe for that i did not name it Dupe Code

Post Reply

Who is online

Users browsing this forum: AlienStorm, AmazonBot, dabui, fauxgnome, HasoonY79, s091020