QuestionHelpRABCADASM With 11.1

Posts 113 of 13 · Page 1 of 1
RABCADASM With 11.1
So far, I:

Swfdecompress
abcexport
rabcadasm
and edited the code via notepad++ with the SWF I am using (RotMG 11.1)

However, I tried to recompile the abc code through this command:
Code:
rabcasm .\rotmg-1\rotmg-1.main.asam
But it says Item Not Found, Syntax Not Correct, or Access Denied.



Can anyone help me?
I have the updated 11.1 version, want it?
Quote Originally Posted by Gunsofliberty View Post
I have the updated 11.1 version, want it?
I was looking for help with Rabcadasm?
It should be ...main.asasm and not ...main.asam.
Btw the name of the program is r-abc-dasm without that extra 'a'.
Quote Originally Posted by DatCoder View Post
It should be ...main.asasm and not ...main.asam.
Btw the name of the program is r-abc-dasm without that extra 'a'.
Thanks, I did
rabcasm .\rotmg-1\rotmg-1.main.asasm

and got this though :\



Do you know if the rabcasm was successful?
Also, I'm having trouble with the abcreplace command to recompile the action script.
Can you help me with the syntax of the command?
Thanks,
Pilplup
Quote Originally Posted by BRHthteheththerhehr View Post
Thanks, I did
rabcasm .\rotmg-1\rotmg-1.main.asasm

and got this though :\
What's with the random .\? Try:

Code:
rabcasm rotmg-1\rotmg-1.main.asasm
And then replace your swf with:

Code:
abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc
And if you are getting Access is Denied, open CMD as Administrator
Quote Originally Posted by BRHthteheththerhehr View Post
Novaton,
I still get this img net.net - The first domain name on the Internet!
when i rabcasm rotmg-1\rotmg-1.main.asasm

Do you know whether it is successful?
Upload your images to imgur and tag them here so we can actually see them.

This is what it should look like when the process is being completed(Cursor will be flashing):
 
Show


This is what it looks like when the process has been completed successfully(Cursor will be flashing):
 
Show


This is what it looks like when there has been an error:
 
Show





Quote Originally Posted by BRHthteheththerhehr View Post
And when I do abcreplace is says file not specified, but when I do abcreplace rotmg.swf 1 rotmg-1 it comes successful...
I don't quite understand what your trying to say here, and you only specified the directory and not the main abc file use:

Code:
abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc
Not
Code:
abcreplace rotmg.swf 1 rotmg-1
Quote Originally Posted by Novaton View Post

Code:
abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc
Not
Code:
abcreplace rotmg.swf 1 rotmg-1
When I do abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc, it says "File not found"

Also, when I rabcasm rotmg-1\rotmg-1.main.asasm, I get the error in the picture I posted earlier imgur: the simple image sharer
Quote Originally Posted by BRHthteheththerhehr View Post
When I do abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc, it says "File not found"

Also, when I rabcasm rotmg-1\rotmg-1.main.asasm, I get the error in the picture I posted earlier imgur: the simple image sharer
It seems as though you have code errors in projectile.class.asasm and projectile.script.asasm, did you insert the codes right? And also remember to use the right slash. \\\\
@Novaton Thanks for your help. I was having the same issue after I updated my Rabcdasm to the newest version.

Old version worked with ///// but I had to change to \\\\ for the new update.
can someone send me the updated version?
Quote Originally Posted by FatalSlice View Post
can someone send me the updated version?
You can check on Github Im sure. It has v1.13, although I'm not sure what version is current. Worth a look.
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?