Hey guys. I'm not sure how many of you remember me, but I used to be in the Pokemon scene.
Then development stopped quite long ago because I couldn't find a graphic designer / the attack animations.
So I decided to just share what me and my cousin, Zile made.
This was based on PokeNet. There's also a lot of bug fixes and etc. But I can't remember them. So I'm not going to list them out.
Features
Pokemons up to 5th Gen
Animated Pokemons
Lowered CPU usage
Remade Battle UI (Made it fullscreen and show gender and slight animations)
Remade Server UI (More User Friendly)
Reworked some other UIs (Made it neater)
Added EXP and animation
Support for .gif files (Meaning if you do get the animations in .gif, you can code it)
If you have any other questions on how to setup, feel free to drop me a PM or reply to this thread.
Bugs :
If it throws an exception (assuming you know how to get them), post it here or send me a PM and I'll fix it asap. As for features that aren't implemented, I don't have time to add them as of now. Unless of course kind souls decide to motivate me (;
02-08-13
xkl
Re: [Release]PokeAres (Client + Server)
Amazing release! :)
02-08-13
Soumyxorp
Re: [Release]PokeAres (Client + Server)
OMG Thank you for this <3 :thumbup: :thumbup1:
02-08-13
Xerixe
Re: [Release]PokeAres (Client + Server)
Hm, I may be able to help with bug fixes and etc :).
Just no time to work full time on it to add features / etc. Unless of course people want to donate :p
02-08-13
conejoo
Re: [Release]PokeAres (Client + Server)
Hi ! Thnks for the release.
I have some problems.
I can run the client and server but.... the server stay in starting..... starting.... starting....
im havin a problem importing the sql file to the database gives me a syntax error
Quote:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXIST `PokeAres`' at line 1
[Err] CREATE DATABASE IF NOT EXIST `PokeAres`;
[Msg] Finished - Unsuccessfully
what version of mysql do i need for this server?
02-08-13
conejoo
Re: [Release]PokeAres (Client + Server)
Quote:
Originally Posted by shadowsun232
im havin a problem importing the sql file to the database gives me a syntax error
what version of mysql do i need for this server?
I fixed that, delete the 2 first lines.
02-08-13
lapod
Re: [Release]PokeAres (Client + Server)
How can i edit menu and font??? I need edit language name in menu and font with russian letters support. TNX
02-08-13
Xerixe
Re: [Release]PokeAres (Client + Server)
Quote:
Originally Posted by conejoo
Hi ! Thnks for the release.
I have some problems.
I can run the client and server but.... the server stay in starting..... starting.... starting....
C:\Users\yeoh\Desktop\Pokemon>"C:\Program Files\Java\jre7\bin\java.exe" -Djava.l ibrary.path=lib\native org.pokenet.client.GameClient 1>pokenet.log Aug 02, 2013 10:28:30 PM net.java.games.input.DefaultControllerEnvironment getCo ntrollers WARNING: Found unknown Windows version: Windows 8 Aug 02, 2013 10:28:30 PM net.java.games.input.DefaultControllerEnvironment getCo ntrollers WARNING: Attempting to use default windows plug-in. AL lib: FreeContext: (047C0A18) Deleting 64 Source(s) java.lang.NullPointerException at org.pokenet.client.GameClient.controllerLeftPressed(GameClient.java:7 52) at org.newdawn.slick.Input.fireControlPress(Input.java:1408) at org.newdawn.slick.Input.poll(Input.java:1320) at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:64 1) at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:411 ) at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:321) at org.pokenet.client.GameClient.main(GameClient.java:998)
02-08-13
conejoo
Re: [Release]PokeAres (Client + Server)
@xerixe:
I waited for two hours! not running :/ ... starting... starting.. starting... my o.s. windows xp sp3 and mysql 5.1
What version of mysql do you use? and you o.s.?
03-08-13
shadowsun232
Re: [Release]PokeAres (Client + Server)
well i got it working. how to make myself admin? and how to make this server public?
EDIT lols i need to learn to read a few posts up >.< but i stil need info on how to make myself admin xD
03-08-13
Xerixe
Re: [Release]PokeAres (Client + Server)
Quote:
Originally Posted by conejoo
@xerixe:
I waited for two hours! not running :/ ... starting... starting.. starting... my o.s. windows xp sp3 and mysql 5.1
What version of mysql do you use? and you o.s.?
Hm, weird, I can't help you there then. I'm using Windows 7. It has nothing to do with MySQL version.
Quote:
Originally Posted by shadowsun232
well i got it working. how to make myself admin? and how to make this server public?
EDIT lols i need to learn to read a few posts up >.< but i stil need info on how to make myself admin xD
In the table pn_members, the column adminLevel. Just set it to like 1
Quote:
Originally Posted by chaos3312
Aww.. i get errors in windows 8 and the PokeAres disappear
C:\Users\yeoh\Desktop\Pokemon>"C:\Program Files\Java\jre7\bin\java.exe" -Djava.l ibrary.path=lib\native org.pokenet.client.GameClient 1>pokenet.log Aug 02, 2013 10:28:30 PM net.java.games.input.DefaultControllerEnvironment getCo ntrollers WARNING: Found unknown Windows version: Windows 8 Aug 02, 2013 10:28:30 PM net.java.games.input.DefaultControllerEnvironment getCo ntrollers WARNING: Attempting to use default windows plug-in. AL lib: FreeContext: (047C0A18) Deleting 64 Source(s) java.lang.NullPointerException at org.pokenet.client.GameClient.controllerLeftPressed(GameClient.java:7 52) at org.newdawn.slick.Input.fireControlPress(Input.java:1408) at org.newdawn.slick.Input.poll(Input.java:1320) at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:64 1) at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:411 ) at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:321) at org.pokenet.client.GameClient.main(GameClient.java:998)
I don't think it's compatible with Windows 8. I'll check into it and see if I can fix it.