• Hey everyone happy Christmas Eve we're aware of what's happened with the source code so to keep this simple absolutely don't post it on the site or use it to make mods with (it's not particularly preferable toward this end anyway) and tread lightly in general until we see how this settles, thanks to all and have a great holiday season -DT

Offsets

Nov 28, 2009 at 4:57 AM
Lvl 1
Forum Moderator
"Life begins and ends with Nu."
Join Date: May 28, 2008
Location: PMMM MMO
Posts: 3713
Age: 32
[49E6C8] = invincibility offset/timer - if set to 0 your temporary invincibility is removed.

Code:
push 1
push y
push x                               
CALL 0040EA70                  
ADD ESP,0C
This creates the big 'splosion seen after omega at cooridinates x and y (pixel value x 2^9).
Code:
push 1
push x
CALL 004702D0    = DNA
add esp 8
Deletes all npcs of type x.

Code:
PUSH 2
PUSH 0
PUSH 0
CALL doukutsu.0040EA70
ADD ESP,0C
I'm pretty sure this one flashes the screen, although I haven't used it in awhile. Not sure what the pushed value does.
 
Back
Top