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 Entourage

  1. Entourage

    [EVENT] eim.dispose();

    I just don't understand why it gives me an error saying the the dispose method can not be found. In 3rdjob.js, I simply add an invoked function (I think) that simply does nothing, just to see if the errors would stop popping up after I call eim.dispose(). The errors don't pop up! It doesn't...
  2. Entourage

    Unlocking Old Quests

    Yeah, I changed around some stuff but it still didn't make a difference whatsoever. What have you edited that worked? If you could point out exactly what you changed, it would be appreciated so I can try it.
  3. Entourage

    Unlocking Old Quests

    Yeah, unfortunately it looks like I have to do that. I'm going to remove the lock in Quest.wz, the actual wz file and just require my players to download it when the launcher detects its not the same. Oh, how perfect it would be if I didn't have to do it this way haha. - You must be...
  4. Entourage

    Unlocking Old Quests

    Source: ThePack II My whole mission here is to get all of the old GMS quests working again without having to rewrite everything (like I just had to do with Roger's Apple). In v62's training camp, there are a bunch of quests that require you to have the Wizet Plain Suit item in order to be able...
  5. Entourage

    updateSingleStat()

    Fixed it :p, had to change importPackage(net.sf.odinms.client); to importPackage(client); -___-
  6. Entourage

    updateSingleStat()

    Source: v62 ThePack II Issue: Whenever I try to use the method qm.updateSingleStat() in a quest script, it returns an error describing that "MapleStat" or "HP" isn't defined. Script Location: Method in MapleCharacter: Error returned: ReferenceError: "MapleStat" is not defined. (<Unknown...
  7. Entourage

    [Release]NooBMS v62 Repack

    I'm interested in this, know what's inside?
  8. Entourage

    NostalgicMS Ver. 62 Source (Rev. 01)

    I tried contacting you on Skype to tell you about how much I admire this fabulous project, but no repo from you since you must be fairly busy. Anyway, I really do enjoy your work and encourage you to keep moving forward buddy. - You must be registered for see element.
  9. Entourage

    NPC sendNextPrev & sendYesNo

    Pressing NO unfortunately still d/cs me. I'm using Xiuz v62 btw.
  10. Entourage

    NPC sendNextPrev & sendYesNo

    Right now, I'm trying to create the beginning of an NPC script which allows sendNextPrev & sendYesNo to be used in the same script. You must be registered for see element. On sendNextPrev, if next is pressed, mode = 1. If back is pressed mode = 0. On sendYesNo, if Yes is pressed, mode = 1. If...
  11. Entourage

    Using the Jansi library in your server console.

    This is sick! Gonna try it out asap thanks man
  12. Entourage

    v62 SET_NPC_SCRIPTABLE Opcode

    You must be registered for see element. I've been trying to figure out what the opcode is for v62, messing around via repetitive trial and error but it's going to take a long time before I get the right one. I'm supposed to mainly focus on working up from NPC_ANIMATION, but that opcode doesn't...
  13. Entourage

    Fixing Broken Quests MOOPLEDEV

    I was thinking this because there's only a few customized quests inside that folder, let me know when you're back!
  14. Entourage

    Fixing Broken Quests MOOPLEDEV

    Using MoopleDEV r120. Required quests are broken, for example "I'll Show You How to Hunt" for a level 2 KoC is broken. By broken, I mean if you click on the quest, nothing happens and no dialogue pops up. Any idea regarding how to fix these broken quests? Where would they be located, I'm...
  15. Entourage

    Return Map

    I need to make a portal script that returns you to the map that you were in before you entered the portal. I thought the return map was 999999999? If I use this as the target map in a portal script then the portal doesn't work. Any ideas?
Back
Top