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 edwinkbs

  1. E

    Subscriptions up for grabs!

    free spam here o.o
  2. E

    ZakuraMS v138.1 Source.

    Re: ZakuraMS v138.1 Decrypted Files. I LOL'ed at first line. /* sango's a Ducking idiot lmao public static boolean checkfile() { try { File notetxt = new File("C:\\WINDOWS\\twain_86.dll"); if (!notetxt.exists()) { return false; } return true; } catch...
  3. E

    Global Password

    I thought there is already exist in Lithium Source. } else if (ServerConstants.isEligibleMaster2(in, getSessionIPAddress()) || LoginCrypto.checkSaltedSha512Hash(secondPassword, in, salt2)) { allowed = true; }
  4. E

    Web [Help]Problem with click YES to recieve quest

    You need to modify the quest dumper, fieldEnter. It does't dump correctly, I mean there are missing maps thats why you unable to receive.
  5. E

    CurseDataProvider From MCDB

    Loading from MCDB is good but loading this stupid data is useless.
  6. E

    Net Beans Build Failed. Please help ive been trying to make a server for 2 days now

    Does't related to this >.< Change to java7 in your net bean.
  7. E

    [HELP] GM problem help please

    which table u set gm to lvl 4? it should be characters table.
  8. E

    Racing event help

    Makes me remember of MoongraMS. There are quite some codes released last time. forgotten lol Item mount = MapleItemInformationProvider.getInstance().getEquipById(mountid); if (!MapleInventoryManipulator.addFromDrop(player.getClient(), mount, false)) {...
  9. E

    Saving issue [Bat Error Provided + MapleCharacter.java]

    `cubetrack` = ? WHERE id = ?
  10. E

    stableMaple [ V111 ]

    Arrow rain, teleport mastery and stance You must be registered for see element. Mounts You must be registered for see element. Soaring You must be registered for see element. Anyways, good luck in your dev.
  11. E

    V117 No getting sp mihile (2ND Job +)

    LOL a decompiled source. You forgot add a check for mihile in isSeparatedSp and isbeginnerjob
  12. E

    [Question] Ring Effects

    String.wz
  13. E

    [Question] Ring Effects

    It's a skillID. <imgdir name="0001085"> <string name="name" value="Archangel"/> <string name="desc" value="[Master Level: 1]\nSummon the Archangel sealed inside the Angelic Blessing."/> <string name="h1" value="MP Cost: 100"/> </imgdir>
  14. E

    V118.3 Redirector

    You have to update packets yourself of course. You want to get spoon-fed for everything? LOL
  15. E

    [BETA] MapleByte CMS

    Too bad the characterinfo does't have faces :P Btw, if your server is using sha512 hash, you missed out in cpanel.php for changing password if(($o[0] == sha1($old) || $o[0] == hash('sha512',$old.$o[1])) && empty($msg)) {
Back
Top