Code-x
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Code-x

Code-x Private Server
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 my very own tut i made for making client have a veng skull :D

Go down 
AuthorMessage
Evil Mage
Admin
Admin
Evil Mage


Number of posts : 432
Age : 32
Registration date : 2008-05-08

my very own tut i made for making client have a veng skull :D Empty
PostSubject: my very own tut i made for making client have a veng skull :D   my very own tut i made for making client have a veng skull :D Icon_minitimeTue Jul 01, 2008 1:57 pm

Tutorial: Changing gharrock symbol into vengance skull.
Difficulty: 1 / 10
Files Edited: Class30_Sub2_Sub1_Sub1
Credits: 100% me for making this tut because i couldnt find 1 anywere when i needed it so i worked it out myself.

1) open up your Class30_Sub2_Sub1_Sub1.java in your client files and search for ...
Quote :
startsWith("mapback")

2) now above...
Quote :
else if (s.startsWith("mapback"))
{
try
{
Image image = Toolkit.getDefaultToolkit().getImage("sprites/MAPBACK 0.png");
anIntArray1439 = new int[anInt1440 * anInt1441];
PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
pixelgrabber.grabPixels();


}
catch (Exception exception)
{
System.out.println(((Object) (exception)));
}
}

Add
Quote :
else if (s.equalsIgnoreCase("MAGICOFF2") && i == 29)
{
try
{
Image image = Toolkit.getDefaultToolkit().getImage("sprites/vengon.png");
anInt1440 = 33;
anInt1441 = 37;
anIntArray1439 = new int[anInt1440 * anInt1441];
PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
pixelgrabber.grabPixels();

}
catch (Exception exception)
{
System.out.println(((Object) (exception)));
}
}
else if (s.equalsIgnoreCase("MAGICON2") && i == 29)
{
try
{
Image image = Toolkit.getDefaultToolkit().getImage("sprites/vengon.png");
anInt1440 = 33;
anInt1441 = 37;
anIntArray1439 = new int[anInt1440 * anInt1441];
PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
pixelgrabber.grabPixels();

}
catch (Exception exception)
{
System.out.println(((Object) (exception)));
}
}

3) Now open up your sprites folder and add this picture http://uppit.com/1NRWC0S It looks like this. my very own tut i made for making client have a veng skull :D 300v438 I used uppit because rune-server download thingy dosn't always work for me.
Back to top Go down
 
my very own tut i made for making client have a veng skull :D
Back to top 
Page 1 of 1
 Similar topics
-
» compiler i made
» veng skull added and frame finnished best i can for now.
» the tut for making interface
» Godsword + dfs making Tut
» skull and prayer fixed

Permissions in this forum:You cannot reply to topics in this forum
Code-x :: General Chat :: runescape private [TUT] section-
Jump to: