Jump to content
Pokémon Vortex

Drawnzer

Members
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Drawnzer

  1. 1 hour ago, Mr.Magnificent said:

    @Drawnzer You were running a contest before, was it deleted or something?

    Anyways, are you only offering legends for kyogres?

    The contest was poorly framed, I will be framing a better one with the same prize soon enough.
    And depends, like what would you want for them?

  2. This is a rather simple trade thread. There are some specific pokemon I am trying to get to complete my sets.

    I will be updating this list every time my current goal has been met, so we can focus on specific pokemon only.

    Right now, what I need is these stuff:

    Spoiler

    KyogreMetallic KyogreShiny Kyogre

    Dark GroudonMetallic GroudonShadow Groudon

     

    You can look at what I have for trade in my ign Drawnzer and ask if you want something in specific from there or something which is not there, in the replies here.

    Just be sure to reply here or message me before making an offer.
    Kindly refrain from asking legends which I do not have in spare.

     

    After these pokemon have been obtained, I will update it with the next list of stuff.

  3. 1 hour ago, MichaelAnthonyWoodsonJr. said:

    I agree with u but, at least Ichigo and Orihime have a cute kid. I had a feeling the whole time that that was Ichigo and Orihime kid. I was surprised that Rukia and Renji had a kid. It's funny because, Renji wanted Rukia dead back then(sacrificed). xD I'm pretty sure Aizen is way op. <--My fav. Bleach character and he is a Gemini like, me. I am so lucky. Where is Grimmjow, Nel Tu, Yoruichi, Yoruichi's brother, Urahara, Ganju, Yachiru, Tier Harribel, and even Chad. So, many character forgotten probably more. Well, there is more than that but, I don't have tme going over everyone that was forgotten which, is a lot. I'm so dissappointed Tite Kubo, so disappointed. But here is a cute pic. of Orihime and Ichigo.like_father__like_son__by_megami_tama-d4Like father, like sonBleach - Chapter 686 - 1

    Chad was there, fighting for the world title which everyone was watching when Rukia and Renji crashed in. Also, Ishida was watching the same in his mobile at the rooftop. :)

    • Upvote 1
  4. As we know, Kubo Tite has finally brought an end to Bleach with chapter 686 of the manga. I personally feel the last part was greatly rushed, and there are many unanswered questions:

    1. What happened to the Arrancars and Fullbringers?
    2. Why did Ichigo's shikai go back to the original Zangetsu after Ywach stopped it?
    3. Extend of Aizen's power and the true nature of his ability.

    Also, I personally did not like how the manga ended overall. What do you people think about it?

    Feel free to drop any answers to the above questions or if you have any other thing about the manga you wish to discuss about.
    Have fun, stay kinky  ( ͡° ͜ʖ ͡°)

    • Upvote 1
  5. ign: Drawnzer

    Most Valuable Pokémon is undoubtedly my 10M Dark Volcanion

    However, my Arceus (Unknown)set and the 2 Shadow Arceus (Electric)s also count o4rel.

    And among your prizes, I would take the Mystic Pikachu (Ph. D.)Mystic Pikachu (Libre)and the Shadow Missingno. if I manage to hax  , I mean win this thing. xD

    • Upvote 1
  6. 15 minutes ago, Uncle_Psychic said:

    personally,I prefer Scanner class over BufferedReader

    saves more time with the typing ;p

    Scanner class cannot read a file. You are not really giving any input on the output window directly.  What you do here is paste everything into a notepad, and have the code read the data from notepad and compare with data from another notepad file.

  7. 7 minutes ago, iZeus said:

    aRfMneg.png

    What's this?

    Oh. My bad, I will correct it.

    Put a there instead of a and it will work.

     

    EDIT:

    Apparently, some places need a[ i ], but the [ i ] part is being taken as italics in the forums. I will correct it and make all loop counters as j. Give me a minute to update it.

     

    Re: EDIT:

    The error has been fixed and updated, please use this now, @iZeus

  8. For those people who have been helping us by doing some of the wiki Pokemon pages, this code here should reduce your work by loads. I had made this code long ago, but this 4th version of the code is probably the easiest and the best version. The code is made using JAVA programming language, so it's platform independent and anyone can use it.

    Firstly, if you have no experience or knowledge about JAVA, I suggest using a software named BlueJ, which can be used to run the code.

    Instructions for people who will use BlueJ

    (1) Download the BlueJ and JDK software from this link: http://www.bluej.org/download/files/bluej-bundled-317.msi

    (2) Install JDK first, and then install BlueJ

    (3) Open BlueJ, click on "Project", and click on "New Project"

    Spoiler

     

    69GRcvu.png

     

     

     

     

    (4) In the dialogue box which opens, select path and name the folder as "Vortex",  then click on "Create"

    (5) On clicking on "Create", a new BlueJ will open, and your screen will be like this:

    Spoiler

     

    C9vNwHB.png

     

     

     

     

    (6) Click on "New Class", and put any name you want on the box that opens:

    Spoiler

     

    v2WY7n0.png

     

     

     

     

    (7) Put any name, "abcde" is what I have used, and click on "Ok"

    (8) A brown colored box will appear, with the name "abcde", like this:

    Spoiler

     

    eahOY6i.png

     

     

     

     

    (9) Now, copy the code from below, and go back to the BlueJ screen. 

    (10) Double click and open the brown box which appears on your screen. Delete all the code which is there already.

    (11) Paste the code you copied from here over there, and click on "Compile" :

    Spoiler

     

    jk9HWf3.png

     

     

     

     

    (12) Now click on "Close", which is present on the same tool bar where "Compile" option was.

    (13) You will see that the box has changed it's name to "FileOutput4" and it looks like this:

    Spoiler

     

    qAeqcgw.png

     

     

     

     

    (14) Right click on that box, click on "void main", and that's it, you're done!

     

    Instructions for people who will use JAVA:

    Nothing special for you guys, just add "String[] args" as the parameter in the main function, and run it in the usual way.

     

    **Note for all users**

    Please open the code and read the portion named as "INSTRUCTIONS" on the beginning of the code. You must follow those rules and do what has been stated there.

     

    Code: 

    import java.io.*;
    import java.util.*;
    //Coded by Anindit Sinha™
    /*
     * 
     * Welcome to the best possible version of the attack list code
     * ============
     * INSTRUCTIONS
     * ============
     * 1. In case you are using JAVA, just go to the folder where this code and it's class is saved, and create a notepad (.txt file)
     *    and name it "Moveset1.txt". BlueJ users ignore this instruction and move ahead to instruction 2.
     * 2. In case you are using BlueJ, go to the same folder where you have created the package named "Vortex", open the folder 
     *    named "Vortex", and create a notepad (.txt file) and name it "Moveset1.txt".
     * 3. Now, copy all data from theta.pokemon-vortex.com/moves.php and paste all data in this "Moveset1.txt" and save the file.
     * 4. Go to the same folder where you have saved the "Moveset1.txt"
     * 5. Create a new notepad (.txt document) named "AttackNames.txt"
     * 6. Copy the pokemon attacks of the pokemon page you want to make from this pastebin: http://pastebin.com/JjFQYzm5
     * 7. Paste the attacks in this "AttackNames.txt"
     * 8. Save this notepad document
     * 9. Run this program to get the full code.
     * 10. For the next pokemon's attacks, open the same "AttackNames.txt"
     * 11. Delete the attacks which are already there.
     * 12. Repeat from Step No. 7
     * 
     * ENJOY
     * 
     */
    class FileOutput4
    {
        public static void main()throws IOException
        {
            BufferedReader br1=new BufferedReader(new FileReader("AttackNames.txt"));
            String x=""; int cn=1-1;
            String a[]=new String[99];
            for(int j=cn;j<99;j++)
            a[j]=null;
            while((x=br1.readLine())!=null)
            {
                String split[]=x.split(",");
                for(int j=cn;j<split.length;j++)
                a[j]=split[j];
            }
            System.out.println("===Purchasable Attacks===");
            System.out.println("<!-- Attacks Table -->");
            System.out.println("<div align='center'>");
            System.out.println("{| style=\"text-align: center; float: center; margin-top: 10px; border-radius: 10px;\"");
            System.out.println("|- class=\"container-attacks\"");
            System.out.println("| class=\"attacks\""+"|'''Attack'''");
            System.out.println("| class=\"attacks\""+"|'''Type'''");
            System.out.println("| class=\"attacks\""+"|'''Price'''");
            System.out.println("| class=\"attacks\""+"|'''Power'''");
            System.out.println("| class=\"attacks\""+"|'''Accuracy'''");
            System.out.println("| class=\"attacks\""+"|'''Category'''");
            for(int j=cn;j<a.length;j++)
            {
                BufferedReader br=new BufferedReader(new FileReader("Moveset1.txt"));
                while((x=br.readLine())!=null)
                {
                    String moveName="";
                    StringTokenizer str=new StringTokenizer(x);
                    String nmbr=str.nextToken();
                    if(str.countTokens()==6)
                    moveName=str.nextToken();
                    else if(str.countTokens()==7)
                    moveName=str.nextToken()+" "+str.nextToken();
                    else if(str.countTokens()==8)
                    moveName=str.nextToken()+" "+str.nextToken()+" "+str.nextToken();
                    String type=str.nextToken();
                    String type2=type.toLowerCase().charAt()+type.substring(1);
                    String power=str.nextToken();
                    String accuracy=str.nextToken();
                    String spnm=str.nextToken();
                    String cost=str.nextToken();
                    if(a[j]!=null && a[j].equalsIgnoreCase(moveName))
                    {
                        System.out.println("|- class=\"container-"+type2+"\"");
                        System.out.println("| class=\""+type2+"\"|"+moveName);
                        System.out.println("| class=\""+type2+"\"|[[File:"+type+".gif|link="+type+"|"+type+"]]");
                        System.out.println("| class=\""+type2+"\"|[[File:Pmoney.gif|Pokémoney]]"+cost);
                        System.out.println("| class=\""+type2+"\"|"+power);
                        System.out.println("| class=\""+type2+"\"|"+accuracy);
                        System.out.println("| class=\""+type2+"\"|[[File:"+spnm+".png|"+spnm+"]]");
                    }
                }
            }
            System.out.println("|}");
            System.out.println("</div>");
            System.out.println("<!-- End Attacks Table -->");
        }
    }

    That's about all, just copy the output you get from the Output window and paste it on the wiki in the attack area of the pokemon you are doing. This is how the output will look for BlueJ users: 
     

    Spoiler

     

    0jr792F.png

     

     

     

     

    JAVA users will get their output on the usual command prompt window. That's it, enjoy.

    Requesting @Patrick or @Rob to verify and tell the people that this code doesn't contain anything malicious or something which may harm their computers.

    Feel free to contact me for any further information, though it might take me some time to reply since I am not going to be very active here for the time being.

     

    **In case code breaks or does not work when copied and pasted from here, copy the code from this link: http://pastebin.com/Q5WTeZgR **

    • Upvote 3
×
×
  • Create New...