archer shoots without arrows
Printable View
archer shoots without arrows
Hi, is there a way to put the WAN and LAN to work at the same server? I have a server working on WAN but on my second computer at my same LAN it dont work.
and my server address is 192.168.1.190Quote:
<ipconfig default="my no ip"> <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
</ipconfig>
EAsy to fix autoload, reload skill effect.
Guys i have Error!
Code:===================================[ Limits ]===================================
18:46:30.305 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
com.aionemu.commons.services.cron.CronServiceException: Failed to start job
com.aionemu.commons.services.cron.CronServiceException: Failed to start job
at com.aionemu.commons.services.CronService.schedule(CronService.java:11
7) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.services.CronService.schedule(CronService.java:98
) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.services.LimitedItemTradeService.start(Limited
ItemTradeService.java:72) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:222) ~[AL-Game
.jar:na]
Caused by: org.quartz.ObjectAlreadyExistsException: Unable to store Job : 'DEFAU
LT.JobKey:Started at ms1385498790290; ns5268671972904', because one already exis
ts with this identification.
at org.quartz.simpl.RAMJobStore.storeJob(RAMJobStore.java:277) ~[quartz-
2.1.7.jar:na]
at org.quartz.simpl.RAMJobStore.storeJobAndTrigger(RAMJobStore.java:249)
~[quartz-2.1.7.jar:na]
at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:840)
~[quartz-2.1.7.jar:na]
at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:250) ~[qua
rtz-2.1.7.jar:na]
at com.aionemu.commons.services.CronService.schedule(CronService.java:11
5) ~[al-commons-1.3.jar:na]
... 3 common frames omitted
Someone please help , i really wanna play T_T
http://imageshack.us/a/img713/6378/g2sz.png
i fixed the chat console error by making a server folder and adding the JVM.dll from the client folder but now im stuck with that server error where it says not enough space ...
what kind of space cause i got 8 gb ram and 500+ gb on my HDD
Install oracle java JDK and JRE because jvm.dll just in JDK... << just if you want to make chatserver online.
open StartGS.bat with notepad ++ or etc.
and replace all code with this.
set path="D:\SERVER AI\AIONEmulator\JDK\bin" << change it where you have path of java folder.PHP Code:@ECHO off
TITLE Aion Lightning - Game Server Console edited by Dwarfpicker
color 3
set path="D:\SERVER AI\AIONEmulator\JDK\bin"
:START
CLS
SET JAVAVERr=1.6
CLS
IF "%JAVAVERr%" == "1.7" (
SET JAVA_OPTS=-XX:+TieredCompilation %JAVA_OPTS%
)
JAVA -Xms512m -Xmx800m -Xdebug -Xrunjdwp:transport=dt_socket,address=8998,server=y,suspend=n -ea -javaagent:./libs/al-commons-1.3.jar -cp ./libs/*;NG-Game.jar com.aionemu.gameserver.GameServer
SET CLASSPATH=%OLDCLASSPATH%
IF ERRORLEVEL 2 GOTO START
IF ERRORLEVEL 1 GOTO ERROR
IF ERRORLEVEL 0 GOTO END
:ERROR
ECHO.
ECHO Game Server has terminated abnormaly!
ECHO.
PAUSE
EXIT
:END
ECHO.
ECHO Game Server is terminated!
ECHO.
PAUSE
EXIT
JAVA is not recognized as an external or internal command, operable or batch file ... thats what i get now from the game server console window
i got java installed already , i don't know what the problem is , and i followed your setps
im using that as well and i get that error ... i want to start playing but im running in circles
latest version of java + i downloaded the JDK [JAVA development Kit]
try create new folder and try don't only focus in 1 click server.
copy GameServer and LoginServer in new folder and try start it.
um what do you mean by that , im confused >.<
is there a free online chat where we can talk online for faster communication ?
this my game server you can use it...
https://www.mediafire.com/?u0jrljq9u75tzaq
but not includ data folder you can copy your data folder in this file...
and don't forget change path folder java in startgame.bat