It is still making me D/C
For me it is "_-n4" and "_-Lx" since it is version 4.0 instead of 4.3.
So it looks like this in my player.class.asam:
Any ideas why this would make me D/C? It seems like it should be the exact same as what you did.
So it looks like this in my player.class.asam:
Code:
L107:
iffalse L113
getlocal0
getlocal1
getproperty QName(PackageNamespace(""), "props_")
getproperty QName(PackageNamespace(""), "speed_")
initproperty QName(ProtectedNamespace("_-n4"), "_-Lx")
L113:
;----------------------------
; Sprite World Speed Hack
;----------------------------
getlex QName(PackageNamespace(""), "map_")
getproperty QName(PackageNamespace(""), "name_")
pushstring "Sprite World"
ifne NORMAL
getlocal0
pushdouble 1.5 ; speed factor : change to a value above 1
setproperty QName(ProtectedNamespace("_-2e"), "_-oe") ; Value inited using the props.speed ..
NORMAL:
;-----------------------------------------------------
returnvoid
end ; code
end ; body
end ; method
end ; trait


