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 kinkyms

  1. K

    Changing max mesos per bag in client

    I'm attempting to hex edit a v83 client to increase the current 50000 limit on meso bags. I tried making it 250000, then 1000000, then 5000000.. I don't think anything has changed. I tried doing ctrl +f and searching for 50000 as a 32-bit signed long, and found it.. and modified the hex to...
  2. K

    [v83] Warp to top of map command

    Thanks buddy. Here's all of my changeMap functions. public void changeMap(int map) { changeMap(map, 0); } public void changeMap(int map, int portal) { MapleMap warpMap = client.getChannelServer().getMapFactory().getMap(map); changeMap(warpMap...
  3. K

    [v83] Warp to top of map command

    Thanks. However, this does not work. I believe this is almost the same command I have as my normal warp command. I tried !warp 6820002000 11, and tried changing the # to a few different numbers. There's portals 0 through 16 on the Ghost Chimney map (which is the ID i provided). I'm not sure...
  4. K

    [v83] Warp to top of map command

    Hello, I've tried looking around for a command like this but I can't seem to find one. I've also tried taking a look at the current warp command to see how it works to see if I could modify it to do this. I'm looking to somehow create a command that warps you to the top of the map. For example...
  5. K

    [MapleStory] Recruiting Coders/Developers

    Bump. Looking for a coder still. Position is paid.
  6. K

    [MapleStory] Recruiting Coders/Developers

    Bump. I'm still looking for a coder. I'm willing to pay for your work. I hope to make a successful server. Thanks :)
  7. K

    Windows 8 will NOT start v83

    Keep Windows 8 if you want. Download VMWare Player (free). Find a torrent for Windows 7 ISO or use your CD if you have one to install Windows 7 in VMWare Player. Now you can play MapleStory right in VMWare Player. I find it to be easier this way than if you weren't using VMWare, IMO.
  8. K

    [MapleStory] Recruiting Coders/Developers

    Bump. Wanting to start this soon. Add me on skype at live:kinkyms or kinkyms@outlook.com
  9. K

    [MapleStory] Recruiting Coders/Developers

    I'm looking to create a v83 MapleStory server and am looking for a coder/coders to help make my server's dreams a reality. I am willing to pay for your services if necessary. I'm not looking for coders who are inexperienced. Please PM me if interested.
Back
Top