crezzy
June 18th, 2010, 10:03
I am only doing this coz some idiot said i couldnt do it on my advertisement lol i know this is simple so no flame pl0x lol.
anyway in itempackethandler.java
Add
case 952:
if(player.inVerac()) {
player.animate(831);
player.tele(3553, 9711, 0);
player.graphics(1910);
}
break;
and in player.java add
public boolean inVerac() {
if(getLocation().getX() >= 3553 && getLocation().getX() <= 3560 && getLocation().getY() >= 3295 && getLocation().getY() <= 3301) {
return true;
} else {
return false;
}
}
What it dose is if your on top of verac hill you till teleport into barrows doing the dig emote and a cool graphic (GFX)
Havent tested it my self but i cant see why it wouldnt work looks fine to me :D
100% credits me
anyway in itempackethandler.java
Add
case 952:
if(player.inVerac()) {
player.animate(831);
player.tele(3553, 9711, 0);
player.graphics(1910);
}
break;
and in player.java add
public boolean inVerac() {
if(getLocation().getX() >= 3553 && getLocation().getX() <= 3560 && getLocation().getY() >= 3295 && getLocation().getY() <= 3301) {
return true;
} else {
return false;
}
}
What it dose is if your on top of verac hill you till teleport into barrows doing the dig emote and a cool graphic (GFX)
Havent tested it my self but i cant see why it wouldnt work looks fine to me :D
100% credits me