• Smogon Premier League is here and the team collection is now available. Support your team!

Recent content by Duck92

  1. Inactive Catch % Calculator

    Assuming this is in C++... Create a visual form, and pop all the data in a text box. Name it Info. #include "Info.h" Add to the header of the file launched (Probably main, or Form1) Add this for the button script: Info Form1; if(Form1.ShowDialog() ==...
  2. CAM Metagame: Interest Thread

    Seems like I can do everything but 1 and 5. A VPS is always an option for 1 though. I'm fluent with Java, and am running a server now. I work on Shoddy Battle, not Poke Lab or Pokemon Online.
  3. Ask a simple question, get a simple answer (Mark 3)

    @Acidarmor - Yes it does, if you leave the server in any form, you leave the battle; which counts as a loss.
  4. Ask a simple question, get a simple answer (Mark 3)

    @Zanda - First, You need to patch it. Read my guide on patching a server. (Here: http://www.smogon.com/forums/showthread.php?t=76431) Take th HG/SS moveset list, and just convert to patch.
  5. Can I install pokemon lab on my thumbdrive/external hard disk

    You can. You need a custom jnlp launch file, and all the jars. Just place them in a folder and execute the jar file. You WILL need java on the other computer. It won't work if that computers java his issues itself.
  6. Unable to load a team

    Make sure your team is valid, open it in Notepad/WordPad, or an XML Editor and check if anything seems to be wrong.
  7. Problem running Pokelab - Unable to launch application

    200/500 people is the default it shows when the server is offline. The server is offline.
  8. Really Strange Problem Running Pokelab

    Obviously, since the program seems to be running smoothly, Java is not the problem. Maybe, you have restrictions on your computer or internet/router with connecting to the server? Did you decline Java's permission to access the internet, maybe? Check Java's permissions in the control panel...
  9. bobertbojo2's first battle - ubers

    Post this in the war story section, not the Shoddy Battle & Poke Lab forum.
  10. Ask a simple question, get a simple answer (Mark 3)

    @P_K No, the link to the Sprites JAR for that metagame. @youhaveaface - Read the above section of this post. @falcokid- Check the prefrences
  11. Ask a simple question, get a simple answer (Mark 3)

    Well for starters, you need Trac, MySQL, MySQL++, (maybe Java?), and Linux, to run the makefile of the server. I suggest installing a webserver (XAMPP: http://www.apachefriends.org/en/xampp.html), Includes MySQL. Then Install MySQL++ onto that, and java is a seperate which you can probably run...
  12. Ask a simple question, get a simple answer (Mark 3)

    @Nbz & Plusle - I believe that the server is offline for now; probably fixing bugs and such. It should be online sooner or later.
  13. Running Shoddy Battle on a remote server

    You can run this off a Virtual Private server (Http://www.hostgator.com Or http://www.zipservers.com), Or a dedicated server (For shoddy, VPS is better). I recommend using hostgator, as you may have to pay for managed support on Zipservers. If you want help setting it up, I do specialize in...
  14. Pokémon Lab - the successor to Shoddy Battle

    @Death Incarnate - You can modify any aspect of the server (not client!). Includes, Pokemon, Text, Authority, etc.
  15. Adding Pokemon to a Server

    First; Read my guide on patching a server: http://www.smogon.com/forums/showthread.php?t=76431 Compile the patch & pokemon in NetBeans, then run it. If you proceed with having issues, post a log here.
Back
Top