Jump to content

yuckshaine

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by yuckshaine

  1. Ohh! thanks dude! I became mad searching the script on npc folder..!
  2. Hola, alguien sabe donde puedo localizar el script tombstone? La tumba que sale al matar un mvp. Gracias.
  3. OK let me see. Thank you.
  4. Hello, I have been developing a Antihack that incorporates exe obfuscator and grf&ini encryption. It also detects wpe, cheat engine, nodelays and auto bans the account if detects hacks. It's almost finished. But I need the most important thing, I need info about all hacks that currently exist, to analize his hash, hex code, etc.. Such as works an antivirus. Anyone know where I could check this? Thank you.
  5. I think there is no time before RO starts, i mean, when RO starts clientinfo isn't loaded yet, so even if i try to create clientinfo on the dll, it will not work. By the other hand, once clientinfo is created, it should be deleted, right? It isn't seem a good solution. Thanks anyway. Solved
  6. You can bind your exe file with another one (or import a custom DLL when you diff your exe) that checks updates. If client isn't updated, halt RO and open Patcher, else, start RO.
  7. Hi everyone, im developing a custom dll to check some settings from client-side. but I found a little problem, if this DLL doesn't exist, the client starts normally. I would like to do that the client could not start without this dll, like "binkw32.dll", that throw "Window exception" such "library X not found on you system". Anyone knows how can I do it? Thank you!
  8. yum install mysql-devel Works fine thanks.
  9. Thank you, I was solved, the problem was relationated with bind ip and s1 and p1.
  10. I have commented this bind-ip. Must I uncomment?? My Conf: login_athena.conf // Athena Login Server configuration file. // Translated by Peter Kieser <[email protected]> // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. // The login 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 char_athena.conf // Athena Character configuration file. // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. // Server Communication username and password. userid: myro passwd: (cryptedPasswordinMd5) // 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: MyRO // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: MyRO // 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. char_ip: 216.xxx.xxx.xx // Character Server Port char_port: 6121 map_athena.conf //-------------------------------------------------------------- //rAthena Map-Server Configuration File //-------------------------------------------------------------- // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. //-------------------------------------------------------------- // Configuration Info //-------------------------------------------------------------- // Interserver communication passwords, set in account.txt (or equiv.) userid: myRO passwd: (cryptedPasswordinMd5) // 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: 127.0.0.1 // 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: 216.xxx.xxx.xx // Map Server Port map_port: 5121 I've opened for parts login, char and map. When i execute in GDB ./char-server_sql crash login server and show this error: "Segmentation fault" Someone can help me? Thank you
  11. I'm using Centos 5 and revision 16854 rAthena. The Login server connection lost when is running map server and then char server connection lost loop: [status]: The char-server is ready (Server is listening on the port 6121). [status]: connect success! (Map Server Connection) [info]: [sql]: Connecting to the Log Database Logs At 127.0.0.1... [status]: [sql]: Successfully 'connected' to Database 'Logs'. [status]: Loading maps (using db/map_cache.dat as map cache)... [status]: Loading maps (806).. [Notice]: Removing map [ poring_c01 ] from maplist [Notice]: Removing map [ poring_c02 ] from maplist [info]: connect_check_clear: Cleared 0 of 0 from IP list. [info]: connect_check_clear: Cleared 0 of 0 from IP list. [info]: Successfully loaded '804' maps. [Notice]: Maps removed: '2' [status]: Done reading '57' command aliases in 'conf/atcommand_athena.conf'. [info]: Attempt to connect to login-server... [status]: Connecting to 127.0.0.1:6900 [info]: connect_check: Connection from 127.0.0.1 allowed. [info]: Connection request of the char-server 'xxxxxRO' @ 216.x.x.x:6121 (account: 'xxxxx', pass: 'xxxxx', ip: '127.0.0.1') [status]: Done reading packet database from 'packet_db.txt'. Using default packet version: 30. [Warning]: Connection to Login Server lost. [status]: Connecting to 127.0.0.1:6121 [status]: Logging in to char server... [info]: connect_check: Connection from 127.0.0.1 allowed. [Warning]: Connection to Char Server lost. [status]: Connecting to 127.0.0.1:6121 [status]: Logging in to char server... [info]: connect_check: Connection from 127.0.0.1 allowed. [Warning]: Connection to Char Server lost. [status]: Connecting to 127.0.0.1:6121 [status]: Logging in to char server... [info]: connect_check: Connection from 127.0.0.1 allowed. [Warning]: Connection to Char Server lost. Can you help me? Thanks
×
×
  • Create New...