Auto-Nexus not functioning with updated functions
Title pretty much says it all, I've used rabcasm to update all the functions, but it just lets you die in the realm.
Code:
pushtrue
pop
getlocal0
getlex QName(PackageNamespace(""), "map_")
getproperty QName(PackageNamespace(""), "player_")
ifne L612
getlex QName(PackageNamespace(""), "map_")
getproperty QName(PackageNamespace(""), "gs_")
getproperty QName(PackageNamespace(""), "gsc_")
getproperty QName(PackageNamespace(""), "server_")
getproperty QName(PackageNamespace(""), "name_")
pushstring "Nexus"
ifeq L612
getlex QName(PackageNamespace(""), "_-01F")
convert_d
getlex QName(PackageNamespace(""), "_-1B")
convert_d
divide
pushdouble 0.3
ifgt L612
getlex QName(PackageNamespace(""), "map_")
getproperty QName(PackageNamespace(""), "gs_")
getproperty QName(PackageNamespace(""), "gsc_")
callpropvoid QName(PackageNamespace(""), "_-0GK"), 0
Not really sure what the deal is. There are a few places (com\hurlant\crypto\hash\MAC.class.asasm) where the _-0Ja (Nexus function from last build) appeared but the new Nexus function (_-0GK) does not appear.
Ideas?