ArrowOutdatedAll codes Here

Posts 3143 of 43 · Page 3 of 3
When trying to do rabcasm client-1\client-1.main.asasm (or in my case <rabcasm a-new-1\a-new-1.main.asasm>) I recieve this:


c:\RABCDAsm>rabcasm a-new-1\a-new-1.main.asasm
object.Exception@assembler.d(1239): a-new-1\com/company/assembleegameclient/obje
cts\Player.class.asasm(7974,7):
(included from a-new-1\com/company/assembleegameclient/objects/Player.sc
ript.asasm(39,32))
(included from a-new-1\a-new-1.main.asasm(367,72))
----------------
443314
44319F
4020DA
42A1B7
429DD3
45150D
----------------
object.Exception@assembler.d(1030): Unknown opcode trait
----------------
443314
44319F
426300
42FAF6
425E11
425D8A
4259C8
28000000
486C30C1
914007D
FFFFFFFFC4000000
50002400
----------------
Well you got the command right. The error is telling you something is wrong with the code. It means you made a mistake somewhere when inserting the code (line 7974 is the one it's complaining about).
Could you be more specific about where I inserted the code? Does you mean line 7974 in the Player.class.asasm or in the actual swf itself when I edited it with yogda?
It means the compiler (rabcasm) looks at line 7974 of the Player.class.asasm file and says, "there is a problem here." Not sure what hack you are trying to implement but it sounds like you placed it in a wrong area. Each instruction is to have their own line so make sure you don't put them back to back on same line (not sure if that's your problem).
Ah I realized that in the instructions it stats that _-u7 ends with "end ; method" and not "end ; trait". You should probably change that in the instructions.
Code:
  trait method QName(PackageNamespace(""), "_-u7")
   method
    refid "com.company.assembleegameclient.objects:Player/_-u7"
    param QName(PackageNamespace(""), "Number")
    returns QName(PackageNamespace(""), "void")
    body

.... [bunch of instructions here] ....

      returnvoid
     end ; code
    end ; body
   end ; method
  end ; trait
That is the function block (all the code for _-u7). Replace all that with autoaim code.

Make sure you start from "trait method QName(PackageNamespace(""), "_-u7")" and scroll down till you reach "end ; trait".
Recompiling is using these two commands:
rabcasm client-1\client-1.main.asasm
abcreplace client.swf 1 client-1\client-1.main.abc

Correct?
Recompiling really is only the rabcasm command. The abcreplace command puts the compiled .abc file you made with rabcasm into the .swf file by replacing the old one.

But ya the commands you listed should work barring any editing errors.
I correctly replaced the code for the "No Projectiles" but I get this error now when recompiling:

c:\RABCDAsm>rabcasm client-1\client-1.main.asasm
object.Exception@assembler.d(1239): client-1\com/company/assembleegameclient/obj
ects\Projectile.class.asasm(3576,98):
(included from client-1\com/company/assembleegameclient/objects/Projecti
le.script.asasm(31,36))
(included from client-1\client-1.main.asasm(382,76))
----------------
443314
44319F
4020DA
42A1B7
429DD3
45150D
----------------
object.Exception@assembler.d(572): Unknown private namespace name
----------------
443314
44319F
426300
42FAF6
425E11
425D8A
4259C8
42590C
----------------
I haven't tried the no projectiles yet. Maybe someone who did the no projectiles can help?
Ok so I correctly finished the fullscreen hack but unfortunetly the UI is very large and doesn't fit on my screen could you please point out how to modify it to fit on specific settings?
I need the code for making the client show connection messages
Hum, I have it, but I can't edit the damn first post to add codes... I will probably make another post with all code and adding the new ones, and editing the outdated ones. I hate this thing, but... I will have to ass soon as I can, couse my connection is ... not... my connection even ISN'T (cogito ergo sum, my connection doesn't cogitat)

---------- Post added at 08:01 AM ---------- Previous post was at 07:59 AM ----------

Quote Originally Posted by SkyCamre View Post
I need the code for making the client show connection messages
now i can give you this
http://www.mpgh.net/forum/599-realm-...-messages.html
Posts 3143 of 43 · Page 3 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?