• 0

    posted a message on HELP WANTED!!!!!!!
    Quote from Vornika »
    Quote from ACdestinydream »
    Then that would be just a reskin.


    But it would do what he would like it to do (I think)


    I don't really think so. He might want the trajectory to be straight and to fire many bullets at once or something similar.
    Posted in: Mods Discussion
  • 0

    posted a message on HELP WANTED!!!!!!!
    Then that would be just a reskin.
    Posted in: Mods Discussion
  • 0

    posted a message on HELP WANTED!!!!!!!
    you might want to start out with blocks instead of weapons, as:

    Guns are complicated stuff, trajectories and crap will make your brain explode into many tiny atoms.

    Start with some blocks that help your weapon journey and you will do fine =)
    Posted in: Mods Discussion
  • 0

    posted a message on [Art Team] Angry Notch - HELP WANTED!
    Check the 4th page =)
    Posted in: Mods Discussion
  • 0

    posted a message on HELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLP
    Lets not troll him and post constructive comments.

    First, go on to: http://mcp.ocean-labs.de/index.php/MCP_ ... requisites

    Download the pack for v1.5_01.

    Then, google for how to install MCP. It would be quite complicated, but bear with it =)

    Finally, after installing, you're good to go! There are a thousand and one tutorials here on how to make your own mods. Have fun and hope to see you in the modding section in minecraft =)
    Posted in: Tutorials
  • 0

    posted a message on [HELP] ONE JAVA ERROR
    Did you add your PATH variable onto your system correctly?
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    i believe this bit of code helps to make your mob burn in the sunlight?

    public void onLivingUpdate()
        {
            if(worldObj.isDaytime())
            {
                float f = getEntityBrightness(1.0F);
                if(f > 0.5F && worldObj.canBlockSeeTheSky(MathHelper.floor_double(posX), MathHelper.floor_double(posY), MathHelper.floor_double(posZ)) && rand.nextFloat() * 30F < (f - 0.4F) * 2.0F)
                {
                    fire = 300;
                }
            }
            super.onLivingUpdate();
    Posted in: Tutorials
  • 0

    posted a message on [Art Team] Angry Notch - HELP WANTED!
    Thanks for those pics, didnt realise that you made them till 9 pages later =)
    Posted in: Mods Discussion
  • 0

    posted a message on Need help establishing a 'Time Currency'
    Quote from GretchenMC »
    ah, didn't realize that. I don't do the multiplayer thing so these well known server options are unknown territory to me.

    You can mine obsidian by beating on it with obsidian? Never tried that...


    Nop, I meant it as 'hiring other players using obsidian as a currency to obtain obsidian for you'.
    Posted in: Discussion
  • 0

    posted a message on is it possible??
    Quote from GretchenMC »

    Le sigh. Scroll up and read azzinine's post where he or she says it's not stealing ****, the loss is only theoretical, you just have to know about malware risks on pirate sites, and the only reason buying the game is preferable is that it's easier than pirating and has less malware risk.

    Scroll up or don't. Not sure why I'm the big meanie head for speaking up against stealing the game. Whatevah.


    I guess every individual reads a post differently huh...

    I read it as azz trying to convince OP out of stealing minecraft and buying it is way better and it will prevent malwares and crap.
    Posted in: Discussion
  • 0

    posted a message on Need help establishing a 'Time Currency'
    Quote from GretchenMC »
    also, obsidian as currency will still be advantaged to people who give themselves hacked diamonds for diamond picks to get obsidian, vs people who only use diamonds they mine for themselves.

    Which ends up at the original stated problem, that diamonds are not a good currency since they can be hacked. The activities diamonds enable (like chopping up blocks of obsidian) will be subject to the same problem.


    OP suggested a situation where hacking is not possible but Xraying is. Either way, a player will still need 15 seconds to mine a block of obby, unless they hire men using obby to chop obby.
    Posted in: Discussion
  • 0

    posted a message on is it possible??
    Well then, correct me if i'm wrong, but neither of any posts here suggest pirating as a means to get minecraft other than yours.
    Posted in: Discussion
  • 0

    posted a message on is it possible??
    Quote from GretchenMC »
    Quote from ACdestinydream »


    Seriously, someone like you need to be shunned in real life as friends of yours have minecraft and are talking about their new server which you cannot enter due to having no premium account. I wonder of your opinion might shift. After all, your percieved loss is really a theoretical one, they will want to get it legally.

    YOU are why nice things cannot be owned by us.


    Wait, you want to steal something because your friends have it and you can't be in the kool kiddies club unless you have it too?

    I am cut to the quick by your rhetoric. Anyone whose friends shun them because they can't afford the latest object of desire needs new friends who like you for who you are not what you own. Little Timmy will live without minecraft or Timmy's friends will help him figure out how to use paypal. Or maybe they will laugh and point at Timmy. Kids can be cruel.


    Little Timmy will commit suicide because he will be bullied by others.

    Who suggested stealing? Not me, but you. He asked for another way to get minecraft for free, not to priate it, therefore rendering your entire passage worth of post useless.

    Timmy's friends will not help Little Timmy to find a way to get minecraft because they all pirated it =/
    Posted in: Discussion
  • 0

    posted a message on How to start a server?
    http://wiki.bukkit.org/Setting_up_a_server

    This would be your best bet. Bukkit have alot of plugins available and they are simple to configure.
    Posted in: Discussion
  • To post a comment, please .