Jump to content

  •  

Eviang

Member Since 08 Mar 2015
Offline Last Active Mar 19 2015 12:01 PM
-----

Topics I've Started

How to stop MVPs from killing GMs

19 March 2015 - 12:35 AM

Hi guys,

 

I have a question about the settings in my server. I'm trying different configurations in-game (GM clothes, customs, etc) and when I try with bosses hitting me, all of the sudden my HP drops to 1 and then they kill me. It's like they're putting me in Coma.

 

Needless to say that I have all stats well over 25,000.

 

For example, when I summon PORING_V, it hits me from time to time and all of the sudden my life goes to 1 and then I die with any hit. How can I stop this? What setting is it?

 

Thanks!


How to select episode?

18 March 2015 - 02:36 PM

Hi guys,

 

I have a simple question about the server settings. How can I select which episode my server is? I know I can compile it with the --disable -renewal (or something like that - I don't remember right now) but I would like more control over it. Or does this server (meaning Hercules) just support pre-renewal / renewal options?

 

For example, I would like my server to be up to episode 7 (pre-transcend, pre-weddings, etc) and after changing something in the settings, to be on episode 8, then episode 9 (Geffenia, etc). Is it possible?

 

Thanks in advance.


Please help with couple problems with client

08 March 2015 - 05:26 AM

Hi guys,

 

I'm trying to fix some problems with my client but my brain fried a couple days ago trying to make this work. What am I'm missing for having the client completely translated into english? I'm using the 2013-12-23 client patched with NEMO and Alejandra's data 4.0 folder. Everything is in English except for the tooltips on the minimap icons and the items names and descriptions.

 

Also, why could be the reason my client crashes when I @go prontera? the bar stops at 3% for a couple seconds and then "stopped working". Nothing else. I know it should have something to do with the textures but I don't know where to start looking.

 

BTW it happens in both my local and linux server both running latest hercules.

 

Thanks in advance!!!


Help needed with onfiguration of Hercules in a Linux Server

08 March 2015 - 04:05 AM

Hi guys,
 
It's been 10 years or so since I setup a RO server and so many things have changed that I'm a little bit lost here. I'm trying to setup a basic server under a CentOS 6.6 server and so far I can actually launch it with no errors or warnings.
 
The client side is far from done but at least I can connect to a test server in my Windows 7 desktop. The problem is that the same client (changing the IP address in clientinfo.xml of course) doesn't connect to my Linux server. It does nothing. It just tells me Failure to connect" a while after entering my username and password (not using user #1).
 
BTW my Linux server is running in a VMWare ESXi virtual box and the client is 2013-12-23 Here are the contents of some relevant files:
 
conf/import/login_conf.txtbind_ip: 192.168.0.230login_ip: 192.168.0.230login_port: 6900account.engine: autoaccount.sql.db_hostname: 192.168.0.230account.sql.db_port: 3306account.sql.db_username: hercules1234account.sql.db_password: mypasswordaccount.sql.db_database: hercules1234_rag

 

conf/import/char_conf.txtuserid: hercules1234passwd: mypasswordserver_name: Herculeslogin_ip: 192.168.0.230bind_ip: 192.168.0.230login_port: 6900char_ip: 192.168.0.230char_port: 6121start_point: new_1-1,53,111

 

conf/import/map_conf.txtuserid: hercules1234passwd: mypasswordchar_ip: 192.168.0.230bind_ip: 192.168.0.230char_port: 6121map_ip: 192.168.0.230map_port: 5121

 

conf/import/inter_conf.txtsql.db_hostname: 192.168.0.230sql.db_port: 3306sql.db_username: hercules1234sql.db_password: mypasswordsql.db_database: hercules1234_ragchar_server_ip: 192.168.0.230char_server_port: 3306char_server_id: hercules1234char_server_pw: mypasswordchar_server_db: hercules1234_ragmap_server_ip: 192.168.0.230map_server_port: 3306map_server_id: hercules1234map_server_pw: mypasswordmap_server_db: hercules1234_raglog_db_ip: 192.168.0.230log_db_port: 3306log_db_id: hercules1234log_db_pw: mypasswordlog_db_db: hercules1234_loglog_login_db: loginloguse_sql_db: no

 

conf/subnet.confsubnet: 255.0.0.0:192.168.0.1:192.168.0.1

 

src/common/mmo.h#ifndef PACKETVER        //#define PACKETVER 20141022        #define PACKETVER 20131223#endif // PACKETVER

 

Any clues? I've checked the ports on the server and it's listening on all 3 RO ports so that's open. What am I missing?
 
Thanks!!!!!

hmm... seems I've forgotten to open specific ports in the iptables. Followed this guide: http://wiki.centos.o...etwork/IPTables ;)