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 blkancientss

  1. B

    [Network] Looking for Web coders + Designer

    I've done quite a bit in nodejs. Is the work paid or no.
  2. B

    [C++] Journey Client v83+

    I was trying to convert the latest version of wz files to nx to play around with them myself, but after converting, the file sizes were 2-5x bigger than the wz files. Is this correct or is something wrong with my nolifewztonx. Character went from 335mb to 1.38gb Map went from 1.8gb to 5.3gb and...
  3. B

    Creating a loop(?)

    TextBox[] textboxes = {textBox2, textBox3, textBox4, textBox5,textBox6, textBox7, textBox8}; int number = Convert.ToInt32(textBox1.Text); if (number <= 7 && number >= 1) { for (int i = 0; i < textboxes.length; i++) { if (i < number) { textboxes[i].BackColor = Color.DarkRed...
  4. B

    v156 can't login

    Update the packet..
  5. B

    NPC Script Dc After Selection

    Bro, MapleInfinity already told you what is wrong, you are just blind and don't realize it. else if (selection == 3) { cm.sendNext("Would you like to buy a fishing chair? You will need 10 plastic crowns!"); if(cm.haveItem(4000100, 10)) { cm.gainItem(4000100, -10); cm.gainItem(3011000, 1)...
  6. B

    Cash Shop Buying Error?

    cash shop buy handler.
  7. B

    Cash Shop Buying Error?

    Does it actually let you buy the items, or is it just showing the buy button.
  8. B

    how to create a memory dump?

    Yea if you could do the basic stuff that would be great.
  9. B

    how to create a memory dump?

    Facepalm. Uploading the v156 right now. You must be registered for see element. should b good now. I was wondering why ops weren't looking like what I sniffed. lol
  10. B

    how to create a memory dump?

    I editted my post for the new link.
  11. B

    how to create a memory dump?

    You must be registered for see element. Unpacked client. updated sry
  12. B

    Rollbacked Everytime, ExiledMS Source v117.2

    Try removing the , after 'vpoints' = ? I'm pretty sure it shouldn't be there.
  13. B

    v62 Compile

    Because it makes you look like an immature kid.
  14. B

    [MapleStory]HumanityReign Recruiting Staff/Devs

    No, he's talking to you. Using a free domain looks like poop.
  15. B

    " The ID has not yet been registered. "

    Look around the forums. Either add login through client or use a redirector.
Back
Top