Jump to content

drifterxxxx2

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by drifterxxxx2

  1. Hi guys I want to modify hocus pocus/abracadabra in renewal. The rate of the skills hidden by '????' to be more precise. I found the scripts.. but I don't know what to change.. I want the chance of 'Class change' to be 0.3% but no idea where to modify Can someone share or comment how this script (abra_db.txt) works? many thanks
  2. updated both now, i was missing the update from rsu-kro-rag-lite.exe but still same error, I login, pincode, choose to make a character, then stops working where do i find .spr .bmp updates?
  3. updated kRO via rsu-kro-renewal-lite.exe nothing changes :/
  4. i have that exact same folder inside the client does the exe has something to do with missing .bmp tho???
  5. is the latest rathena from github (without packet_db.txt) i'm still getting the error i've got a question, i have a 2015 exe that worked fine but i get a lot .bmp errors with costumes inside the game, does the exe has something to do with this?
  6. I'm trying this exe but it doesn't seem to work everytime i connect to the server, put the pincode and try to click con "+" to create my character it says "server has stopped working" then asks me if i want to debug or close. no idea what it is :/ added this to my packet_db.txt // 2017-01-25aRagexe packet_ver: 57 packet_keys: 0x066E04FE,0x3004224A,0x04FF0458 0x0438,7,actionrequest,2:6 0x0879,10,useskilltoid,2:4:6 0x0930,5,walktoxy,2 0x0943,6,ticksend,2 0x0881,5,changedir,2:4 0x087B,6,takeitem,2 0x0877,6,dropitem,2:4 0x091C,8,movetokafra,2:4 0x095C,8,movefromkafra,2:4 0x092B,10,useskilltopos,2:4:6:8 0x089B,90,useskilltoposinfo,2:4:6:8:10 0x0965,6,getcharnamerequest,2 0x0898,6,solvecharname,2 0x0929,12,searchstoreinfolistitemclick,2:6:10 0x0968,2,searchstoreinfonextpage,0 0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15 0x087D,-1,reqtradebuyingstore,2:4:8:12 0x091B,6,reqclickbuyingstore,2 0x091D,2,reqclosebuyingstore,0 0x08A5,-1,reqopenbuyingstore,2:4:8:9:89 0x0944,18,bookingregreq,2:4:6 //0x0884,8 CZ_JOIN_BATTLE_FIELD 0x0895,-1,itemlistwindowselected,2:4:8:12 0x0811,19,wanttoconnection,2:6:10:14:18 0x086E,26,partyinvite2,2 //0x0894,4 CZ_GANGSI_RANK 0x0920,26,friendslistadd,2 0x0876,5,hommenu,2:4 0x0893,36,storagepassword,2:4:20 clientinfo.xml version is 57 packets.h is changed to 20170125 I recompiled i've downloaded System folder from this page DATA.ini is set to read my sever first, then data, rdata, ourdata.grf server goes all green, client connects, but then this error occurs any ideas?
  7. I have the same issue, it happens i know how to fix it from a GUI but not on my linux vps using the console after you triple check map_athena, char_athena, inter_athena you can try this. you're suposed to create a database adding the tables for main.sql and logs.sql (other ones are not critical for logging in to the client) if you have access to a GUI sql manager you'll see in the 'login' table which loaded from logs.sql that the 'data' tab is still s1,p1 If this is true, change it to whatever your username/password for mysql is adding letter S to sex. (you can add GM acc here too) If this is false (values are changed), you have an issue with either char_athena, map_athena or inter_athena data. Remember, you must put a static IP if you're building a local server or host IP if you have a VPS You must create another user to manage the database and give it permissions! Did you add this to your inter_athena? sql.db_hostname: //your server IP sql.db_port: 3306 //same value sql.db_username: //same user as mysql (the one you created) sql.db_password: //same password as mysql sql.db_database: //name of your database (added main.sql and logs.sql) sql.codepage: Last tip. If you succesfully created main.sql logs.sql tables this value (on inter_athena): log_db_db: must be the name of your database and NOT 'log' sorry if i can't help you more, i feel your pain with this
  8. changed it now is worst [SQL]: Can't connect to MySQL server on 'xx.xx.xx.xx' (111) [Error]: Couldn't connect with uname='user1',passwd='password1',host='xx.xx.xx.xx',port='3306',database='server1' [Debug]: at map.cpp:4073 [Debug]: at map.cpp:4075 I also modified my log_db_db from "server1" to "log" and the error message change into this [Error]: Can not connect to login-server. [Error]: The server communication passwords (default s1/p1) are probably invalid. [Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S. [Error]: The communication passwords are set in map_athena.conf and char_athena.conf [Warning]: Connection to Login Server lost. map_athena.conf and char_athena.conf username and passwords are the same as inter_athena.conf EDIT: what are the login tables?
  9. hi guys Debian 9 x64 (vps) i'm having an issue when starting rAthena ./athena-start start after login-server, char-server and map-server start (all green) this error starts to show up when they try to connect [Info]: Attempt to connect to login-server... [Status]: Connecting to xx.xx.xx.xx:6900 [Error]: make_connection: connect failed (socket #5, error 111: Connection refused)! root@xxxxxxxx:~/rAthena# [Status]: Done reading '11561' entries in 'db/re/item_db.txt'. [Status]: Done reading '0' entries in 'db/import/item_db.txt'. [Status]: Done reading '1' entries in 'db/item_avail.txt'. [Status]: Done reading '8' entries in 'db/re/item_stack.txt'. [Status]: Done reading '125' entries in 'db/item_nouse.txt'. [Status]: Done reading '0' entries in 'db/re/item_group_db.txt'. [Status]: Event 'OnInit' executed with '2146' NPCs. [Status]: Server is 'ready' and listening on port '5121'. [Status]: Attempting to connect to Char Server. Please wait. [Status]: Connecting to xx.xx.xx.xx:6121 [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)! [Info]: Attempt to connect to login-server... [Status]: Connecting to xx.xx.xx.xx:6900 [Error]: make_connection: connect failed (socket #5, error 111: Connection refused)! [Status]: Connecting to xx.xx.xx.xx:6121 [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)! [Info]: Attempt to connect to login-server... [Status]: Connecting to xx.xx.xx.xx:6900 [Error]: make_connection: connect failed (socket #5, error 111: Connection refused)! [Status]: Connecting to xx.xx.xx.xx:6121 [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)! [Info]: Attempt to connect to login-server... [Status]: Connecting to xx.xx.xx.xx:6900 [Error]: make_connection: connect failed (socket #5, error 111: Connection refused)! this is my inter_athena.conf sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: user1 sql.db_password: password1 sql.db_database: server1 sql.codepage: // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: user1 login_server_pw: password1 login_server_db: server1 login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: user1 ipban_db_pw: password1 ipban_db_db: server1 ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: user1 char_server_pw: password1 char_server_db: server1 // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: user1 map_server_pw: password1 map_server_db: server1 // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: user1 log_db_pw: password1 log_db_db: server1 log_codepage: log_login_db: loginlog I tried: - adding ports to iptables - changing ports - triple check char_athena, map_athena, login_athena - mysql is running all good, the user has privileges, etc any ideas? i'm not very familiarized with debian commands so please put the full input ty!
  10. ty for your response I solved it. I was missing packages and their updates
  11. hi guys i'm trying to install rAthena on my centOS 7 vps following this guide https://github.com/rathena/rathena/wiki/Install-on-Centos whenever i try to install mysql ( yum install make mysql mysql-devel mysql-server pcre-devel zlib-devel git ) a lot of error messages start to show up eg: Error: package: sudo-1.8.19p2-11.el7_4.x86_64 (updates) Requires: libgcrypt.so.11()(64bit) Removing: libgcrypt-1.5.3-13.el7_3.1.x86_64 (@updates) libgcrypt.so.11()(64bit) Updated by: libgcrypt-1.6.4-1.fc23.x86_64 (fedora23) ~libgcrypt.so.20()(64bit) Available: libgcrypt-1.5.3-14.el7.x86_64 (base) libgcrypt.so.11()(64bit) You could try using --skip-broken to work around the problemYou could try running: rpm -Va --nofiles --nodigest and so on... any ideas? ty EDIT: looking for someone who can help installing my server or point me in the right direction. I'll pay
×
×
  • Create New...