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 Thane Krios

  1. Thane Krios

    [Merry Christmas 2017] Vertisy v90, Mushy Pro v179, Nox v176, Rien v83, Evan Client

    Aight, all drama aside. This in its own regards is a good release. Anyone who can benefit or learn off of any of this is good by me. Sorry to Biesmen who had to clean up the mess. Merry belated Christmas. Hope everyone has a great time for the rest of their Christmas breaks~!
  2. Thane Krios

    A major delay when another play logs in

    @br1337 Is probably right. If you're using MapleSolaxia as well their database doesn't have foreign keys and dependencies established so what tends to happen is queststatus or something starts filling up on quest entries that no longer exists. You have to set a dependency between the quest...
  3. Thane Krios

    Adding buffs for specific maps if certain job

    I believe it'd just be cleaner to do it through the onMapEnter scripts.
  4. Thane Krios

    Solaxia Removing NPCs or Hiding Them

    @Yuuroido I did that and I also commented out writeInt(0) and it worked but only once. Leaving the writeInt(0) makes it not work. No idea how this works haha Edit: One sec I'll take a look now.
  5. Thane Krios

    Solaxia Removing NPCs or Hiding Them

    @Novak Huh? They access it just fine because I'm calling a getter method in MapleCharacter on MapleMap. Pretty sure the packet for removing the NPC isn't correct. Edit: And looking at removeNpc it already gets the object ID. public final void removeNpc(final int npcid) { MapleNPC npc...
  6. Thane Krios

    Solaxia Removing NPCs or Hiding Them

    I'm currently implementing the 3rd job advancement for Cygnus on a source I'm working on and it involves finding an NPC where it is removed and a monster spawns in its place. I came across two methods in MapleMap as a result: removeNpc and toggleHiddenNpc, both of which don't seem to work or I'm...
  7. Thane Krios

    Notifying player of a certain boss spawning in a map (even if there is no one)

    You can just have an event script that looks through each map you want and spawn it there. Once it's done broadcast a server wide message alerting everyone.
  8. Thane Krios

    WZ Chairs Glitching in and Out

    Thanks, I'll give that a look. It seems v142 has a ton of missing PNGs as well when ported to v83. I guess I'll have to do some research or trial and error.
  9. Thane Krios

    WZ Chairs Glitching in and Out

    Is this what you mean by the character coordinates don't change unless you're on mount? You must be registered for see element.
  10. Thane Krios

    WZ Chairs Glitching in and Out

    That helps a lot. As for copying and pasting, I kinda just wanted to see all the new NPCs and spawn them for entertainment purposes. As for your note on chairs that clears up everything. I'll just import chairs from v1.42 instead. It was nice to see some frozen content though, haha. Does this...
  11. Thane Krios

    WZ Chairs Glitching in and Out

    Thanks. I've also been trying to add NPCs as well. These are my steps: Open v83 NPC.wz on left side of Wzrepacker Open v175 NPC.wz on right side Noticed that they seemed to contain same NPC stuff and format, so I deleted everything from the v83 NPC and copied and pasted over from the v175 side...
  12. Thane Krios

    WZ Chairs Glitching in and Out

    So I was able to successfully import chairs, but some of them are missing an image as a tooltip or when you sit on some they glitch in and out of the game. What is this? To fix for the images missing in the tooltip I've just went down a version and imported those chairs over (which DO have the...
  13. Thane Krios

    v83 Stop scheduled task

    It's because the event instance is canceled when a player logs out. When that happens the timer task is working on a null pointer and therefore throws that error.
  14. Thane Krios

    WZ Importing Monsters

    @Eric Sorry, I had posted this before you edited your post!
  15. Thane Krios

    WZ Importing Monsters

    @Eric I tried exporting the String > Mob.img data into another .img file and import it into my v83 files, but it didn't work. Is my procedure incorrect? Edit: never mind, got it. I had to click on String.wz instead of Mob.img when importing.
Back
Top