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 doraemon2000

  1. doraemon2000

    [PHP/MySQL] Update mysql row

    If this is available to the public, make sure you prevent SQL injections by using mysql_real_escape_string() example: mysql_real_escape_string($_POST[amount]');
  2. doraemon2000

    [Java]Simple file wont compile

    I compiled it fine with JRE6, no errors. This is the output I get: @EliteGM This is a valid operation, I haven't looked at the code if it's what he wants, but it basically assigns startsum to 1000 and then slutsum to startsum (I think Java is right-assignment with the "=" operator, correct me...
  3. doraemon2000

    I can help people setup servers. *Rich people*

    AZnShXnObI: Notice how under your name it says Newbie? Perhaps you should demonstrate how helpful you are first before claming.
  4. doraemon2000

    web packages?

    Ragnarok Online Control Panel was designed by Azndragon a while back, I'm not sure if he still manages the project. But you can find their IRC channel at irc.deltaanime.net #rocp.
  5. doraemon2000

    Panda back, Og0 club online!

    This is the Engrish download page: You must be registered for see element.
  6. doraemon2000

    Help! How to let other people connect to my server?

    Use search and read up on hexed exe and sclientinfo.xml.
  7. doraemon2000

    ragnarok error

    As Takashi said, this is a exe problem. It is usually caused by incorrect version of exe compared to client. It is also caused by sprite errors that are generated from custom classes or items.
  8. doraemon2000

    Problem

    I'm not sure if they fixed the problem yet, but you need to use the dos names for the directory because the space messes it up. data: C:\progra~1\Gravity\RagnarokOnline\data.grf You can also try it with quotes but I'm not 100% sure if that works.
  9. doraemon2000

    A Few Questions...

    Exp tables have already been premade. The actually setting can be configured in the eAthena config files. You can search on the eAthena forums. Search for the link in this forum if you don't have it. Status points can be raised with commands such as /str 1 or @agi 1 as well as NPC commands.
  10. doraemon2000

    Um i just wana know...

    You can get free dynamic dns EASILY, not to mention there are FTP servers that you can get for a one-time fee of $3 lol.
  11. doraemon2000

    Problem connecting

    It seems like he's on a router, I'm not sure if his router supports loopbacks.
  12. doraemon2000

    Skills are not working... (eAthena)

    When you used the skill, did you have the requirements? Like having an equipped spear?
  13. doraemon2000

    [requst]i can find here guid how to build ragnarok PS

    Here's the order you should do things 1) Look at the stickies 2) Use the search 3) Post a topic about your issue PLEASE DO NOT JUMP TO STEP 3 WITHOUT GOING THROUGH 1 AND 2.
  14. doraemon2000

    Problem connecting

    If your server is hosted on another computer in your LAN, then input your LAN IP into sclientinfo.xml. If your server is hosted on the computer with the client, then input 127.0.0.1 into your sclientinfo.xml.
  15. doraemon2000

    RO Resource Files and Links

    Language of skin: Go copy and paste it off iRO or download a translated one. Language of item: Encrypt/Decrypt itemdesc etc, whichever your executable requires. (usuually encrypted)
Back
Top