[Release] Pokemonium's Source.

Page 3 of 3 FirstFirst 123
Results 31 to 41 of 41
  1. #31
    Delta Gregoyle is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    221Posts

    Re: [Release] Pokemonium's Source.

    @Above

    Isn't that the kind of stuff that gets edited in the DB?

  2. #32
    Account Upgraded | Title Enabled! zeak6464 is offline
    MemberRank
    Jun 2012 Join Date
    USALocation
    226Posts

    Re: [Release] Pokemonium's Source.

    Now i have this game still on my server , and it works to a point.... Xkl needs to get back with me on it !

  3. #33
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,608Posts

    Re: [Release] Pokemonium's Source.

    Quote Originally Posted by Lucila View Post
    I have only one request. That someone, create a program to edit pokemon, trainer, items in the accounts of the players. That's it!
    How is the data stored? Only MySQL or also flatfile stuff? If only MySQL you can use PHPMyAdmin or Navicat to edit stuff...

  4. #34

    Re: [Release] Pokemonium's Source.

    is only mysql. Sure! I use navicat. But always edit wrong ..
    I wanted to know if someone could make a program that has a GUI (interface) simple. Such as:
    member: list of members .... select a member
    add pokemon to member: list of pokemons ... select a pokemon
    add item to bag member: list of items ... select a item ..

  5. #35
    Apprentice Midako is offline
    MemberRank
    Sep 2013 Join Date
    7Posts

    Re: [Release] Pokemonium's Source.

    I can write a homepage script o.o to edit users and so, im a beginner in C# at the moment never tried to work with sql.
    pm me Lucila

  6. #36

    Re: [Release] Pokemonium's Source.

    Quote Originally Posted by Lucila View Post
    I I have these files [server + client pokemonium 1.6] in my possession.
    ...

    PD: Thanks poemonium comunity for the database :)
    so time to get you out of your dream.
    first of all, yes you have our 1.6 client but that is easy because you can just get everything from the stuff we supply, so congratulations.
    second that is not our 1.6 server
    third that is our test database not our live db
    i hope you had to pay default a lot of money for that :p

    Edit:
    you can ask default for the tool
    he should have it lying around somewhere
    Last edited by sadhi; 03-10-13 at 02:12 PM. Reason: editional info

  7. #37
    Account Upgraded | Title Enabled! viperpray is offline
    MemberRank
    Apr 2007 Join Date
    87Posts

    Re: [Release] Pokemonium's Source.

    Quote Originally Posted by Midako View Post
    I can write a homepage script o.o to edit users and so, im a beginner in C# at the moment never tried to work with sql.
    pm me Lucila

    the game is in java not C#

  8. #38
    Apprentice Midako is offline
    MemberRank
    Sep 2013 Join Date
    7Posts

    Re: [Release] Pokemonium's Source.

    @viperpray yea but he/she did ask for a tool which can edit his/her database ;) so not really with the game...

  9. #39
    Novice Teepo PokeDev is offline
    MemberRank
    Oct 2013 Join Date
    ItalyLocation
    1Posts

    Re: [Release] Pokemonium's Source.

    Glad to see someone likes Zorro's and my maps :)
    Last edited by Teepo PokeDev; 03-10-13 at 07:18 PM.

  10. #40
    Proficient Member erasedd is offline
    MemberRank
    Nov 2008 Join Date
    4e 59 0d 0aLocation
    176Posts

    Re: [Release] Pokemonium's Source.

    Was anyone else able to get this to compile? I wasn't able it with netbeans. It keeps giving me this error:


    PHP Code:
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:155errorincompatible types
                Ini
    .Section s ini.get(String.valueOf(1));
                                       ^
      
    requiredIni.Section
      found
    :    Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:157errorincompatible types
                String name 
    s.get("InternalName");
                                   ^
      
    requiredString
      found
    :    Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:198errorincompatible types
                    name 
    s.get("Name");
                                ^
      
    requiredString
      found
    :    Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:217errorincompatible types
                Ini
    .Section s ini.get(tm);
                                       ^
      
    requiredIni.Section
      found
    :    Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:218errorcannot find symbol
                String
    [] pokemons s.get("POKEMON").split(",");
                                                    ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:299errormethod setInternalName in class PokemonSpecies cannot be applied to given types;
                
    species.setInternalName(s.get("InternalName"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:300errormethod setKind in class PokemonSpecies cannot be applied to given types;
                
    species.setKind(s.get("Kind"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:301errormethod setPokedexInfo in class PokemonSpecies cannot be applied to given types;
                
    species.setPokedexInfo(s.get("Pokedex"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:302errormethod setType1 in class PokemonSpecies cannot be applied to given types;
                
    species.setType1(s.get("Type1"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:303errormethod setType2 in class PokemonSpecies cannot be applied to given types;
                
    species.setType2(s.get("Type2"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:320errorcannot find symbol
                String
    [] stringBaseStats s.get("BaseStats").split(",");
                                                             ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:323errorno suitable method found for parseInt(Object)
                
    species.setRareness(Integer.parseInt(s.get("Rareness")));
                                           ^
        
    method Integer.parseInt(String) is not applicable
          
    (actual argument Object cannot be converted to String by method invocation conversion)
        
    method Integer.parseInt(String,intis not applicable
          
    (actual and formal argument lists differ in length)
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:324errorno suitable method found for parseInt(Object)
                
    species.setBaseEXP(Integer.parseInt(s.get("BaseEXP")));
                                          ^
        
    method Integer.parseInt(String) is not applicable
          
    (actual argument Object cannot be converted to String by method invocation conversion)
        
    method Integer.parseInt(String,intis not applicable
          
    (actual and formal argument lists differ in length)
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:325errorno suitable method found for parseInt(Object)
                
    species.setHappiness(Integer.parseInt(s.get("Happiness")));
                                            ^
        
    method Integer.parseInt(String) is not applicable
          
    (actual argument Object cannot be converted to String by method invocation conversion)
        
    method Integer.parseInt(String,intis not applicable
          
    (actual and formal argument lists differ in length)
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:326errorcannot find symbol
                species
    .setGrowthRate(ExpTypes.valueOf(s.get("GrowthRate").toUpperCase()));
                                                                          ^
      
    symbol:   method toUpperCase()
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:327errorno suitable method found for parseInt(Object)
                
    species.setStepsToHatch(Integer.parseInt(s.get("StepsToHatch")));
                                               ^
        
    method Integer.parseInt(String) is not applicable
          
    (actual argument Object cannot be converted to String by method invocation conversion)
        
    method Integer.parseInt(String,intis not applicable
          
    (actual and formal argument lists differ in length)
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:328errormethod setColor in class PokemonSpecies cannot be applied to given types;
                
    species.setColor(s.get("Color"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:329errormethod setHabitat in class PokemonSpecies cannot be applied to given types;
                
    species.setHabitat(s.get("Habitat"));
                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:332errorcannot find symbol
                String
    [] stringEffortPoints s.get("EffortPoints").split(",");
                                                                   ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:336errorcannot find symbol
                
    if(s.get("Abilities").contains(","))
                                     ^
      
    symbol:   method contains(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:338errorcannot find symbol
                    String
    [] temp s.get("Abilities").split(",");
                                                      ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:345errorcannot find symbol
                    abilities
    [0] = s.get("Abilities").trim();
                                                     ^
      
    symbol:   method trim()
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:348errorcannot find symbol
                String
    [] stringCompatibility s.get("Compatibility").split(",");
                                                                     ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:351errormethod parseFloat in class Float cannot be applied to given types;
                
    species.setHeight(Float.parseFloat(s.get("Height")));
                                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:352errormethod parseFloat in class Float cannot be applied to given types;
                
    species.setWeight(Float.parseFloat(s.get("Weight")));
                                       ^
      
    requiredString
      found
    Object
      reason
    actual argument Object cannot be converted to String by method invocation conversion
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:353errorincompatible types
                String gender 
    s.get("GenderRate");
                                     ^
      
    requiredString
      found
    :    Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:390errorcannot find symbol
                String
    [] stringMoves s.get("Moves").split(",");
                                                     ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:425errorcannot find symbol
                species
    .setEggMoves(s.get("EggMoves").split(","));
                                                     ^
      
    symbol:   method split(String)
      
    location: class Object
    C
    :\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java:426errorcannot find symbol
                String
    [] stringEvolutions s.get("Evolutions").split(",");
                                                               ^
      
    symbol:   method split(String)
      
    location: class Object
    Note
    C:\Users\Mike\Desktop\svn_server\src\org\pokenet\server\battle\DataService.java uses unchecked or unsafe operations.
    NoteRecompile with -Xlint:unchecked for details.
    29 errors
    C
    :\Users\Mike\Desktop\server\nbproject\build-impl.xml:913The following error occurred while executing this line:
    C:\Users\Mike\Desktop\server\nbproject\build-impl.xml:265Compile failedsee the compiler error output for details.
    BUILD FAILED (total time5 seconds

  11. #41
    Proficient Member prodigy007 is offline
    MemberRank
    Feb 2013 Join Date
    MissouriLocation
    177Posts

    Re: [Release] Pokemonium's Source.

    ......
    Last edited by prodigy007; 04-12-13 at 09:08 PM.



Page 3 of 3 FirstFirst 123

Advertisement