[Release]PokeAres (Client + Server)

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 93
  1. #46
    Novice Tilmut is offline
    MemberRank
    Aug 2013 Join Date
    AmericaLocation
    1Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by microfire View Post
    Hey I got the server up and running ty so much, But I only have the main npc's Prof, Shop, Nurse Joy, mom..etc. and when I try to talk to any of them or anything that would bring up a chat box I get a blank box also the battle system no pkmn show up and the HP bar area flashes can somone pls help me with this I would greatly appreciate it ^_^
    I have about the same thing going on can someone help me with this as well I am very new at this and I love Pokemon :P

  2. #47
    Apprentice mesofranico is offline
    MemberRank
    Mar 2012 Join Date
    Porto, PortugalLocation
    22Posts

    Re: [Release]PokeAres (Client + Server)

    i have this error: Linux

    [PokeAres]Starting server..
    INFO: Fishing database reinitialised
    Exception in thread "main" java.lang.NoClassDefFoundError: org/ini4j/Ini
    at org.pokenet.server.battle.DataService.initialiseSpecies(DataService.java:130)
    at org.pokenet.server.battle.DataService.<init>(DataService.java:54)
    at org.pokenet.server.ServiceManager.<init>(ServiceManager.java:36)
    at org.pokenet.server.GameServerNoUI.main(GameServerNoUI.java:79)
    Caused by: java.lang.ClassNotFoundException: org.ini4j.Ini
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 4 more

  3. #48
    Member LielZ is offline
    MemberRank
    Apr 2012 Join Date
    IsraelLocation
    58Posts

    Re: [Release]PokeAres (Client + Server)

    anyone can tell me wich port open ?
    1433 MSSQL
    3306 MySQL
    this is it ?

  4. #49
    Apprentice warriow is offline
    MemberRank
    Jun 2012 Join Date
    KLLocation
    7Posts

    Re: [Release]PokeAres (Client + Server)

    Anyone know what happened for the picture below?
    Attached Thumbnails Attached Thumbnails 1.png   2.png  

  5. #50
    Gamma Xerixe is offline
    MemberRank
    Apr 2008 Join Date
    MalaysiaLocation
    3,605Posts

    Re: [Release]PokeAres (Client + Server)

    Make sure you guys are using Java 6. If I didn't remember wrongly. Java 7 causes problems. This was since the original PokeNET.

    Quote Originally Posted by LielZ View Post
    anyone can tell me wich port open ?
    1433 MSSQL
    3306 MySQL
    this is it ?
    Port 7002 and 7005. You DON'T need to port forward 3306 / 1433.

  6. #51
    Member LielZ is offline
    MemberRank
    Apr 2012 Join Date
    IsraelLocation
    58Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by Xerixe View Post
    Make sure you guys are using Java 6. If I didn't remember wrongly. Java 7 causes problems. This was since the original PokeNET.



    Port 7002 and 7005. You DON'T need to port forward 3306 / 1433.
    Thanks man ! :D

    what is port 7005 its not open for me , my router open port just if the port is in use ..
    i mean if dont have program in the computer use 7002 its not open , 7005 open for me when istart the server , 7002 not open for me my computer dont use this port .
    Last edited by LielZ; 01-09-13 at 09:23 AM.

  7. #52
    Novice YungYungz21 is offline
    MemberRank
    Sep 2013 Join Date
    3Posts

    Re: [Release]PokeAres (Client + Server)

    i have this error
    [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 'DATABASE `PokeAres`;

    DROP TABLE IF EXISTS `pn_bag`;
    CREATE TABLE `pn_bag` (
    ' at line 1
    [Err] CREATE DATABASE IF NOT EXISTS `PokeAres`;
    USE DATABASE `PokeAres`;


    DROP TABLE IF EXISTS `pn_bag`;
    CREATE TABLE `pn_bag` (
    `member` int(11) NOT NULL,
    `item` int(11) NOT NULL,
    `quantity` int(11) NOT NULL,
    UNIQUE KEY `memberitem` (`member`,`item`),
    KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;


    -- ----------------------------
    -- Table structure for `pn_bans`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_bans`;
    CREATE TABLE `pn_bans` (
    `ip` varchar(48) DEFAULT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;


    -- ----------------------------
    -- Records of pn_bans
    -- ----------------------------


    -- ----------------------------
    -- Table structure for `pn_history`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_history`;
    CREATE TABLE `pn_history` (
    `member` int(11) NOT NULL,
    `action` int(11) NOT NULL,
    `with` int(11) NOT NULL,
    `timestamp` datetime DEFAULT NULL,
    `details` varchar(256) DEFAULT NULL,
    UNIQUE KEY `memberitem` (`member`,`action`),
    KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;


    -- ----------------------------
    -- Records of pn_history
    -- ----------------------------


    -- ----------------------------
    -- Table structure for `pn_members`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_members`;
    CREATE TABLE `pn_members` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `username` varchar(12) DEFAULT NULL,
    `password` varchar(255) DEFAULT NULL,
    `dob` varchar(12) DEFAULT NULL,
    `email` varchar(32) DEFAULT NULL,
    `lastLoginTime` varchar(42) DEFAULT NULL,
    `lastLoginServer` varchar(24) CHARACTER SET utf8 DEFAULT NULL,
    `lastLoginIP` varchar(16) DEFAULT NULL,
    `lastLanguageUsed` int(11) DEFAULT NULL,
    `sprite` int(11) DEFAULT NULL,
    `party` int(11) DEFAULT NULL,
    `money` int(11) DEFAULT NULL,
    `npcMul` varchar(24) DEFAULT NULL,
    `skHerb` int(11) DEFAULT NULL,
    `skCraft` int(11) DEFAULT NULL,
    `skFish` int(11) DEFAULT NULL,
    `skTrain` int(11) DEFAULT NULL,
    `skCoord` int(11) DEFAULT NULL,
    `skBreed` int(11) DEFAULT NULL,
    `x` int(11) DEFAULT NULL,
    `y` int(11) DEFAULT NULL,
    `mapX` int(11) DEFAULT NULL,
    `mapY` int(11) DEFAULT NULL,
    `bag` int(11) DEFAULT NULL,
    `badges` varchar(50) DEFAULT NULL,
    `healX` int(11) DEFAULT NULL,
    `healY` int(11) DEFAULT NULL,
    `healMapX` int(11) DEFAULT NULL,
    `healMapY` int(11) DEFAULT NULL,
    `isSurfing` varchar(5) DEFAULT NULL,
    `adminLevel` int(11) DEFAULT NULL,
    `muted` varchar(5) DEFAULT NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;




    -- ----------------------------
    -- Table structure for `pn_party`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_party`;
    CREATE TABLE `pn_party` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `member` int(11) DEFAULT NULL,
    `pokemon0` int(11) DEFAULT NULL,
    `pokemon1` int(11) DEFAULT NULL,
    `pokemon2` int(11) DEFAULT NULL,
    `pokemon3` int(11) DEFAULT NULL,
    `pokemon4` int(11) DEFAULT NULL,
    `pokemon5` int(11) DEFAULT NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;




    -- ----------------------------
    -- Table structure for `pn_pokemon`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_pokemon`;
    CREATE TABLE `pn_pokemon` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `name` varchar(24) DEFAULT NULL,
    `speciesName` varchar(32) DEFAULT NULL,
    `exp` varchar(32) DEFAULT NULL,
    `baseExp` int(11) DEFAULT NULL,
    `expType` varchar(16) DEFAULT NULL,
    `isFainted` varchar(5) DEFAULT NULL,
    `level` int(11) DEFAULT NULL,
    `happiness` int(11) DEFAULT NULL,
    `gender` int(11) DEFAULT NULL,
    `nature` varchar(24) DEFAULT NULL,
    `abilityName` varchar(24) DEFAULT NULL,
    `itemName` varchar(28) DEFAULT NULL,
    `isShiny` varchar(5) DEFAULT NULL,
    `originalTrainerName` varchar(12) DEFAULT NULL,
    `currentTrainerName` varchar(12) DEFAULT NULL,
    `contestStats` varchar(255) DEFAULT NULL,
    `move0` varchar(32) DEFAULT NULL,
    `move1` varchar(32) DEFAULT
    [Msg] Finished - Unsuccessfully

  8. #53
    Gamma Xerixe is offline
    MemberRank
    Apr 2008 Join Date
    MalaysiaLocation
    3,605Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by LielZ View Post
    Thanks man ! :D

    what is port 7005 its not open for me , my router open port just if the port is in use ..
    i mean if dont have program in the computer use 7002 its not open , 7005 open for me when istart the server , 7002 not open for me my computer dont use this port .
    One's UDP the other is TCP. But if 7005 is opened. Just use it.

    Use this SQL instead.
    Spoiler:

    Code:
    CREATE DATABASE IF NOT EXISTS `PokeAres`;
    USE `PokeAres`;
    
    DROP TABLE IF EXISTS `pn_bag`;
    CREATE TABLE `pn_bag` (
      `member` int(11) NOT NULL,
      `item` int(11) NOT NULL,
      `quantity` int(11) NOT NULL,
      UNIQUE KEY `memberitem` (`member`,`item`),
      KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;
    
    -- ----------------------------
    -- Table structure for `pn_bans`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_bans`;
    CREATE TABLE `pn_bans` (
      `ip` varchar(48) DEFAULT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    
    -- ----------------------------
    -- Records of pn_bans
    -- ----------------------------
    
    -- ----------------------------
    -- Table structure for `pn_history`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_history`;
    CREATE TABLE `pn_history` (
      `member` int(11) NOT NULL,
      `action` int(11) NOT NULL,
      `with` int(11) NOT NULL,
      `timestamp` datetime DEFAULT NULL,
      `details` varchar(256) DEFAULT NULL,
      UNIQUE KEY `memberitem` (`member`,`action`),
      KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;
    
    -- ----------------------------
    -- Records of pn_history
    -- ----------------------------
    
    -- ----------------------------
    -- Table structure for `pn_members`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_members`;
    CREATE TABLE `pn_members` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `username` varchar(12) DEFAULT NULL,
      `password` varchar(255) DEFAULT NULL,
      `dob` varchar(12) DEFAULT NULL,
      `email` varchar(32) DEFAULT NULL,
      `lastLoginTime` varchar(42) DEFAULT NULL,
      `lastLoginServer` varchar(24) CHARACTER SET utf8 DEFAULT NULL,
      `lastLoginIP` varchar(16) DEFAULT NULL,
      `lastLanguageUsed` int(11) DEFAULT NULL,
      `sprite` int(11) DEFAULT NULL,
      `party` int(11) DEFAULT NULL,
      `money` int(11) DEFAULT NULL,
      `npcMul` varchar(24) DEFAULT NULL,
      `skHerb` int(11) DEFAULT NULL,
      `skCraft` int(11) DEFAULT NULL,
      `skFish` int(11) DEFAULT NULL,
      `skTrain` int(11) DEFAULT NULL,
      `skCoord` int(11) DEFAULT NULL,
      `skBreed` int(11) DEFAULT NULL,
      `x` int(11) DEFAULT NULL,
      `y` int(11) DEFAULT NULL,
      `mapX` int(11) DEFAULT NULL,
      `mapY` int(11) DEFAULT NULL,
      `bag` int(11) DEFAULT NULL,
      `badges` varchar(50) DEFAULT NULL,
      `healX` int(11) DEFAULT NULL,
      `healY` int(11) DEFAULT NULL,
      `healMapX` int(11) DEFAULT NULL,
      `healMapY` int(11) DEFAULT NULL,
      `isSurfing` varchar(5) DEFAULT NULL,
      `adminLevel` int(11) DEFAULT NULL,
      `muted` varchar(5) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    
    
    -- ----------------------------
    -- Table structure for `pn_party`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_party`;
    CREATE TABLE `pn_party` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `member` int(11) DEFAULT NULL,
      `pokemon0` int(11) DEFAULT NULL,
      `pokemon1` int(11) DEFAULT NULL,
      `pokemon2` int(11) DEFAULT NULL,
      `pokemon3` int(11) DEFAULT NULL,
      `pokemon4` int(11) DEFAULT NULL,
      `pokemon5` int(11) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    
    
    -- ----------------------------
    -- Table structure for `pn_pokemon`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_pokemon`;
    CREATE TABLE `pn_pokemon` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `name` varchar(24) DEFAULT NULL,
      `speciesName` varchar(32) DEFAULT NULL,
      `exp` varchar(32) DEFAULT NULL,
      `baseExp` int(11) DEFAULT NULL,
      `expType` varchar(16) DEFAULT NULL,
      `isFainted` varchar(5) DEFAULT NULL,
      `level` int(11) DEFAULT NULL,
      `happiness` int(11) DEFAULT NULL,
      `gender` int(11) DEFAULT NULL,
      `nature` varchar(24) DEFAULT NULL,
      `abilityName` varchar(24) DEFAULT NULL,
      `itemName` varchar(28) DEFAULT NULL,
      `isShiny` varchar(5) DEFAULT NULL,
      `originalTrainerName` varchar(12) DEFAULT NULL,
      `currentTrainerName` varchar(12) DEFAULT NULL,
      `contestStats` varchar(255) DEFAULT NULL,
      `move0` varchar(32) DEFAULT NULL,
      `move1` varchar(32) DEFAULT NULL,
      `move2` varchar(32) DEFAULT NULL,
      `move3` varchar(32) DEFAULT NULL,
      `hp` int(11) DEFAULT NULL,
      `atk` int(11) DEFAULT NULL,
      `def` int(11) DEFAULT NULL,
      `speed` int(11) DEFAULT NULL,
      `spATK` int(11) DEFAULT NULL,
      `spDEF` int(11) DEFAULT NULL,
      `evHP` int(11) DEFAULT NULL,
      `evATK` int(11) DEFAULT NULL,
      `evDEF` int(11) DEFAULT NULL,
      `evSPD` int(11) DEFAULT NULL,
      `evSPATK` int(11) DEFAULT NULL,
      `evSPDEF` int(11) DEFAULT NULL,
      `ivHP` int(11) DEFAULT NULL,
      `ivATK` int(11) DEFAULT NULL,
      `ivDEF` int(11) DEFAULT NULL,
      `ivSPD` int(11) DEFAULT NULL,
      `ivSPATK` int(11) DEFAULT NULL,
      `ivSPDEF` int(11) DEFAULT NULL,
      `pp0` int(11) DEFAULT NULL,
      `pp1` int(11) DEFAULT NULL,
      `pp2` int(11) DEFAULT NULL,
      `pp3` int(11) DEFAULT NULL,
      `maxpp0` int(11) DEFAULT NULL,
      `maxpp1` int(11) DEFAULT NULL,
      `maxpp2` int(11) DEFAULT NULL,
      `maxpp3` int(11) DEFAULT NULL,
      `ppUp0` int(11) DEFAULT NULL,
      `ppUp1` int(11) DEFAULT NULL,
      `ppUp2` int(11) DEFAULT NULL,
      `ppUp3` int(11) DEFAULT NULL,
      `date` varchar(28) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

  9. #54
    Novice YungYungz21 is offline
    MemberRank
    Sep 2013 Join Date
    3Posts

    Re: [Release]PokeAres (Client + Server)

    How do i fix 'The account server is currently offline'?

  10. #55
    Member LielZ is offline
    MemberRank
    Apr 2012 Join Date
    IsraelLocation
    58Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by Xerixe View Post
    One's UDP the other is TCP. But if 7005 is opened. Just use it.

    Use this SQL instead.
    Spoiler:

    Code:
    CREATE DATABASE IF NOT EXISTS `PokeAres`;
    USE `PokeAres`;
    
    DROP TABLE IF EXISTS `pn_bag`;
    CREATE TABLE `pn_bag` (
      `member` int(11) NOT NULL,
      `item` int(11) NOT NULL,
      `quantity` int(11) NOT NULL,
      UNIQUE KEY `memberitem` (`member`,`item`),
      KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;
    
    -- ----------------------------
    -- Table structure for `pn_bans`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_bans`;
    CREATE TABLE `pn_bans` (
      `ip` varchar(48) DEFAULT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    
    -- ----------------------------
    -- Records of pn_bans
    -- ----------------------------
    
    -- ----------------------------
    -- Table structure for `pn_history`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_history`;
    CREATE TABLE `pn_history` (
      `member` int(11) NOT NULL,
      `action` int(11) NOT NULL,
      `with` int(11) NOT NULL,
      `timestamp` datetime DEFAULT NULL,
      `details` varchar(256) DEFAULT NULL,
      UNIQUE KEY `memberitem` (`member`,`action`),
      KEY `Memberid` (`member`)
    ) ENGINE=MyISAM DEFAULT CHARSET=ascii;
    
    -- ----------------------------
    -- Records of pn_history
    -- ----------------------------
    
    -- ----------------------------
    -- Table structure for `pn_members`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_members`;
    CREATE TABLE `pn_members` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `username` varchar(12) DEFAULT NULL,
      `password` varchar(255) DEFAULT NULL,
      `dob` varchar(12) DEFAULT NULL,
      `email` varchar(32) DEFAULT NULL,
      `lastLoginTime` varchar(42) DEFAULT NULL,
      `lastLoginServer` varchar(24) CHARACTER SET utf8 DEFAULT NULL,
      `lastLoginIP` varchar(16) DEFAULT NULL,
      `lastLanguageUsed` int(11) DEFAULT NULL,
      `sprite` int(11) DEFAULT NULL,
      `party` int(11) DEFAULT NULL,
      `money` int(11) DEFAULT NULL,
      `npcMul` varchar(24) DEFAULT NULL,
      `skHerb` int(11) DEFAULT NULL,
      `skCraft` int(11) DEFAULT NULL,
      `skFish` int(11) DEFAULT NULL,
      `skTrain` int(11) DEFAULT NULL,
      `skCoord` int(11) DEFAULT NULL,
      `skBreed` int(11) DEFAULT NULL,
      `x` int(11) DEFAULT NULL,
      `y` int(11) DEFAULT NULL,
      `mapX` int(11) DEFAULT NULL,
      `mapY` int(11) DEFAULT NULL,
      `bag` int(11) DEFAULT NULL,
      `badges` varchar(50) DEFAULT NULL,
      `healX` int(11) DEFAULT NULL,
      `healY` int(11) DEFAULT NULL,
      `healMapX` int(11) DEFAULT NULL,
      `healMapY` int(11) DEFAULT NULL,
      `isSurfing` varchar(5) DEFAULT NULL,
      `adminLevel` int(11) DEFAULT NULL,
      `muted` varchar(5) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    
    
    -- ----------------------------
    -- Table structure for `pn_party`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_party`;
    CREATE TABLE `pn_party` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `member` int(11) DEFAULT NULL,
      `pokemon0` int(11) DEFAULT NULL,
      `pokemon1` int(11) DEFAULT NULL,
      `pokemon2` int(11) DEFAULT NULL,
      `pokemon3` int(11) DEFAULT NULL,
      `pokemon4` int(11) DEFAULT NULL,
      `pokemon5` int(11) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    
    
    -- ----------------------------
    -- Table structure for `pn_pokemon`
    -- ----------------------------
    DROP TABLE IF EXISTS `pn_pokemon`;
    CREATE TABLE `pn_pokemon` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `name` varchar(24) DEFAULT NULL,
      `speciesName` varchar(32) DEFAULT NULL,
      `exp` varchar(32) DEFAULT NULL,
      `baseExp` int(11) DEFAULT NULL,
      `expType` varchar(16) DEFAULT NULL,
      `isFainted` varchar(5) DEFAULT NULL,
      `level` int(11) DEFAULT NULL,
      `happiness` int(11) DEFAULT NULL,
      `gender` int(11) DEFAULT NULL,
      `nature` varchar(24) DEFAULT NULL,
      `abilityName` varchar(24) DEFAULT NULL,
      `itemName` varchar(28) DEFAULT NULL,
      `isShiny` varchar(5) DEFAULT NULL,
      `originalTrainerName` varchar(12) DEFAULT NULL,
      `currentTrainerName` varchar(12) DEFAULT NULL,
      `contestStats` varchar(255) DEFAULT NULL,
      `move0` varchar(32) DEFAULT NULL,
      `move1` varchar(32) DEFAULT NULL,
      `move2` varchar(32) DEFAULT NULL,
      `move3` varchar(32) DEFAULT NULL,
      `hp` int(11) DEFAULT NULL,
      `atk` int(11) DEFAULT NULL,
      `def` int(11) DEFAULT NULL,
      `speed` int(11) DEFAULT NULL,
      `spATK` int(11) DEFAULT NULL,
      `spDEF` int(11) DEFAULT NULL,
      `evHP` int(11) DEFAULT NULL,
      `evATK` int(11) DEFAULT NULL,
      `evDEF` int(11) DEFAULT NULL,
      `evSPD` int(11) DEFAULT NULL,
      `evSPATK` int(11) DEFAULT NULL,
      `evSPDEF` int(11) DEFAULT NULL,
      `ivHP` int(11) DEFAULT NULL,
      `ivATK` int(11) DEFAULT NULL,
      `ivDEF` int(11) DEFAULT NULL,
      `ivSPD` int(11) DEFAULT NULL,
      `ivSPATK` int(11) DEFAULT NULL,
      `ivSPDEF` int(11) DEFAULT NULL,
      `pp0` int(11) DEFAULT NULL,
      `pp1` int(11) DEFAULT NULL,
      `pp2` int(11) DEFAULT NULL,
      `pp3` int(11) DEFAULT NULL,
      `maxpp0` int(11) DEFAULT NULL,
      `maxpp1` int(11) DEFAULT NULL,
      `maxpp2` int(11) DEFAULT NULL,
      `maxpp3` int(11) DEFAULT NULL,
      `ppUp0` int(11) DEFAULT NULL,
      `ppUp1` int(11) DEFAULT NULL,
      `ppUp2` int(11) DEFAULT NULL,
      `ppUp3` int(11) DEFAULT NULL,
      `date` varchar(28) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    thanks for fast reply , itry it :D thanks alot..

    Edit: iworng just 7002 open not 7005 .
    really sry for this
    Last edited by LielZ; 01-09-13 at 12:34 PM.

  11. #56
    Enthusiast Ashcan is offline
    MemberRank
    Aug 2006 Join Date
    P(r)olandLocation
    37Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by mesofranico View Post
    i have this error: Linux

    [PokeAres]Starting server..
    INFO: Fishing database reinitialised
    Exception in thread "main" java.lang.NoClassDefFoundError: org/ini4j/Ini
    at org.pokenet.server.battle.DataService.initialiseSpecies(DataService.java:130)
    at org.pokenet.server.battle.DataService.<init>(DataService.java:54)
    at org.pokenet.server.ServiceManager.<init>(ServiceManager.java:36)
    at org.pokenet.server.GameServerNoUI.main(GameServerNoUI.java:79)
    Caused by: java.lang.ClassNotFoundException: org.ini4j.Ini
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 4 more
    hey, got same problem as the guy here...
    Using Java 1.7.0_25, dont really want to test it on java6, since got many other gameservers that need java7 to work properly.
    Can anyone tell me what is causing this ?
    If this is all about java, is there a chance of installing '2nd version of java' that ill use on my ubuntu server ?

  12. #57
    Member LielZ is offline
    MemberRank
    Apr 2012 Join Date
    IsraelLocation
    58Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by Ashcan View Post
    hey, got same problem as the guy here...
    Using Java 1.7.0_25, dont really want to test it on java6, since got many other gameservers that need java7 to work properly.
    Can anyone tell me what is causing this ?
    If this is all about java, is there a chance of installing '2nd version of java' that ill use on my ubuntu server ?
    read this
    https://help.ubuntu.com/community/Java

  13. #58
    Enthusiast Ashcan is offline
    MemberRank
    Aug 2006 Join Date
    P(r)olandLocation
    37Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by LielZ View Post
    STILL, i need ot know if this is the main reason why this not work?

  14. #59
    Gamma Xerixe is offline
    MemberRank
    Apr 2008 Join Date
    MalaysiaLocation
    3,605Posts

    Re: [Release]PokeAres (Client + Server)

    Quote Originally Posted by Ashcan View Post
    hey, got same problem as the guy here...
    Using Java 1.7.0_25, dont really want to test it on java6, since got many other gameservers that need java7 to work properly.
    Can anyone tell me what is causing this ?
    If this is all about java, is there a chance of installing '2nd version of java' that ill use on my ubuntu server ?
    If you're using linux, you need to install ini4j. More instructions is here : [ini4j] - Download.

    As for server side, it's fine running on Java 7. Only the client should be running on Java 6. Also, it is possible to install two versions of java and call java 6 explicitly for the client.

  15. #60
    Member LielZ is offline
    MemberRank
    Apr 2012 Join Date
    IsraelLocation
    58Posts

    Re: [Release]PokeAres (Client + Server)

    Xerixe you can help me plz ?



Page 4 of 7 FirstFirst 1234567 LastLast

Advertisement