Jump to content

Brynner

Members
  • Posts

    1962
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Brynner

  1. use this packetdb packets_2011-03-15aRagexeRE.txt its still same problem.. //packet_db_ver: 26 packet_db_ver: default packet_db_ver: 26 what i mean just add the 2011-03-15 packets on your packet_db
  2. use this packetdb packets_2011-03-15aRagexeRE.txt
  3. char_athena // 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: 192.168.254.101 // 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: 75.68.212.113 // Character Server Port char_port: 6121 map_athena // 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.254.101 // 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: 75.68.212.113 // Map Server Port map_port: 5121 subnet_athena subnet: 255.0.0.0:192.168.254.101:192.168.254.101 make it sure your port is open. and make it sure that you use static ip not dynamic. if you use dynamic ip you should use no-ip or dyndns updated to make it work. and also check your client if its reading the read data folder first. this will not work for 2011-11-22 client above. just follow what i posted and it will work. I believe my ports are open. I use the static IP for subnet_athena file, or the char/map_athena files? you can check the port if its open here. canyouseeme.org 6900, 5121, 6121 what is your client version you are using? Yeah.. The ports aren't open and I can't access the router. the port is the problem. check some guide here on how to open your ports http://portforward.com/
  4. char_athena // 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: 192.168.254.101 // 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: 75.68.212.113 // Character Server Port char_port: 6121 map_athena // 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.254.101 // 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: 75.68.212.113 // Map Server Port map_port: 5121 subnet_athena subnet: 255.0.0.0:192.168.254.101:192.168.254.101 make it sure your port is open. and make it sure that you use static ip not dynamic. if you use dynamic ip you should use no-ip or dyndns updated to make it work. and also check your client if its reading the read data folder first. this will not work for 2011-11-22 client above. just follow what i posted and it will work. I believe my ports are open. I use the static IP for subnet_athena file, or the char/map_athena files? you can check the port if its open here. canyouseeme.org 6900, 5121, 6121 what is your client version you are using?
  5. char_athena // 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: 192.168.254.101 // 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: 75.68.212.113 // Character Server Port char_port: 6121 map_athena // 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.254.101 // 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: 75.68.212.113 // Map Server Port map_port: 5121 subnet_athena subnet: 255.0.0.0:192.168.254.101:192.168.254.101 make it sure your port is open. and make it sure that you use static ip not dynamic. if you use dynamic ip you should use no-ip or dyndns updated to make it work. and also check your client if its reading the read data folder first. this will not work for 2011-11-22 client above.
  6. try to use shared head palettes but you need to convert your hairstyle into palettes.
  7. try to diff your client then check Shared Head Palletes
  8. if you use lua you can request here. http://rathena.org/board/topic/69566-lua-files-for-older-version-that-you-need-2011-07-13-below/ but if you diff your client using lub. you can find lub files here. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  9. change this. 'ServerAddress' => 'localhost', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80) just put there your dyndns address or no-ip address to make it work. as of now your problem is already fix. good luck
  10. just post the error that you get
  11. 'EmailConfirmExpire' => 48, // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time. 'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field. 'MailerFromName' => 'myroserver - CP', // The name displayed with the From e-mail address. 'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail. 'MailerSMTPUseSSL' => true, // Whether or not mailer should connect using SSL (yes for GMail). 'MailerSMTPUseTLS' => true, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => 465, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => 'smtp.gmail.com', // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')). 'MailerSMTPUsername' => '[email protected]', // When MailerUseSMTP is true: Authorized username for SMTP server. 'MailerSMTPPassword' => 'mypassword', // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).
  12. just post your configuration to know what is wrong. for me its working fine.
  13. does your client read data folder first?
  14. try to use 2012-04-10aRagexeRE.also supported by rathena no need to configure packets.
  15. À¯ÀúÀÎÅÍÆäÀ̽º/
  16. because some of them requesting lua files not lub files.
×
×
  • Create New...