View Single Post
Old 02-15-2014, 10:41 PM   #11
Shadow Stranger
Avatar
 

Join Date: December 9, 2007
Posts: 594
Default Re: Ironworks Forum mod for W&W

One other thing I need to research, can you be a Warlock and then use the hacked Warlock ascension to become a Valkyrie?
No, the person has "Completed Warlock Training", she can't then go on to use the Warlock ascension to become a Valkyrie...

The Monk ascension seemed to work properly. Here is how to hack it for the Ishad N'ha Dojo record, at offset 9,707:
9, 2, 78, 0, 79, 0, 80, 0, 10, 2, 255, 3, 41, 7
78,79,80 are conversation pieces:
78, Do you want to cancel your Monk training?
79, Yes
80, No
255,3 is the offset the program goes to when you choose the cancel option.
41,7 is a very commonly used offset, it is the second last byte in the record. It presumably ends the running of code.

193,1 is the start of the actual Monk class ascension. (This equates to 9,246 in absolute terms, from the start of the file, but this measurement is not used in the code. Said code starts all measurements from the start of the given shop record, it never accesses the records of other shops.)
At offsets 9,719 and 9,720 the idea is to replace 41 and 7 with 193 and 1: when you refuse to cancel Monk training the ascension is then enacted. Here is the hex for the alterations:
000025F7: 29 C1
000025F8: 07 01

You can keep to the original 48 hours if you want to, just don't cancel the training.
Ditto you can make the training time whatever you want, when you are ready for ascension just go to the Bushi guild and hit the cancel button.

Last edited by Shadow Stranger; 02-16-2014 at 12:55 PM. Reason: Correct offset where Monk training starts
Shadow Stranger is offline   Reply With Quote