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 swaggyp

  1. S

    Fix my ijl15 error 203.4 $$

    10$ to fix, price negotiable.
  2. S

    can't pass after clicking pin

    Are you entering the correct ID? It works for me
  3. S

    can't pass after clicking pin

    Go to ur wz folder and go inside map.wz. Is Map0 --> Map9 and move that inside your map folder
  4. S

    can't pass after clicking pin

    You must be registered for see element.
  5. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    Different problem now. I get a "player wasn't found in storage" which is caused by this if statement if (ip == null|| !s.substring(s.indexOf('/') + 1, s.length()).equals(ip.left))
  6. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    Thanks for the pointer! I found that the method getMapName(int mapid) in MapleMapFactory.java is returning null. Pretty sure the directory is wrong. Thanks again will update.
  7. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    Yeah, trying it right now. Different problem now. Pic sends me back to login screen. Same Recv 619 unhandled error. Guess I should start learning more. Different problem again. After pic, I get "Player wasn't found in storage". Which is caused if "transfer == null" and transfer is...
  8. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    Pretty much gave up. Will update this post if I do find a solution though. On that topic, anyone know if I can buy a source instead of using a public one? Trying to create a personal Maplestory experience with no intention of opening up a server. Yuan#2743 on discord told me to ask you about...
  9. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    c.loginData() is called inside "case LOGIN_REDIRECTOR:" but the entire thing is commented out. Trying MSAuth right now. Password is hashed correctly as I'm able to log in. Just get [Unhandled] [Recv] (619) spammed about 6 times after I enter PIC.
  10. S

    Offering 10$ through venmo or paypal to resolve this issue(can't progress after pin)

    I just set up a server using the Mushy Pro v179 source. Everything works until pic confirmation. I was able to create my account editing the sql table and I'm poking around the code to identify my issue but I'm entirely lost. I'm guessing something to do with this? "[Unhandled] [Recv]...
  11. S

    [V179.4] Lucid2.0 (updated mushy) src release

    Stuck on char select after entering pic. anyone know why? I tried searching forum posts but couldn't find anything. Fixed. Turns out the wz dumper put my map0->mapN out of the map folder
Back
Top