[RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

Results 1 to 7 of 7
  1. #1
    Member Glorious is offline
    MemberRank
    Jan 2016 Join Date
    50Posts

    [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    Actionscript 3 MMOE Client source completely reorganised done by and made compatible with MMOE source by @Skillyy including a server source

    you open Cli Source with INTELLIJ then go into Cli_source\src\com\company\assembleegameclient\network\parameters you then press ctrl+f then search for :8888 and it should come up as
    }
    public static function _fK_():String{
    return ("localhost:8888"); // Change this to switch host (Default port 8080)
    }
    change 127.0.0.1 to your hamachi ip or vps ip or keep it 127.0.0.1 if you want to keep it localhost you then press ctrl+shift+alt+s together and a pop up window should come up go to the dependencies tab press new and then locate where your Flex SDK
    file and it should be extracted to a folder containing only the files in the flex sdk zip archive,
    the download for the adobe flex SDK file is Download Adobe Flex SDK
    if it is already there then you dont have to redo that one then you press the green button
    at the top, now you are done you have now made your client! now you go to the client source Cli_source\debug\file\outputclient.swf which is your client!
    Screenshots



    Source Link
    https://github.com/mulekabam239/AS3-Clubs_Organized
    Last edited by Glorious; 06-05-16 at 10:14 PM.


  2. #2
    JScoder exe19890522 is offline
    MemberRank
    Dec 2011 Join Date
    chinaLocation
    454Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    @Glorious
    excause me,do you build the .swf file?i use intellij 14 build this code ,it give this log:
    Information:[ROMclient (module Cli_source)]: Starting Flex compiler:
    "D:\Program Files (x86)\IntelliJ IDEA 14.0.2\jre\jre\bin\java.exe" -Dapplication.home=G:\tdownloader\flex -Xmx384m -Dsun.io.useCanonCaches=false -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\idea-flex-compiler-fix.jar;D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\flex-compiler.jar;G:\tdownloader\flex\lib\flex-compiler-oem.jar" com.intellij.flex.compiler.FlexCompiler 55472
    Information:[ROMclient (module Cli_source)]: mxmlc -load-config=C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
    Information:[ROMclient (module Cli_source)]: Loading configuration file C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
    Information:[ROMclient (module Cli_source)]: H:\tdownloader\AS3-Clubs_Organized-master\ROMclient.swf (271692 bytes)
    Information:[ROMclient (module Cli_source)]: Compilation successful
    Information:2016/5/25 0025 下午 3:25 - Compilation completed successfully with 6 warnings in 4 sec
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_05R_\GTween.as
    Warning:Warning:line (37)[ROMclient (module Cli_source)]: Error code: 1008: variable 'data' has no type declaration.
    Warning:Warning:line (448)[ROMclient (module Cli_source)]: Error code: 1084: var 'tween' will be scoped to the default namespace: TargetProxy: internal. It will not be visible outside of this package.
    Warning:Warning:line (453)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'callProperty' has no type declaration.
    Warning:Warning:line (456)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'getProperty' has no type declaration.
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_sp\_09K_.as
    Warning:Warning:line (162)[ROMclient (module Cli_source)]: Error code: 1008: variable '_local1' has no type declaration.
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\menus\_02a.as
    Warning:Warning:[ROMclient (module Cli_source)]: This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
    -----------------------------
    what does it wrong?i didn't change anyone.how can i fix those error?

  3. #3
    Member Glorious is offline
    MemberRank
    Jan 2016 Join Date
    50Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    Quote Originally Posted by exe19890522 View Post
    @Glorious
    excause me,do you build the .swf file?i use intellij 14 build this code ,it give this log:
    Information:[ROMclient (module Cli_source)]: Starting Flex compiler:
    "D:\Program Files (x86)\IntelliJ IDEA 14.0.2\jre\jre\bin\java.exe" -Dapplication.home=G:\tdownloader\flex -Xmx384m -Dsun.io.useCanonCaches=false -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\idea-flex-compiler-fix.jar;D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\flex-compiler.jar;G:\tdownloader\flex\lib\flex-compiler-oem.jar" com.intellij.flex.compiler.FlexCompiler 55472
    Information:[ROMclient (module Cli_source)]: mxmlc -load-config=C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
    Information:[ROMclient (module Cli_source)]: Loading configuration file C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
    Information:[ROMclient (module Cli_source)]: H:\tdownloader\AS3-Clubs_Organized-master\ROMclient.swf (271692 bytes)
    Information:[ROMclient (module Cli_source)]: Compilation successful
    Information:2016/5/25 0025 下午 3:25 - Compilation completed successfully with 6 warnings in 4 sec
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_05R_\GTween.as
    Warning:Warning:line (37)[ROMclient (module Cli_source)]: Error code: 1008: variable 'data' has no type declaration.
    Warning:Warning:line (448)[ROMclient (module Cli_source)]: Error code: 1084: var 'tween' will be scoped to the default namespace:
    TargetProxy: internal. It will not be visible outside of this package.
    Warning:Warning:line (453)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'callProperty' has no type declaration.
    Warning:Warning:line (456)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'getProperty' has no type declaration.
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_sp\_09K_.as
    Warning:Warning:line (162)[ROMclient (module Cli_source)]: Error code: 1008: variable '_local1' has no type declaration.
    H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\menus\_02a.as
    Warning:Warning:[ROMclient (module Cli_source)]: This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
    -----------------------------
    what does it wrong?i didn't change anyone.how can i fix those error?
    From what i can see it looks as if you have not imported the flex sdk properly add me on skype and i can help you further, i have Pm'd you my skype name

  4. #4
    JScoder exe19890522 is offline
    MemberRank
    Dec 2011 Join Date
    chinaLocation
    454Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    i don't know why,i had add flex sdk to intellij idea when i import project.
    in the intellij's project structure--projet setting--modules,in the label"dependencies",i add the flex sdk which you give in the 1#

  5. #5
    JScoder exe19890522 is offline
    MemberRank
    Dec 2011 Join Date
    chinaLocation
    454Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    i don't know why,when the .wserver.exe file is running,it eat many cpu ,more than 90% will be cost so the pc is very slowly and laggy, games have high delay.Excuse me, your source code is also compiled to do so as me? how can i fix the code ?
    sorry for my bad english.

  6. #6
    Member Glorious is offline
    MemberRank
    Jan 2016 Join Date
    50Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    Quote Originally Posted by exe19890522 View Post
    i don't know why,when the .wserver.exe file is running,it eat many cpu ,more than 90% will be cost so the pc is very slowly and laggy, games have high delay.Excuse me, your source code is also compiled to do so as me? how can i fix the code ?
    sorry for my bad english.
    It should not be eating so much cpu? how much ram does your pc have?

  7. #7
    JScoder exe19890522 is offline
    MemberRank
    Dec 2011 Join Date
    chinaLocation
    454Posts

    Re: [RotMG] Actionscript 3 MMOE client Source [ORGANIZED] and Server files

    just 4g under win7-64.when wserver.exe is running,the ram is not full,just cpu is full,i don't know why.
    btw,i also don't know why the client.swf is so small just only 300kb+ after i rebuild the client code.
    the client.swf in the code folder is more than 2.8mb.maybe i lossing something.



Advertisement