Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. please mark the answer / mark as solved by full-editing the first post
  2. The Wiki Link I gave you is to answer "Okay, I don't fully get what I'd need to change to fix the problem if it is a result of this file. Here's it's original state". It IS recommended for you to enable read data folder first (for easy customizing). but when you have distributed the client files, then you need to diff another client with "read data folder first" disabled. Since you're using 2013 kRO, you don't need to run the raglite. the english data folder v1 v2 v3 v4 or others is a nice way to get things done. But, you need to see the compatibility of those folders Okay, just forget the last sentence. there's a lua problem from the error message you get. get a new one from here (2011-03-15): (svn checkout) http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ or simply use the lua files inside data folder v3. Another question, when you try to connect your client to the server, does the login server (log-serv_sql.exe) gives any information about the login?
  3. here's a detailed explanation for clientinfo.xml: http://rathena.org/wiki/Clientinfo after reading that, do NOT change (only IFF you know what you're doing): - <servicetype> - <servertype> - <version> - <langtype> (it just got correctly running) You were saying about you have forwarded the port correctly. check it if it's really open to the net or not: www.canyouseeme.org (let's talk about connecting it offline first) Are those 3 server exes have the permission of both Windows Firewall and your own Firewall to communicate through Internet communication system (through the net)? * Windows Firewall rules editing: Start > Control Panel > search: "Allow a program" Where did you get the clientinfo.xml? is it from data folder? or GRF folder? How do you get the client? do you diff it manually? or downloaded others'? If you diff it manually, do you enable "read data folder first"? (If yes, then you can put the edited clientinfo on the data folder. if no, then you need to put it inside a grf)
  4. make sure you are using the lua files that are suitable with your client (should be on the same date). If you have modified something, make sure you do not mess up with the tabs, spaces, and others. 2012 04 10 lua lub files translated http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/
  5. it's not suggested that the max view id of client to be really high. I use max. 2500 (If I'm not mistaken) and it works perfectly. check on lua files/datainfo/accname accessoryid lua lub, make sure everything is typed nicely, the tabs, the spaces, and everything
  6. you may want to take a look the files inside "save", "system" folder, as well as inside the lua files folder and edit some files of it. check the permissions too (maybe you want to do this from cmd)
  7. Backup server files: copy and paste the data, save the chars / accounts / others: just backup SQL (using MySQL Workbench / PHPMyAdmin / other applications you like) save logs: if it's on linux-based system, you can try this: (first, go to the root of your RO server folder) ./athena-start start >> athena.txt 2>&1 &
  8. there's another configuration for drop rate too. /conf/battle/drops.conf
  9. changing core thing will need you to understand what you are doing.
  10. what is your RO server to be exact? anyway, since you're using a 2013 client, you will need to upgrade / update your server. (please just google on how to update / upgrade an SVN) answer: if you're using tortoiseSVN, you can right click on the folder, and click update.
  11. that configuration goes to /data/clientinfo.xml. check that file (open using a text editor) and you can set both server, and "The Balloon", and address (which is to be your server IP (127.0.0.1 for localhost / your WAN)).
  12. \data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\ or \data\texture\유저인터페이스 check the subfolders
  13. I suspect the int is 32767 (max integer I've ever seen on stats of RO) or maybe more (changed from the configs). and as Emistry said, the damage turned to 0.
  14. Are you upgrading / updating your server but not updating the SQL server? If yes, then you will need to do so. open your query browser and execute all SQL upgrades from 2013-02-14--16-15 to 2013-04-16--01-24 (from the later day to the newer day) sorry, I can't support you in your native language. I hope this is translatable.
  15. IF you are alright with NPCs, disguising as monsters, that can be killed, then this may do it: (put this inside any working NPC script) monster "prontera",188,197,"Poring 1",1002,1; syntax: monster <"map name">, <x>, <y>, <"display name">, <mob id>, <amount>[, <"event label">]; source: http://rathena.org/wiki/Monster
  16. So, you're saying that I only can do it on some specific threads? alright then, I will try to look for it on my previous threads. Thanks for answering politely and properly!
  17. oh. it's either you include those grf files inside the /conf/grf-files.txt (and change map_athena.conf, use_grf: yes) or rebuild a mapcache.dat. I would suggest you to use the rebuild mapcache.dat. it's pretty difficult in the beginning, but useful when you restart your server several times and it helps to lower down the system resources being used (disk and memory) you can search the guide for rebuilding mapcache somewhere here on the board. keyword: adding custom maps (i guess rA's wiki has it too)
  18. Hello, I'm not somehow sure, but I use Jikari and I don't need to run it as admin and it gets the patchlist directly and even patching the files completely. Therefore, I'm not thinking it's the problem. but, it's worth a try
  19. that's nice! please mark this thread as solved / answered. I guess you may do it by editing the first post. glad that could be a help! (y)
  20. hello Kami675, Neoncube Patcher will overwrite every file it receives, and will not merge any of them (unless there's a new file). Neoncube also do not do text processing (which refers to modify content of the file). therefore, if you are sending accname, accessoryid lua lub, and other files, it is suggested that you send the whole updated file. Get this for example / reference: http://www.mediafire.com/download/voycezth463yudb/ex.grf *note: careful, do not send it to the clients. just download and extract it and see how the things are. Hope this helps~
  21. If you would like to, I suggest you to upgrade to rAthena. here's the SVN where I found the packetdb I posted earlier: Rev.17690
  22. well then.. do you have any connection to the server? can you try to open: testroserver.com/patch/patchlist.txt (the point is to get the patchlist.txt) through browser? ih, gitu aja kok enggak tau sih? blgnya bukan pemilik servernya lg. padahal cuma buka webpage doang.. =.= *No, it's not something important
  23. it's on mob_db. go to db/pre-re or db/re (depends on which do you use)/mob_db or /db/mob_db2 (for custom monsters or monsters that are not listed on mob_db)
  24. you can (and recommended to) leave the packetdb ver to default. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/packet_db.txt this packetdb supports till 2013-07-17. just try~ (your client should be earlier than or equal to 2013-07-17)
×
×
  • Create New...