Page 2 of 2
					
				Re: eathena help
				Posted: 26 Sep 2009, 14:37
				by Jaxad0127
				jaxad0127 wrote:Before you use the monitor, run the servers manually in three separate terminals to check for errors.
The eathena.sh script will start the monitor.
 
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 17:25
				by jcdvsrbld
				jaxad0127 wrote:jaxad0127 wrote:Before you use the monitor, run the servers manually in three separate terminals to check for errors.
The eathena.sh script will start the monitor.
 
yeah, i don't get any errors  
 
but still cant connect past the character server, and eathena.sh still gives me the feedback i posted earlier
 
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 18:10
				by Jaxad0127
				Don't run the monitor until you've verified that the servers are working correctly.
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 19:19
				by jcdvsrbld
				scrapped it, started a clean build. no map server is made?!?
when i go to src/map and to make, i get 
Code: Select all
make: *** No rule to make target `skill-pools.c', needed by `obj/skill-pools.o'.  Stop.
 
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 20:13
				by Jaxad0127
				Run git pull, it's been fixed. You'll need to update the data too.
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 22:16
				by jcdvsrbld
				thx, im up and running 
 
now, quick question, how do i make it into a public server?
 
			 
			
					
				Re: eathena help
				Posted: 26 Sep 2009, 22:21
				by Jaxad0127
				Edit the char_local and map_local configuration files to have your public IP for their own IPs. Then have your router forward the ports (as specified in the configuration files) to the machine that's hosting them.
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 01:22
				by jcdvsrbld
				jaxad0127 wrote:Edit the char_local and map_local configuration files to have your public IP for their own IPs. Then have your router forward the ports (as specified in the configuration files) to the machine that's hosting them.
my machine's ip, or the router's?
 
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 01:26
				by jcdvsrbld
				ok. can you please walk me through that?
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 02:17
				by jcdvsrbld
				also, i was doing a little playing on it, and i cant seem to cast any spells after getting lvl1 magic
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 02:28
				by Jaxad0127
				The invocations you have are different from the ones on the official server.
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 03:15
				by jcdvsrbld
				jaxad0127 wrote:The invocations you have are different from the ones on the official server.
 where do i find those?
 
			 
			
					
				Re: eathena help
				Posted: 27 Sep 2009, 03:21
				by jcdvsrbld
				also, can you please walk me through the process of making the server publicly available?