Thread: I'm making woodcutting - Posting as I go, Tell me if I do something wrong!

Results 1 to 2 of 2
  1. #1 I'm making woodcutting - Posting as I go, Tell me if I do something wrong! 
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    5,031
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    My class so far:

    Code:
    /*
     * Woodcutting.java
     *
     * Created on October 23, 2009, 10:39 PM
     *
     * Created By Ecstasy, "Keegan Jackson";
     * Copyright 2008-2009;
     */
    
    package Concepts.Skills;
    
    /**
     *
     * @author Keegan
     */
    public class Woodcutting {
        
        public Woodcutting() {
        }
        public void chopTree(String tree) {
            if(tree == "normal") {
                /*Shit goes in here*/
            }
        }
        /* Integers */
        public int NORMAL_EXP = 45;
        public int OAK_EXP = 90;
        public int WILLOW_EXP = 145;
        public int MAPLE_EXP = 185;
        public int YEW_EXP = 225;
        
        public int OAK_LEVEL = 15;
        public int WILLOW_LEVEL = 30;
        public int MAPLE_LEVEL = 45;
        public int YEW_LEVEL = 60;
    }
    Post if there is any way this can be better, or if I'm doing it wrong.

    Reply With Quote  
     

  2. #2  
    Registered Member
    dark bl00d23's Avatar
    Join Date
    Sep 2008
    Posts
    333
    Thanks given
    5
    Thanks received
    10
    Rep Power
    111
    I just had some fun with ur sig and changed it up, I got bored. I think it's better this way..
    Code:
    .\Rune-Server\RuneScape_Development: 1 : cannot find symbol
    symbol    :    method conventions()
    location   :   class Rune-Server.RuneScape_Development
    Note: .\Rune-Server.RuneScape_Development.tutorials uses or leeches stolen code.
    1 error
    Press any key to continue . . .
    I GOT BORED. LOL.
    Quote Originally Posted by Zee Best View Post
    Nah i like posting saying im better than everyone else, it turns me on and gets me arroused.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •