Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by noviceboy55

  1. noviceboy55

    v175 problem on connecting from remote computer

    Bump~ where is this AES key bytes array that I'm supposed to be updating? Getting the exact same problem here
  2. noviceboy55

    LeaderMS v.62 (Rev. 2) | Stable

    When you're still lurking around on Ragezone MS Dev helping people You must be registered for see element.
  3. noviceboy55

    character getting stuck v146

    Bump! After extensive testing, it is confirmed that There is no issue with getting stuck or anything of that sort if connecting with linkallports false However, I have only been able to get the client working on localhost if linkallports is false and for it to be public, I need to enable...
  4. noviceboy55

    character getting stuck v146

    Bump! Can't get the client working publicly with linkallports false
  5. noviceboy55

    character getting stuck v146

    Yep did all that but doesn't get connection when linkAllPorts is false so definitely something wrong with the cryptokey. Is there a possibility that the values inside the source itself is wrong? Just for the record, this is the Crypto I tried using (based on the values given in the source under...
  6. noviceboy55

    character getting stuck v146

    Meanwhile, can't find a better redirector RIP. Do you have any to recommend? I mean I am currently using "your" flawlessrelay client which you linked somewhere in your arcenis thread as well as diamondo's msauth
  7. noviceboy55

    character getting stuck v146

    Bump /2short
  8. noviceboy55

    character getting stuck v146

    Bump! This may sound ridiculous but after much debugging, I have an issue that somewhat goes like this. (Arcenis 146 source) I couldn't exactly find the a method for monsters taking damage and the closest I got, being "applyAttack" in DamageParse did not seem to have anything that might have...
  9. noviceboy55

    character getting stuck v146

    As an extension of the previous problem and also a bump, I realised that I consistently crash when doing bosses (horntail, arkarium, pinkbean, von leon etc). It's kind of a weird crash issue since it seems to have something to do with the time you stay in the map or the number of attacks you...
  10. noviceboy55

    character getting stuck v146

    Added System.out.println("test"); to multiple sections of sessionclosed in MapleServerHandler and none of them showed up in console when "Quit Game" was clicked. You must be registered for see element. Current sessionclosed @Override public void sessionClosed(final IoSession session)...
  11. noviceboy55

    character getting stuck v146

    Source used : v146 arcenis Basically when the "quit game" button is clicked, the character is not disconnected from the game but the client gets taken back to the login page. I added debug messages to the disconnect method under mapleclient and realised that it was completely unused when the...
  12. noviceboy55

    dumping to sql mushy

    Worked around the problem by ripping wz_ tables from a backed up sql file
  13. noviceboy55

    [MapleStory] Looking for team! [Game & Web Developers, GFXers]

    I don't know about other designers but they picked You must be registered for see element. over You must be registered for see element. claiming the former was more professional Just a heads up to those intent on doing design for them on what they expect
  14. noviceboy55

    dumping to sql mushy

    Decompiled it online and got this /* * Decompiled with CFR 0_118. * * Could not load the following classes: * lib.data.MapleData * lib.data.MapleDataProvider * lib.data.MapleDataProviderFactory * lib.data.MapleDataTool * net.DatabaseConnection */ package tools.wztosql; import...
  15. noviceboy55

    dumping to sql mushy

    Oops, merge please
Back
Top