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 anhphu

  1. anhphu

    this MCPQ sources are working in V83?

    @Eric Does MapleSolaxia or MoopleDEV has getInstance to fit MonsterCarnival.java and MCParty.java. If not, How to add then? I got these line errors: MCParty.java MapleCharacter c = ChannelServer.getInstance(chr.getChannel()).getPlayerStorage().getCharacterById(chr.getId()); MonsterCarnival.java...
  2. anhphu

    Can't connect to V145/V146 Acernis Server?

    Thanks for your help, Volc. Appreaciated But now when i put ID and Password then click "Launch" it would be this You must be registered for see element. ID : shattered Password : itadakimasu My passworld has been gone and notthing happens
  3. anhphu

    Can't connect to V145/V146 Acernis Server?

    I've tried Netsh, Redirector by xStr0nGx, iRedirectoRX and still no luck. And I'm using Windows 10. You must be registered for see element. IP on server and Redirector is 127.0.0.1. And i got this. You must be registered for see element. I know this question is dumb but i'm new to redirector...
  4. anhphu

    Multi-World MoopleDEV Bugs

    Sad to say. There are'nt any errors or Exceptions.:$:
  5. anhphu

    Multi-World MoopleDEV Bugs

    Thanks Eric By the way, How to fix Channel Crashed by Bowman's Damages on BigFoots(9400575)? It appears often but still happening on my server. I seriously have no clue on this...:$:
  6. anhphu

    Multi-World MoopleDEV Bugs

    Fixed. For people having this error like me. This is a solution for you :) Go to Server.java add for (Channel ch1 : getChannelsFromWorld(1)) { ch1.broadcastPacket(packet); } after for (Channel ch : getChannelsFromWorld(0)) {...
  7. anhphu

    Multi-World MoopleDEV Bugs

    Bump~
  8. anhphu

    Multi-World MoopleDEV Bugs

    I tried to open 2 world at the same time and i got 2 errors in Bera. 1. Can't use Messenger(cash item) and command "Notice". public final class MapleMessenger { private int id; private List<MapleMessengerCharacter> members = new ArrayList<MapleMessengerCharacter>(3); private...
  9. anhphu

    [v83] MapleSolaxia Server Source

    I got this error when i tried to open 2 worlds. In world "2" it means BERA. The Messenger doesn't work. Please Help :$:
  10. anhphu

    Some things i'm stuck with

    Thanks for help me, here is the code of removefromslot:
  11. anhphu

    Some things i'm stuck with

    I got some bugs and errors which i don't know how to fix, I really appreciate to someone who help me :ott: 1) Channel Stuck : I got an information about this error, because of killing Big Foot and Headless Horseman. 2) Character Stuck : java.lang.NullPointerException at...
  12. anhphu

    Character disappears

    add table "heliosms.skillmacros" to fix Table 'heliosms.skillmacros' doesn't exist
  13. anhphu

    [holiday special] monster carnival

    Wow thanks so much for release this. Btw, I got some error after added the whole release ( i'm using MapleSolaxia V.83) MapleMonster.java public void dispel() { if (!isAlive()) return; for (MonsterStatus i : MonsterStatus.values()) { if (monsterBuffs.contains(i)) {...
  14. anhphu

    A few noob bugs/errors

    Thanks. I'm using JDK 1.7.0 , can you recommend me what version i need to update to ?
  15. anhphu

    A few noob bugs/errors

    1) The Npc will disappear in channel 1 but in another channel it still there. EX : In 12:00 PM i got cody (henesys) has disappeared in channel 1 but in channel 2-3-4 cody still there. In 16:00 PM i got Mia (Henesys) has disappeared in channel 1 and regular Cab has disappeared in channel 3. 2)...
Back
Top