h productions



Join the forum, it's quick and easy

h productions

h productions

Would you like to react to this message? Create an account in a few clicks or log in to continue.
h productions

h productions evrything about setting up a game or server eg.runescape private server and runing it

Log in

I forgot my password

mp3player


Get a playlist! Standalone player Get Ringtones

Who is online?

In total there are 3 users online :: 0 Registered, 0 Hidden and 3 Guests

None


[ View the whole list ]


Most users ever online was 101 on Wed Jul 03, 2019 3:46 am

online chat

Chat login:
Nickname
Password (optional)

powered by h-prodz.co.cc

Latest topics

» New things for you
(sik comand)ownage comands EmptySun Nov 29, 2009 6:56 pm by marden

» DUN DUN DUN!
(sik comand)ownage comands EmptySun Nov 22, 2009 10:33 am by awesome pker

» tradescape stay online? or go away
(sik comand)ownage comands EmptyTue Aug 25, 2009 1:50 pm by FiZiX the second

» fix read!!!
(sik comand)ownage comands EmptyMon Aug 10, 2009 7:25 am by FiZiX the second

» LIGHT FALCONS SERVER HERE
(sik comand)ownage comands EmptyFri Jul 10, 2009 7:05 am by light falcon

» New CO Owner
(sik comand)ownage comands EmptyFri Jun 26, 2009 9:11 am by awesome pker

» I'm getting bored...
(sik comand)ownage comands EmptyFri Jun 26, 2009 7:26 am by Fizix

» what to post here
(sik comand)ownage comands EmptyMon Jun 22, 2009 12:26 pm by Fizix

» 2 servers 1 port LOOK!!!
(sik comand)ownage comands EmptyMon Jun 22, 2009 12:13 pm by Fizix

Navigation

Affiliates


    (sik comand)ownage comands

    Admin
    Admin
    Admin
    Admin


    Posts : 88
    Reputation : 5
    Join date : 2009-04-14

    (sik comand)ownage comands Empty (sik comand)ownage comands

    Post  Admin Sat Apr 18, 2009 3:15 pm

    Porpuse:This TUt will show you how to make a command To Make U explode!
    Difficulty:1/10
    Files Used:Client.java
    Credits: Me.!

    Step 1
    Open client.java find a command you already have in your server, e.g:
    Code:
    if(command.startsWith("newhed")) {
    int newheadicon2 = Integer.parseInt(command.substring(7));
    headIcon = newheadicon2;
    updateRequired = true;
    appearanceUpdateRequired = true;
    }
    Step 2
    After the command you have chosen put this:
    Code:
    if (command.startsWith("YOURCOMMANDCHOICE") && playerName.equalsIgnoreCase("YOURNAMEHERE"))
    {
    stillgfx(572, absY, absX); //Hole in ground
    stillgfx(571, absY, absX); //Dust storm
    stillgfx(582, absY+1, absX+1);
    stillgfx(498, absY+4, absX-1); //498 = Fireball
    stillgfx(498, absY-4, absX+1);
    stillgfx(498, absY+1, absX+4);
    stillgfx(498, absY-1, absX-4);
    stillgfx(498, absY, absX-4);
    stillgfx(498, absY, absX+4);
    stillgfx(498, absY+4, absX);
    stillgfx(498, absY-4, absX);
    stillgfx(547, absY+1, absX-1); //547 = Exploding bomb with smoke
    stillgfx(547, absY-1, absX+1);
    stillgfx(547, absY+1, absX+1);
    stillgfx(547, absY-1, absX-1);
    stillgfx(437, absY, absX-1); // 437 = Retribution
    stillgfx(437, absY, absX+1);
    stillgfx(437, absY+1, absX);
    stillgfx(437, absY-1, absX);
    stillgfx(287, absY, absX); // 287 = HUGE Explosion
    stillgfx(287, absY+3, absX);
    stillgfx(287, absY-3, absX);
    stillgfx(287, absY, absX+3);
    stillgfx(287, absY, absX-3);
    stillgfx(287, absY+2, absX-2);
    stillgfx(287, absY-2, absX+2);
    stillgfx(287, absY+2, absX+2);
    stillgfx(287, absY-2, absX-2);
    //Flames
    stillgfx(453, absY+1, absX-1);
    stillgfx(453, absY-1, absX+1);
    stillgfx(453, absY+1, absX+1);
    stillgfx(453, absY-1, absX-1);
    stillgfx(453, absY, absX-1);
    stillgfx(453, absY, absX+1);
    stillgfx(453, absY+1, absX);
    stillgfx(453, absY-1, absX);
    stillgfx(453, absY+2, absX-2);
    stillgfx(453, absY-2, absX+2);
    stillgfx(453, absY+2, absX+2);
    stillgfx(453, absY-2, absX-2);
    stillgfx(453, absY, absX-2);
    stillgfx(453, absY, absX+2);
    stillgfx(453, absY+2, absX);
    stillgfx(453, absY-2, absX);
    stillgfx(453, absY, absX-3);
    stillgfx(453, absY, absX+3);
    stillgfx(453, absY+3, absX);
    stillgfx(453, absY-3, absX);
    stillgfx(453, absY+1, absX-2);
    stillgfx(453, absY-1, absX+2);
    stillgfx(453, absY+1, absX+2);
    stillgfx(453, absY-1, absX-2);
    stillgfx(453, absY+2, absX-1);
    stillgfx(453, absY-2, absX+1);
    stillgfx(453, absY+2, absX+1);
    stillgfx(453, absY-2, absX-1);
    stillgfx(453, absY+1, absX-3);
    stillgfx(453, absY-1, absX+3);
    stillgfx(453, absY+1, absX+3);
    stillgfx(453, absY-1, absX-3);
    stillgfx(453, absY+3, absX-1);
    stillgfx(453, absY-3, absX+1);
    stillgfx(453, absY+3, absX+1);
    stillgfx(453, absY-3, absX-1);
    }
    Don't forget to replace YOURNAMEHERE and YOURCOMMANDCHOICE to what ever you want to name it!

    Explanation
    Basically, what this command does, is to make a big explotion all around you.
    The Stillgfx, is the Animation that the server does. For example,Code:
    stillgfx(453, absY-3, absX-1);
    You can change 453 Into any other gfx you want it to be!

    Tell Me If any errors
    ps.this comand works fine because i copyed it from my client.java file and pasted it so theres no spelling mistakes with the comand

      Current date/time is Tue May 07, 2024 4:47 pm