Jump to content

altronrain

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

altronrain's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Ok, it would be nice start. And how about quests and monster aql db? Shoulkd i comment.remove them too? And it seems i also need to find all morocc maps and push it to both server and client side, then replace npc and monsters too. Yes? Also Are there any resource with detailed patchnotes on each episode patch? iRoWiki helps only till Ep.8 or so... For example need to know, where (1-st prof Training Quests like Merchant, Swordman, Mage, Thief where implemented) solved
  2. What i want to do: (using latest rAthena + client 2013) downgrade server-side + sql db to Nameless Island Ep. (2008). What i need to edit? In tearms of maps, db, etc. (Especially interested in filenames to edit).
  3. Hello! Double Strike tooltip says it consumes 2 arrows, but in fact "eats" only one. Maybe it should be so, but seems very odd. How can i change this value to 2? (using pre-re db, if it matters).
  4. Okay. Tried to solve this by myself: 1.They say, it is new clients "feature". In my case, if i used full pre-re data folder, coloring was black as i wanted. So, after unpacking my grf (custom hercules that i downloaded with client.exe inside 1 rar archive) and replacing file-by-file i can say that that 2 card*.txt files do that (cardprefixname, cardpostfixname). So i deleted them (cause first of all i read data folder, and then .grf's). But i cant approve, if there are any issues with carded weapons and armors (cause i havn't cards to slot. Needs a test). 2. Not solved. Didn't try, though. 3. Solved (for those who seek the answer -- u need to change iteminfo.lua from pre-re client (and maybe use diff patcher to make changes in client.exe telling it to read ur iteminfo.lua first). 4. Changed langtype to 1 (amerika) + standart font size. 5. Didn't try.
  5. Can i ask u for help again? I had some (i hope last) issues with my server + client settings. 1. Item names text coloring settings. (now i have junk and usable items violet color, weapons - light green, my eyes >_<) 2. How to configure command usage (privilege). As i can remember old good [e]Athena have a special settings txt on server side for that needs. Interested in @mi, @showexp, etc. 3. I'm using pre-re server settings. But client tooltips for items (such as armor) using RE values. How to change it on client side? 4. How to better configure Fonts inside client. If i use Arial it seems too small. If i use larger then 10 values of size, some text can't fit boxes. Should i try original? (client supposed to always run with /showname command). 5. My actions to add some custom or latest official kRo hair styles, dyes? On server side and client. (need some testing with Stylist. maybe i have all what i need).
  6. Uugh ~ Recently I made a server using 20130807 packetver and pre-re db. Then diffed my latest client using official 20130807 Ragexe as a starting point. The problem is that on server side i configured conf/battle/monster.conf to show mob hp rates (hp/hp_full) ratio? But client side still shows me only names (uploaded sample). Any clues where should i start my search? grf? diff options? server side? (also minor questions: 1)is it normal, that porings strikes me up to 20+ dmg each time. hardcore beginning. I forgot how should it be. 2) what affects item tooltip colors? my eyes gonna blow up looking at violet text names of misc items )
  7. RAGE MODE activated! Thank you! Who know that opening clientinfo inside grf editor and saving changes didn't work ? Ofc i should repack grf with NEW file. Eh, my incredible stupidity so, tomorrow i should get rid of clif_parse and unknown packetver errors ? solved!
  8. A-ha! Using different variations of .exe in connect_log.txt i get 127.0.0.1:6900 Where should i change that to my server address (clientinfo.xml seems not affecting)
  9. Hello! I'm stuck with server & client configure and need some help. What i've done (i think that more information i provide, faster we can solve this problem): 1. Made a fresh VM install under XenServer with CentOS minimal 7.5 onboard. 2. Using tutorial i got latest (yesterday) rathena server. 3. Made some changes to src/packets.hpp and renewal.hpp (uploaded) packets.hpp #define PACKETVER 20130807 #endif renewal.hpp #ifndef CONFIG_RENEWAL_HPP #define CONFIG_RENEWAL_HPP //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE 4. Configured char_, map_, inter_athena.conf files (uploaded) char_athena.conf // Server Communication username and password. userid: rathena passwd: ragnarok // Server name, use alternative character such as ASCII 160 for spaces. // NOTE: Do not use spaces or any of these characters which are not allowed in // Windows filenames \/:*?"<>| // ... or else guild emblems won't work client-side! server_name: rAthena // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: Server // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 127.0.0.1 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is.y char_ip: 192.168.88.235 // Character Server Port char_port: 6121 map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.) userid: rathena passwd: ragnarok // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 192.168.88.235 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 192.168.88.235 // Map Server Port map_port: 5121 inter_athena.conf // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) // MySQL Login server login_server_ip: localhost login_server_port: 3306 login_server_id: rathena4444 login_server_pw: verysecretpasswd login_server_db: rathena4444_rag login_codepage: login_case_sensitive: no ipban_db_ip: localhost ipban_db_port: 3306 ipban_db_id: rathena4444 ipban_db_pw: verysecretpasswd ipban_db_db: rathena4444_rag ipban_codepage: // MySQL Character server char_server_ip: localhost char_server_port: 3306 char_server_id: rathena4444 char_server_pw: verysecretpasswd char_server_db: rathena4444_rag // MySQL Map Server map_server_ip: localhost map_server_port: 3306 map_server_id: rathena4444 map_server_pw: verysecretpasswd map_server_db: rathena4444_rag // MySQL Log Database log_db_ip: localhost log_db_port: 3306 log_db_id: rathena4444 log_db_pw: verysecretpasswd log_db_db: rathena4444_log log_codepage: log_login_db: loginlog 5. Made changes to mariadb login table according to char_ map_ conf user/pass 6. Compiled server with this options: ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64/libmysqlclient.so && make clean && make server --enable-packetver=20130807 7. Made permanent changes to firewalld (uploaded --list-all) public (active) target: default icmp-block-inversion: no interfaces: eth1 sources: services: ssh dhcpv6-client ports: 6900/tcp 5121/tcp 6121/tcp 4500/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules: So, server part seems to work well. 0 errors during startup. Client part: Downloaded Official kRo latest (or not for nowadays) from here: http://www.mediafire.com/file/3ysd21j25i3457e/Official+kRO+Client+(Last+Update+2017-07-05).rar Then i tried to use 2013-08-07 Full client from user themon (if i didnt mistake). That included .exe, lua, hercules.grf, option changer exe. (Then i tried my own default 2013-08-07Ragexe with some diff wariations). What's the problem: I cant see even tries for connect from client (in console). tcpdump on CentOS also says dat 0 packets recieved on port 6900. Windows with client said some strange info: at first tries my client seems to connect to korean ip's. Then after some plays with exe and diffs i cant see nothing in Wireshark. So it even didnt try to send packets, and Fails To Connect to Server. I tried to add clientinfo (using 36,46,45 versions with 192.168.88.235 ip - no result). But rathena itself dont need packet_db.txt anymore, and seems not to read clientinfo. Idk where is a mistake. I need help. It seems it's a client side problem mostly. I want to play RO already. if i'm right and this is a client< could someone ultimatively give me 20130807 full client as a solution. map_athena.conf firewall.txt inter_athena.conf char_athena.conf packets.hpp renewal.hpp
×
×
  • Create New...