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 FCode

  1. F

    Error 404 WZ.ASPX

    when i type the pic it redirect me to You must be registered for see element. and the game is closes.
  2. F

    getSession() problem

    i add all of them: mina-code, mysql-connector-java-bin, slf4j-api, slf4j-jdk14
  3. F

    getSession() problem

    Thank you fraysa the solution for this problem and i quote what i did. Now when i login and type the pic it redirct me to You must be registered for see element. and the game is closes
  4. F

    getSession() problem

    all the files in im server have that You must be registered for see element. error every line with getSession() in it got an error. i have no idea why, and the source is complied without any errors
  5. F

    Aria CMS [Front-end built using React]

    and how to install backend ?
  6. F

    NPC Dialog system

    public boolean getPCN() { return playercommandsnpc; } public void togglePCN() { playercommandsnpc = !playercommandsnpc; } case "npchat": player.togglePCN(); player.message("Your chat style NPC" + (player.getPCN() ? " ON" : " OFF") + ".")...
  7. F

    NPC Dialog system

    public boolean playercommandsnpc = false; public boolean setPCN() { return playercommandsnpc; } public boolean getPCN(boolean yn) { return playercommandsnpc = yn; } case "npcchat": if (player.playercommandsnpc = false)...
  8. F

    Aria CMS [Front-end built using React]

    is there a place we need to put out database info ? because my ranking is loading all the time and i can't login or join
  9. F

    NPC Dialog system

    i'm trying to make command which changing the ingame command from message to getNPCTalk. NPCchat You must be registered for see element.
  10. F

    Development v117.2 Source

    people still use Win XP ?
  11. F

    MapleCrystal Source Reactor Bugs

    i have bug in my reactor i can my android follows me, but other see his freezing. PiratePQ we need to brake the boxes for the keys, when the box are breaking it's restore back after a sec. HenesysPQ the flowers that drops seeds need to be restore but they don't. it's an global bugs, with all...
Back
Top