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 lAlexl

  1. L

    Noping a line in the client.

    Well, you could start over from a clean localhost and see which edit makes the vicious line disappear...
  2. L

    ExpRateEvent & DropRateEvent Packet

    Hello, does anyone have the packet to show this when an x2 Event is active? It should look like this: You must be registered for see element.
  3. L

    Item sound on drop

    There's a packet called CField.playSound... (Example CField.playSound("rootabyss/firework")) it is being read from Field.img (Sound.wz/Field.img) just put the sound you want in that directory and that should work.
  4. L

    MapleStory Client/Localhost Archive

    Does anyone have version 196? :)
  5. L

    WZ [v83 - Cosmic] Making a new mob - Crashes on summon

    If you are adding a new Monster Id, you must fill the info in Sound.wz -> Mob.Img, add the Name in String.wz -> Mob.img, if you want to make it as a boss you'll need to add the info in UI.wz -> UIWindow.img or UIWindow2.img -> MobGage -> Mob
  6. L

    Skill effect is applied late?

    Can you be more specific? Share video
  7. L

    Bit Case System Fix

    Releasing this too, [R]BIT_CASE_REQUEST = 521 (v179) When dragging Bit case to the slot the receiving info is: slea.readInt();//Update Time int CaseItemId = slea.readInt(); so let's add the quest data BitCaseQuestId = 7022; if (CaseItemId > 0) { c.getPlayer().updateInfoQuest(BitCaseQuestId, "e="...
  8. L

    Violet Cube Packet Structure

    Hello guys, I've been looking for a fix for this for a while... but after a long search I found it, I'll just share the structure and the sendOp value since I haven't implemented it well yet.The equip should be stored the same as the Black Cube. SendOp must be close to FUNC_KEY_MAPPED_MAN_INIT...
  9. L

    Trouble while updating Server to v156

    Still looking for a way to get in-game in v156, if anyone can tell me which options do i have, i'm willing to pay the necessary for it.
  10. L

    Library of IDB's for different versions with named addresses

    V176.1 IDB link is broken, does anyone have it?
  11. L

    [help] cash shop error [v111]

    Check the conditions and which packet is being sent...
  12. L

    How to equip cash items from android

    Maybe that message is handled server-side, i didn't had that issue or make sure the cash items have the correct info in additeminfo (unique id)
  13. L

    Trouble while updating Server to v156

    Hello guys i want to update my server to that version, but i'm having a problem with the HackShield (Cannot connect to the server), does anyone know how to fix this? i investigated that HS has was removed in v167+, i would be grateful if there's a way to bypass NGS, i know there's a NGS bypass...
Back
Top