Setup as per the guide does, install hamachi whenever but when setting an IP for the client to connect to make sure that the user is on the hamachi network and the client IP should be the hamachi network owner ip (the IP of the hamachi on the vps)
Setup as per the guide does, install hamachi whenever but when setting an IP for the client to connect to make sure that the user is on the hamachi network and the client IP should be the hamachi network owner ip (the IP of the hamachi on the vps)
~ Added live server section.
pallet-town.org is the best pokenet server! :D xkl & DeathLord17 rulez ^^
pallet-town.org include any new fix???
As soon as I press register, the game crashes and I get this error:
Has anyone else experienced this?java.lang.IndexOutOfBoundsException: Index: 42, Size: 42
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.pokenet.client.ui.frames.RegisterDialog.register(RegisterDialog.java:406)
at org.pokenet.client.ui.frames.RegisterDialog.access$4(RegisterDialog.java:382)
at org.pokenet.client.ui.frames.RegisterDialog$4.actionPerformed(RegisterDialog.java:286)
at mdes.slick.sui.Button.fireActionPerformed(Button.java:270)
at mdes.slick.sui.Button.press(Button.java:245)
at mdes.slick.sui.Button$ButtonListener.mouseReleased(Button.java:325)
at mdes.slick.sui.Component.fireMouseEvent(Component.java:1107)
at mdes.slick.sui.Component.fireMouseEvent(Component.java:1136)
at mdes.slick.sui.Display$SlickListener.mouseReleased(Display.java:482)
at org.newdawn.slick.Input.poll(Input.java:1183)
at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:594)
at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:408)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:318)
at org.pokenet.client.GameClient.main(GameClient.java:942)
The client can't connect with the Server.
I changed the server IP in: PokenetClient > src > org>pokenet>client>ui>frame > ServerDialog.java
When I change the name of the server "Entei" to something else, it won't get trough.
Can someone help me? I have Teamviewer.
sorry if i wasnt more clear on what i said. do i have to edit the client via eclipse to work with hamachi or the server? and i also tried to do the guide in the tutorial by default but his instructions are too vague for compiling. again sorry if i wasnt clear the last time
Then you're using the repacks DeathLord posted, correct? If so, follow this below:
PokenetClient > org.pokenet.client > GameClient.java
Disregard the ServerDialog.java, since this will override.Code:/** *Customisation variables: */ public static String serverIP = "IP ADDRESS GOES HERE"; public static String serverName = "GAME TITLE GOES HERE";
The client's IP will still needs editing even with Hamachi, Lan Bridger, Comodo Unite, Tunngle etc. So change the IP accordingly.
why my client got dc'ed every 1 minutes after editing the pokemon via sql (phpmyadmin)
I just wanna share a very useful tools for anyone planning to release their own pokemon game with pokenet!
We all know we can't expect people to download JRE & JDK all the time :D
Nah man, that would look very unprofessional!
So here's a solution!
Google = Launch4J
I tried it with the PokeNet client, works perfectly, haven't tried it with the server (i don't see any point of doing it) but i assume it would work as well,
At any rate man, good luck for everyone!! (Including me :D)
EDIT:
I wonder, why does the character seems to pause for a second when you try to move with WASD but same thing doesn't happens when you move with the arrow keys?
EDIT:
Ah... I see, different codes...
Another question, what's with the game time??
I tried putting up the time.php, server no longer give me any TIme Service error...
But when i logged in, the game time is still very random...
So... what's that time.php suppose to fix??
And the forman D HH MM?? Like 0 21 59??
What's the 0..? Sunday/Monday?
NB: Nice Share xkl
Last edited by Altheim; 07-09-13 at 08:34 PM. Reason: Questions...
I actually had a batch file for pallet-town that would check and make sure the person is using the correct version of Java. If not, it would ask the user to uninstall their current version. Once they did that, the batch would install the correct Java version for them. Fixing the issues caused by an incompatible version.
I will eventually upload the pallet-town version of this source very soon!
in my server used this .bat
works very good :DCode:@echo off SET LIBRARY_PATH=-Djava.library.path=lib\native SET CLIENT=betaclient.jar IF EXIST "%ProgramFiles%\Java\jre7" goto Java1.7 IF EXIST "%ProgramFiles(x86)%\Java\jre7" goto Java1.7x32 IF EXIST "%ProgramFiles%\Java\jre6" goto Java1.6 IF EXIST "%ProgramFiles(x86)%\Java\jre6" goto Java1.6x32 :Java1.7 "%ProgramFiles%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End :Java1.6 "%ProgramFiles%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End :Java1.7x32 "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End :Java1.6x32 "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End :End Pause
XKL the beauty about it mate, is YOU give them the JRE & the JDK which is the most suitable...
That launch4j packs everything for you, so the client will have just the right version to use :)
At any rate, I found out that if you register an account, with a year above 1994, it'll always crash, any solution??
So what is the difference between this and PokeAres ?