I have been trying everything I can think of with my extremely limited ActionScript knowledge. The problem is loading the game swf.
I have searched and searched and tested and tested, to no avail. I even straight up copied the code from Loader_Test.swf and edited it a bit to correct url requests, yet it won't load.
When running the code a the first error is error #1053: illegal override of removeChildren() in Game, then a bunch of #1065 reference errors are occuring, saying that variable x is not defined.
I feel a bit embarassed to be honest, I mean, loading the game should be simple..
What is the reason for this? Would anyone more experience with AS3 mind taking some time to look at this?
Even if you manage to get the files, wouldn't it all be linked to actually being on the website where the data is?
From what I could understand [which is nothing] you have to be on their client, the "loader" is the actual game, not the PTR.
Originally Posted by asamortal
That's because Test_Loader is just that, a Loader
Yeah, the loader loads the game swf. So it should be possible to load it the same way in a trainer, which the current trainers are doing (Carbon at least, been studying its code).
Originally Posted by Trash
Even if you manage to get the files, wouldn't it all be linked to actually being on the website where the data is?
From what I could understand [which is nothing] you have to be on their client, the "loader" is the actual game, not the PTR.
Hm, I'm not really sure what you mean here. The actual game is in an swf that the loader swf loads when you go to the game page. And which files are you speaking of?
Originally Posted by Biney
Hm, I'm not really sure what you mean here. The actual game is in an swf that the loader swf loads when you go to the game page. And which files are you speaking of?
I'm talking about the game in general, we all know we can load it, the issue is about the location of the testing swf.
[For saying get the files, I just wanted to sound smart, ignore that]
Originally Posted by Trash
I'm talking about the game in general, we all know we can load it, the issue is about the location of the testing swf.
[For saying get the files, I just wanted to sound smart, ignore that]
Finding the location of the testing swf isn't a problem though? Or are we talking about different things here?
/game/gamefiles/Gamenew_1021r1.swf
The game files in normal server and the ones in defaulttest.asp are different.
As far as I understand it, they are constantly changing since the Test Server isn't finalized yet. So its all just variable filenames.
You're better off waiting for the server rewrite to happen and THEN make your bot or just bot in the normal servers and use the ready-made bots for whatever it is you want to do.
Originally Posted by asamortal
The game files in normal server and the ones in defaulttest.asp are different.
As far as I understand it, they are constantly changing since the Test Server isn't finalized yet. So its all just variable filenames.
You're better off waiting for the server rewrite to happen and THEN make your bot or just bot in the normal servers and use the ready-made bots for whatever it is you want to do.
I think I see what you mean... Although I'll continue just in case.
I'm trying to do this merely because I'm curious, I want to find out what we can expect after the rewrite is finished.
Originally Posted by Biney
I think I see what you mean... Although I'll continue just in case.
I'm trying to do this merely because I'm curious, I want to find out what we can expect after the rewrite is finished.
Just know we can expect a mass nerf of stats and full luck isn't the main anymore.
It's not really a nerf though.
Fighter is now viable again and so is Hybrid.
Luck is being removed altogether though.
They want to make the game less dependent on crits.
Oh and they want a new Tank enhancement. Probably that Armsman Enhancement a few PTR tests ago..
Oh and Wizard got even more OP.
Yeah, the gamefile asp changes like every restart, just hope that this won't be the case once the rewrite is finalized, as that would make botting so painful.