Page 1 of 3

The Surge

Posted: Thu Nov 23, 2017 12:57 am
by chris83
The Surge (modifying damage/weapon proficiency)

Okay, everything seems to be using float, but if you want massive weapon damage, here you go.

Weapon-proficiency/damage

0x000005CD 461C3C00 (One-handed: 9999 weapon proficiency)
0x000005D1 461C3C00 (Staff: 9999 weapon proficiency)
0x000005D5 461C3C00 (Heavy-Duty: 9999 weapon proficiency)
0x000005D9 461C3C00 (Single-Rigged: 9999 weapon proficiency)
0x000005DD 461C3C00 (Twin-Rigged: 9999 weapon proficiency)

For those that have trouble with advance mode, here is the quick code (offsets had to be modified a little):

9999 Weapon proficiency

200005CC 3C1C4600
200005D0 3C1C4600
200005D4 3C1C4600
200005D8 3C1C4600
200005DC 3C1C4600
200005E0 00803F00

Weapon damage example: ASTir SpectreBite (44,334), Firebug Throttle (31,399), MG Judge (70,292), Spitfire Rod (48,002)

Re: The Surge

Posted: Thu Nov 23, 2017 3:55 pm
by niohjapan
Confused, how do i add these? If they are quick code already theyre not working, i assume the values are different perhaps.

A tutorial on the location of these would be great

Re: The Surge

Posted: Thu Nov 23, 2017 9:31 pm
by chris83
That is the address of each weapon proficiency; open advance mode and go to address location

Re: The Surge

Posted: Thu Nov 23, 2017 9:48 pm
by xdtox
chris83 wrote:That is the address of each weapon proficiency; open advance mode and go to address location
Hi iv tried looking for all those in advance but nothing shows up.

iv tired Hex, text, decimal ,float in the find window.

doesn't find anything.

Thanks for providing this anyway :thumbup:

Re: The Surge

Posted: Thu Nov 23, 2017 10:12 pm
by niohjapan
xdtox wrote:
chris83 wrote:That is the address of each weapon proficiency; open advance mode and go to address location
Hi iv tried looking for all those in advance but nothing shows up.

iv tired Hex, text, decimal ,float in the find window.

doesn't find anything.

Thanks for providing this anyway :thumbup:

They are there, not something you can search. Towards the bottom on the editor it says offset, it all goes in order

NVM, I got them to work, perfect

Re: The Surge

Posted: Fri Nov 24, 2017 6:03 pm
by xdtox
niohjapan wrote:
xdtox wrote:
chris83 wrote:That is the address of each weapon proficiency; open advance mode and go to address location
Hi iv tried looking for all those in advance but nothing shows up.

iv tired Hex, text, decimal ,float in the find window.

doesn't find anything.

Thanks for providing this anyway :thumbup:

They are there, not something you can search. Towards the bottom on the editor it says offset, it all goes in order

NVM, I got them to work, perfect


still new to advance mode iv looked though whole code nothing..

i know im a n00b :) but thx for the help though

Re: The Surge

Posted: Sat Nov 25, 2017 5:31 am
by chris83
xdtox wrote:
niohjapan wrote:
xdtox wrote:
chris83 wrote:That is the address of each weapon proficiency; open advance mode and go to address location
Hi iv tried looking for all those in advance but nothing shows up.

iv tired Hex, text, decimal ,float in the find window.

doesn't find anything.

Thanks for providing this anyway :thumbup:

They are there, not something you can search. Towards the bottom on the editor it says offset, it all goes in order

NVM, I got them to work, perfect


still new to advance mode iv looked though whole code nothing..

i know im a n00b :) but thx for the help though
I changed weapon proficiency to 9999 and added a quick code. The code has been tested!!!

Re: The Surge

Posted: Sat Nov 25, 2017 9:46 am
by xdtox
chris83 wrote:
xdtox wrote:
niohjapan wrote:
xdtox wrote:
chris83 wrote:That is the address of each weapon proficiency; open advance mode and go to address location
Hi iv tried looking for all those in advance but nothing shows up.

iv tired Hex, text, decimal ,float in the find window.

doesn't find anything.

Thanks for providing this anyway :thumbup:

They are there, not something you can search. Towards the bottom on the editor it says offset, it all goes in order

NVM, I got them to work, perfect


still new to advance mode iv looked though whole code nothing..

i know im a n00b :) but thx for the help though
I changed weapon proficiency to 9999 and added a quick code. The code has been tested!!!
awesome thanks all works :thumbup:

one little favour would you put if u wanted 9998 on one of the weapons? thx

Re: The Surge

Posted: Sat Nov 25, 2017 2:15 pm
by niohjapan
Now if only we can get a modify health stat

Re: The Surge

Posted: Sat Nov 25, 2017 3:52 pm
by chris83
niohjapan wrote:Now if only we can get a modify health stat
I'm trying to find health and stamina, but no luck. The values are difficult to find. However, I will keep searching.