sweetparanoid Posted December 8, 2009 Posted December 8, 2009 Hi.. I Just Put The Code For Custom Spawn Location But In GameServer Console I See Error On That Code...And Specially It Start With That : java.lang.NumberFormatException: For input string: "x" Why Error In Word X... Is The X,Y,Z you know... How TO Solve It.. ? ThX....
0 NickOmaniac Posted December 8, 2009 Posted December 8, 2009 Hi.. I Just Put The Code For Custom Spawn Location But In GameServer Console I See Error On That Code...And Specially It Start With That : java.lang.NumberFormatException: For input string: "x" Why Error In Word X... Is The X,Y,Z you know... How TO Solve It.. ? ThX.... Maybe if u put a screen with the error?It should help
0 sweetparanoid Posted December 8, 2009 Author Posted December 8, 2009 but you will not understand much more thinks..Maybe You Need my source code....what i putted... And Here Is The Error....In These Lines... SPAWN_CHAR = Boolean.parseBoolean(L2JModSettings.getProperty("CustomSpawn", "false")); SPAWN_X = Integer.parseInt(L2JModSettings.getProperty("SpawnX", "")); SPAWN_Y = Integer.parseInt(L2JModSettings.getProperty("SpawnY", "")); SPAWN_Z = Integer.parseInt(L2JModSettings.getProperty("SpawnZ", ""));
0 Horus Posted December 8, 2009 Posted December 8, 2009 Are you blind ? Read the damn error. You've probably used an X in the config.
0 sweetparanoid Posted December 8, 2009 Author Posted December 8, 2009 Yes You Have Right maybe...I Will Say My Results Tomorrow ...Now I Dont Have Time To Make It... But...Thx For Your Help..
Question
sweetparanoid
Hi.. I Just Put The Code For Custom Spawn Location But In GameServer Console I See Error On That Code...And Specially It Start With That :
java.lang.NumberFormatException: For input string: "x"
Why Error In Word X... Is The X,Y,Z you know... How TO Solve It.. ? ThX....
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now