Seven Souls Online CFS
Posted: Thu Feb 16, 2012 5:34 pm
The contents of this post was deleted because of possible forum rules violation.
Code: Select all
idstring "CFS007"
get DUMMY byte
get DUMMY byte
get DUMMY long
get NAME string
goto 0xf4
get ZSIZE longlong
get SIZE longlong
math OFFSET = 0x11c
if SIZE == 0
log NAME OFFSET ZSIZE
else
clog NAME OFFSET ZSIZE SIZE
endif