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 Cygnus

  1. Cygnus

    [Request] PCMaple Re-Pack v2.5

    I agree with what you're saying, I wouldn't bother looking for a specific repack if I went for something like v59, I'd naturally go with rev988. You saying "compare it to something like lithium" however, doesn't get your point across. And seeing as the OP bothers to make a thread for a specific...
  2. Cygnus

    [Request] PCMaple Re-Pack v2.5

    I don't see how comparing a v111 source to a v55 is relevant for someone looking for a specific version of an ancient repack.
  3. Cygnus

    [Release] OdinTeh/MoopleDev Zakum Squad NPC

    cm.sendOk for selections will DC unless your source converts it to cm.sendSimple. var toSend = "The total number of applicants are #b" + noOfChars + "#k, and the list of the applicants is as follows.\r\n"; for (var i = 1; i <= noOfChars; i++) {...
  4. Cygnus

    [Release] OdinTeh/MoopleDev Zakum Squad NPC

    I know what it is, my remark was meant at the quotation of the map id. It's unnecessary and ugly (in my opinion...). It's not bad for your first script, but it could be shortened a bit. For example, status--; will never be reached since you already have a sendOk for mode == 0, even if you hadn't...
  5. Cygnus

    [Release] OdinTeh/MoopleDev Zakum Squad NPC

    So the text is 100% gms-like? Also what's this, lol. cm.warp("280030000");
  6. Cygnus

    [Request] PCMaple Re-Pack v2.5

    ??? Also, I don't think there's much to choose from in terms of v55 with downloads available.
  7. Cygnus

    [BETA] MapleBitCMS

    Job names aren't parsed in (both) character.php
  8. Cygnus

    v55 to v56.

    Here are a few opcodes INVENTORY_OPERATION = 26 INVENTORY_GROW = 27 STAT_CHANGED = 28 TEMPORARY_STAT_SET = 29 TEMPORARY_STAT_RESET = 30 FORCED_STAT_SET = 31 FORCED_STAT_RESET = 32 CHANGE_SKILL_RECORD_RESULT = 33 SKILL_USE_RESULT = 34 GIVE_POPULARITY_RESULT = 35 MESSAGE = 36...
  9. Cygnus

    Squad NPC Help.

    You're disposing in the same status as the selection...
  10. Cygnus

    Web Best book or website to learn C#

    While this approach may work well if you have prior experience in another programming language, even then reading a book will often be more efficient and teach you good practice. A lot of it comes down to personal preference, while I personally could never suffer through reading an entire book...
  11. Cygnus

    problem with chatting...

    Well, assuming there is a separate chat server, out of those 3 it would be the last one. First one being loginserver, second being world/channel server. Try logging in and typing something in one of your non-all chats and see if a new connection is invoked. I'm not sure how you're connecting to...
  12. Cygnus

    problem with chatting...

    Resource Monitor that comes with Windows lets you view internet connectivity and you can filter it to display only that of a specific process, ie. Maplestory.exe
  13. Cygnus

    problem with chatting...

    Well, have you tried tracking internet connectivity from the client? If nexon implemented a separate chat server it could try to broadcast the packet through that server.
  14. Cygnus

    [javascript] automated timer

    It should execute once per channel, so if you get the same amount of calls as you have channels, there's your answer.
  15. Cygnus

    [javascript] automated timer

    There's nothing wrong with the event script, it's scheduled to execute start() every 6 minutes. Also, you removed a 0 from the schedule I posted, meaning it will execute every 6 minutes rather than the 60 you asked for.
Back
Top