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 eren123

  1. E

    WZ I found it

    plz delete I found out by myself
  2. E

    Rand32 generates wrong number

    I tried to implement damage check in my server yesterday;but because the random number is wrong, it calculates wrong number as well I tried a lot of way to fix it but none of them work :*: Please help me I really tried. :*::*: this is my code: public long Random() { long v3 =...
  3. E

    Where does MapleStory record the UI position ?

    Thanks for the information that you gave me. Now I'll try to figure out how to maximize the size so that I can put the QuestAlarm away LOL
  4. E

    Where does MapleStory record the UI position ?

    Thanks guys ! I found it ! but even if I found it I still have no idea why MapleStory would change the position into the 800x600 dimension every time if you restart the game or re-login again :*: is it because of the registry ?
  5. E

    Where does MapleStory record the UI position ?

    Since most of the v83 servers now has high resolution client in their server now, I am wondering how MapleStory records the position of the UI (such as Item Stats Skill...etc). The only one thing I know about this is CUIWnd::CreateUIWndPosSaved but it is just not right (I guess...) if you...
  6. E

    All addresses for v83 resolution change

    Much appreciated for your sharing !
  7. E

    All addresses for v83 resolution change

    What kind of addys that is missing ? I thought is was all LOL.
  8. E

    CRC bypass

    I forgot to reply LOL thanks for the help :)
  9. E

    CRC bypass

    I have a CRC bypass script that I can simply update the address to higher or lower version (OLD MAPLESTORY) Usually. I can bypass it from 0x00401000 to 0x00C010000 (it could be higher I think) but here comes the problem. I've updated my maplestory to a higher version it has limit which I can...
  10. E

    Please help me with the localhost

    I see. Thanks !! I'll try my best.
  11. E

    Please help me with the localhost

    So... it was because of the ip checks ? I thought it won't affect the game, so I didn't remove it I'll check it out. thanks !! I checked IP address and changed it to 127.0.0.1 but maplestory still stop responding anyone ?
  12. E

    Please help me with the localhost

    I unpacked the MapleStory.exe successfully and I removed HackShield and Security Check (I am not really sure about this) I could enter the game but the game stop responding soon after I open the game what else should I do ?
  13. E

    spawnPlayerMapObject problem

    fixed it by myself. :w00t:
  14. E

    spawnPlayerMapObject problem

    I have many problems about SecondaryStat::DecodeForRemote I think it is the problem
  15. E

    spawnPlayerMapObject problem

    bump!
Back
Top