Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. No, I and probably everyone else won't be able to ping it, it's behind a DNS server right? I think you use a wrong hosting for this purpose
  2. Wew... You can edit the default value in your exe, but if you're careless, you will broke the exe filesize checksum.. (Correct me if I'm wrong) As we know exe file isn't like a txt file that we can edit freely, exe file has a numerous of headers, and one of them is the filesize. So it means, if the original value is www.google.com, and you edit it into www.google2.com, them you have added a single ASCII string '2', therefore it won't match your original filesize checksum, because your newly created exe has increased it's size by 1 byte. If you edit your www.google.com into something shorter like www.google.co, then don't forget to replace the old hex value into 00, not 20 (space)
  3. Maybe you should contact the help support from no-ip, because no one can ping your zapro.no-ip.info except by yourself. That's why I asked you earlier if no-ip is using dynamic or static IP, you can enable 'ip_sync_interval' if you're using dynamic IP
  4. Nice, last change was at 2012-08-27, 11:13:14. Hmm does the requirement only for Java & Open GL programmers? What about the UI, what language does it use?
  5. Please do not double post --> http://rathena.org/board/topic/70519-logo-request/
  6. I saw goddameit too on eA, is that the same person? And also nice script, thanks for sharing
  7. Hmm.. I have set these conf with 'new_account: yes' and 'char_new: 1' but can't make a new char with charname_M/_F. Is it a server or client problem?
  8. Wew... I think rAthena can only read numerical IP address. The server have to run on static IP instead of dynamic IP, and don't forget about the clientinfo too to reflect the current IP address. No-IP is a dynamic IP + DNS server right?
  9. Have you try to use client exe with another date?
  10. map_ip is your WAN, login_ip and char_ip is your IP that can be found from cmd > ipconfig. Address in clientinfo is the same like login_ip and char_ip. It seems the problem comes from the client you use, try to change the client date and the diff patcher settings, and also recheck your packet_ver in db/packet_db.txt
  11. After reading posts on http://rathena.org/board/forum/19-client-patcher-support/, I see that there're lots of repeating pattern of questions. Is there a FAQ about server & client? I rarely see someone give a link to the wiki, they just giving answers over and over again. Hmm Akkarin, where did you get those signature line?
  12. You have to change the 'skillnametable.txt' in your data folder, this will happen if the skillnametable comes from kRO.
  13. Hmm your screenshot says that you're using eAthena rev 15177, does eAthena works just like rAthena?
  14. Hmm... renaming mmo.h won't make a difference I think, because it's needed only in compilation process, right? Btw, do you know where can I learn on how to customize the server? (such as adding new custom maps like this one http://rathena.org/board/files/file/2482-custom-vending-map/ or this http://rathena.org/board/files/file/2263-market-map-by-olrox/) I always go to wiki first but 'map' search only returns 3 topics.
  15. I'm glad that the forum members are helpful, even to newcomers Yes SeraphSephiroth, I think the customization part will take the most of our time, I never thought the process was so easy to set up a rAthena server (well, not too easy actually) When I read this wiki http://rathena.org/wiki/Import_folder, it is said that every value that are saved to that folder are protected from being overwritten when we are updating our SVN, so it means it doesn't necessarily to rename each files for each settings? 1. Can I put values from 'db/packet_db.txt' and 'trunk/char_athena.conf' in a single txt file in import folder? 2. And does import folder works only for 'conf' folder? I mean, when I edit my 'src\common\mmo.h' can I put that too in import folder? Or does the import folder works only for .conf files? Thank you..
  16. Thanks for the help so far, today I'm able to connect to server and play Although I got some error messages related to lua things and korean skillnames
  17. Okay, I have reinstalled (unrar) the kRO I downloaded from RMS.net, and overwrite the 'rsu-kro-rag-lite' + 'rsu-kro-renewal-lite' from RMS.net. But my folder doesn't like http://ratemyserver.net/images/roclient_dir_sample_01052011.jpg My folder doesn't have the following folders: AI, Data, HShield, PatchClient, Replay, Skin.
  18. Thanks for the reply Seraph Sephiroth Miruku is a client too like kRO, can be found here http://rathena.org/b...equested-links/ Hmmh... I think I need to start things all over again from zero, because it's pretty messed up in this point... I have a fresh copy of kRO from that link, and also have the latest patch from here ftp://ragnarok.nowcdn.co.kr:20021/Patch/ So all I need to do is: Reinstall kRO + MySQL, and also recompile rAthena latest SVN version. Download a RagexeRE from http://subversion.as...eetools/clients, probably 2011-09-06aRagexeRE Diff the client with Shinryo's http://rathena.org/b...s-diff-patcher/ Set the clientinfo.xml to the correct ip address Are there any steps that I missed?
  19. Have you tried to tackle with older clients?
  20. I've tried that version too, maybe it's not yet fully supported for rAthena?
  21. I have tried using 2012-04-10a and get the exactly the same error message like this too http://rathena.org/b..._hl__reqaccname, I also have tried different diff combination from Shin's Patcher.. I have tried different combinations in mmo.h & packet_db.txt but still no luck, even with original/diffed client.exe Until now, I'm still learning from this forum Hmm.. I wish someone can edit the wiki, because the information about client is not too clear
  22. Okay, I have created another char from SQL table, and managed to read the server name from Server selection window in client exe. Now I got another error message from mapserv-sql.exe I have tried using 2011-10-25aRagexeRE.exe and changed the mmo.h into #define PACKETVER 20111025, then recompile it. But the mapserv is still not recognizing the packet version, it's strange because 20111025 is defined explicitly in the mmo.h itself..
  23. Thanks for the link bakuriyu2, original patcher from kRO and Miruku are always failed too
×
×
  • Create New...