It should be ...main.asasm and not ...main.asam.
Btw the name of the program is r-abc-dasm without that extra 'a'.
Originally Posted by DatCoder
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
aaa.JPG
Originally Posted by pilplup
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
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
Originally Posted by pilplup
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
Originally Posted by Novaton
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
Originally Posted by pilplup
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?
Originally Posted by FatalSlice
can someone send me the updated version?
You can check on ****** Im sure. It has v1.13, although I'm not sure what version is current. Worth a look.