Page 1 of 29

Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 9:00 am
by qweasdzxc17
Heres a table

Contains addresses for COL, XP, SkillPoints, Inventory, Enigma Orders, All Skill Levels (almost all unlock requirements), Every SS Mastery for every sword skill in the game (this took a while), Skill Fusion quest status, some random stats.

Scripts included:
Skill Level Multiplier
SS Mastery Multiplier
EXP Multiplier (WIP)
2x Current Rank
No Blacksmith Material Use (warehouse only)
Set Exp

How to use Enigma Order assist:
1.Make sure the first order you take is the one listed in the header
2.Press corresponding hotkey.
3.Reopen enigma order and complete the order.

Update 1: Added All main character affections
Update 2: Added Inf SP (TheByteSize), Added Warmonger Skill unlocks, Damned Blade Skill Unlocks (KS212)
Update 3: Added Inf HP Fixed
Update 4: Inf HP Fixed for sure this time.

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 10:52 am
by hikistyle
how do i use the "inventory start" exactly?

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 12:14 pm
by qweasdzxc17
hikistyle wrote:
Tue Oct 31, 2017 10:52 am
how do i use the "inventory start" exactly?
That just marks the first item's quantity, "Browse this memory reigon" to edit

Format:

Code: Select all

Item Id        Space      Quantity (Little Endian)
    |             |                        |
54 01 67         00                     0F 27
Each item is seperated by 18 of 00 bytes

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 5:05 pm
by cdtrico
Thanks for the table!

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 6:28 pm
by yhawkz
qweasdzxc17 wrote:
Tue Oct 31, 2017 12:14 pm
hikistyle wrote:
Tue Oct 31, 2017 10:52 am
how do i use the "inventory start" exactly?
That just marks the first item's quantity, "Browse this memory reigon" to edit

Format:

Code: Select all

Item Id        Space      Quantity (Little Endian)
    |             |                        |
54 01 67         00                     0F 27
Each item is seperated by 18 of 00 bytes
is it inventory at warehouse? thx

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 6:42 pm
by qweasdzxc17
yhawkz wrote:
Tue Oct 31, 2017 6:28 pm
qweasdzxc17 wrote:
Tue Oct 31, 2017 12:14 pm
hikistyle wrote:
Tue Oct 31, 2017 10:52 am
how do i use the "inventory start" exactly?
That just marks the first item's quantity, "Browse this memory reigon" to edit

Format:

Code: Select all

Item Id        Space      Quantity (Little Endian)
    |             |                        |
54 01 67         00                     0F 27
Each item is seperated by 18 of 00 bytes
is it inventory at warehouse? thx
Yup

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 7:28 pm
by dallezh
Any way for you to try and add a level table or figure out how to edit the EXP table? accedently used an infinite exp option in a trainer I used for move speed and now I got 9999999 exp lvl 150 and don't wanna risk getting to lvl 300 and 999 once I unlock those levels

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 7:30 pm
by dallezh
woops, sent the same message twice :/

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 7:41 pm
by qweasdzxc17
dallezh wrote:
Tue Oct 31, 2017 7:28 pm
Any way for you to try and add a level table or figure out how to edit the EXP table? accedently used an infinite exp option in a trainer I used for move speed and now I got 9999999 exp lvl 150 and don't wanna risk getting to lvl 300 and 999 once I unlock those levels
Use the set exp script. Type something sensible in (int)xxxxxxx

Are you already at oracle remains dungeon?

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 7:47 pm
by dallezh
qweasdzxc17 wrote:
Tue Oct 31, 2017 7:41 pm
dallezh wrote:
Tue Oct 31, 2017 7:28 pm
Any way for you to try and add a level table or figure out how to edit the EXP table? accedently used an infinite exp option in a trainer I used for move speed and now I got 9999999 exp lvl 150 and don't wanna risk getting to lvl 300 and 999 once I unlock those levels
Use the set exp script. Type something sensible in (int)xxxxxxx

Are you already at oracle remains dungeon?
No I'm still at DLC 3, just unlocked
Spoiler
Tia as a playable character
But thanks, I will try that :P hopefully I can set a number that won't go higher then 150 :/

Edit: How exactly does that script work? it's set to array of byte.

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 9:07 pm
by cdtrico
I wonder if there's a way to make buffs last infinitely,or something like making overdrive's buff duration not 20% but some insane number like 100000% or something, since having to reapply buffs all the time is so ugh.

Although i'm just being lazy to be fair.

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 9:32 pm
by qweasdzxc17
dallezh wrote:
Tue Oct 31, 2017 7:47 pm
qweasdzxc17 wrote:
Tue Oct 31, 2017 7:41 pm
dallezh wrote:
Tue Oct 31, 2017 7:28 pm
Any way for you to try and add a level table or figure out how to edit the EXP table? accedently used an infinite exp option in a trainer I used for move speed and now I got 9999999 exp lvl 150 and don't wanna risk getting to lvl 300 and 999 once I unlock those levels
Use the set exp script. Type something sensible in (int)xxxxxxx

Are you already at oracle remains dungeon?
No I'm still at DLC 3, just unlocked
Spoiler
Tia as a playable character
But thanks, I will try that :P hopefully I can set a number that won't go higher then 150 :/

Edit: How exactly does that script work? it's set to array of byte.
You have to open the script and modify the (int)xxxxxx directly, and activate the script and kill a mob.

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 9:33 pm
by qweasdzxc17
cdtrico wrote:
Tue Oct 31, 2017 9:07 pm
I wonder if there's a way to make buffs last infinitely,or something like making overdrive's buff duration not 20% but some insane number like 100000% or something, since having to reapply buffs all the time is so ugh.

Although i'm just being lazy to be fair.
Waaaaay beyond my skill level.

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 9:36 pm
by qweasdzxc17
Tbh i have an Infinite HP and SP script, but its been "appropriated" from a famous website, is it alright to post something like that?

Re: Sword Art Online: Hollow Realization Deluxe Edition

Posted: Tue Oct 31, 2017 11:02 pm
by ReDragonInc
qweasdzxc17 wrote:
Tue Oct 31, 2017 9:36 pm
Tbh i have an Infinite HP and SP script, but its been "appropriated" from a famous website, is it alright to post something like that?
That would be stealing, yes. Without permission and credit, it'd be taboo.