Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. hmm, Dynamic IP.. As I remember, most ISPs open ports for IPs. ask them to open it to your ID, not WAN IP, since this wan ip is being expired. Do you use PPPoE? and just making sure, you've successfully forward these ports on your router to your PC right?
  2. server.dat? what is it? I can't found it on my RO.. is that a file of a patcher? You can try to send a patch to them and replace their server.dat file. Hope it helps...
  3. here's in my configuration: char_ip: My Wan IP map_ip: My Wan IP and the rest of _ip is filled as 127.0.0.1. I did nothing with subnet_athena.conf and is working fine. I suggest you to use 127.0.0.1 instead of 192.168.x.x because it's making sure that the servers are connecting to the localhost (your PC). you use only 1 pc for these servers right? so just use 127.0.0.1. and here's what I got recently You should call your ISP to allow you open ports from your PC.
  4. *run the setup.exe using the 'as administrator' too
  5. have you forward your ports? try to search on google to see whether you're PUBLIC to the publics or not. If you're currently not PUBLIC, call your ISP to grant ports opened to your internet's ID
  6. alright, check data.ini what are the grfs that are being used except data.grf? open that GRF and get the clientinfo.xml from that grf (better delete it) and get the clientinfo.xml that connects to 127.0.0.1 to the 'data' folder. btw, Is that for me?
  7. Sure, no problem. Yep, it's made for security.. If you want to disable auto close, someone has made it and posted on the forum.. (I mean he has found the way to Hex the client..
  8. As I remember, this is the trick that I did when I change the patcher from NeonCube to JikariCube. In neoncube, send change.rar change.rar includes: my client.exe (which is actually a .bat file, to copy the jikaricube exe file (I mean replace)) a folder consisting the jikaricube.exe configuration files and things needed to run the jikaricube.exe Then, when player open up the patcher, they get it and the files were extracted. Then, when they press "Start Game", it starts the bat command, to replace the old neoncube.exe. after that, it directly turn on (start) the new patcher (the jikaricube.exe) and I send another rar through JikariCube, consisting: The new client exe file And boom, done. Quite complicated tho.. especially in writing the bat code (sorry I lost it already..)
  9. Winz

    Main Chat

    Oh yes, Nyashuki was right. I was only finding the message function for the message; on how to print it.
  10. make sure when you diff the client, you untick the "skip service selection" thing..
  11. Yep, it's made for security.. On clientinfo.xml: <connection> <display>Server Name 1</display> <address>Server IP address</address> <port>6900</port> </connection> <connection> <display>Server Name 2</display> <address>Server IP address</address> <port>6901</port> </connection> If you want to run 2 servers on 1 machine, you will need to open 3 other port: the login, map, and char server port for the 2nd server. e.g: 6901, 5122, 6122 And notice the difference on the clientinfo, especially the ports
  12. your server is in your own computer right? then set the clientinfo.xml: <address>127.0.0.1</address> instead of 60.54.40.44
  13. Glad to help you. If you want, you can send your GRF to me. through this thread or PM is fine.
  14. manually means you open the .diff file / .patch file and see what are the things being changed there..
  15. Please put a [solved] tag on the tag box. Kindly help the moderators too~ *It's a help for the moderators and comers who would like to help, so they can skip solved problems. either way, it's not painful for you, is it?
  16. Winz

    Main Chat

    Finally someone is asking for a change in SRC that I (emm, could understand). Please wait for my post! Sorry, I can't help. I am confused with the language src\map\intif.c line: 200~206 int intif_main_message(struct map_session_data* sd, const char* message) { char output[256]; nullpo_ret(sd); // format the message for main broadcasting snprintf( output, sizeof(output), msg_txt(386), sd->status.name, message ); // send the message using the inter-server broadcast service intif_broadcast2( output, strlen(output) + 1, 0xFE000000, 0, 0, 0, 0 ); // log the chat message log_chat( LOG_CHAT_MAINCHAT, 0, sd->status.char_id, sd->status.account_id, mapindex_id2name(sd->mapindex), sd->bl.x, sd->bl.y, NULL, message ); return 0; } I believe it's there. oh wait, msg_txt(386) There's somewhere else
  17. Winz

    Delay

    Please put the [solved] tag when solved.
  18. Winz

    error

    try the skip packet obfusijraklfidso (sorry obsfur ah I forget) the one that Earthlingz did.. skip packet obfuscation fix that's it.
  19. ./athena-start stop and then su <enter password> ./athena-start stop ./athena-start stop ./athena-start stop or simply reboot your VPS and start the server again. *be sure you're inside your server's trunk folder.
  20. therefore, go catch the server hosting company and report this there.
  21. Winz

    @commands

    hmm, weird. it should work. make sure that you've typed them correctly: <tab><tab>go:<space>true
  22. commands: { autoloot: true alootid: true autotrade: true warp: true etc.
  23. hmm, I used a 2012-04-10 client and it works well. as well as 2012-04-18. But now, I am using 2011-03-15.. Infinite loop through setup.exe? Kill the ro client from the task manager and run the setup.exe or opensetup.txt as an administrator. Before that, make sure that the System and SaveData folder are writtable (right click, untick the "read-only")
  24. skillinfoz folder? but I would suggest you to download a fresh translated lua flies..
×
×
  • Create New...