The Surge

chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

The Surge

Post by chris83 » Thu Nov 23, 2017 12:57 am

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)
Last edited by chris83 on Sat Nov 25, 2017 5:28 am, edited 1 time in total.
niohjapan
Junior Member
Posts: 34
Joined: Sat Apr 15, 2017 8:44 pm

Re: The Surge

Post by niohjapan » Thu Nov 23, 2017 3:55 pm

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
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: The Surge

Post by chris83 » Thu Nov 23, 2017 9:31 pm

That is the address of each weapon proficiency; open advance mode and go to address location
xdtox
Junior Member
Posts: 11
Joined: Fri Sep 01, 2017 7:16 pm

Re: The Surge

Post by xdtox » Thu Nov 23, 2017 9:48 pm

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:
niohjapan
Junior Member
Posts: 34
Joined: Sat Apr 15, 2017 8:44 pm

Re: The Surge

Post by niohjapan » Thu Nov 23, 2017 10:12 pm

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
xdtox
Junior Member
Posts: 11
Joined: Fri Sep 01, 2017 7:16 pm

Re: The Surge

Post by xdtox » Fri Nov 24, 2017 6:03 pm

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
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: The Surge

Post by chris83 » Sat Nov 25, 2017 5:31 am

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!!!
xdtox
Junior Member
Posts: 11
Joined: Fri Sep 01, 2017 7:16 pm

Re: The Surge

Post by xdtox » Sat Nov 25, 2017 9:46 am

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
niohjapan
Junior Member
Posts: 34
Joined: Sat Apr 15, 2017 8:44 pm

Re: The Surge

Post by niohjapan » Sat Nov 25, 2017 2:15 pm

Now if only we can get a modify health stat
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: The Surge

Post by chris83 » Sat Nov 25, 2017 3:52 pm

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.
Post Reply