PDA

View Full Version : 317 Perfect d claw pvping,



lol123453
July 12th, 2010, 05:16
First off i just wanna thank you all for looking at this,

Base tested on: Delta

First off under


public class client extends Player implements Runnable {

Put this.


public boolean DCDamg = false;
public int DCdown = 0;

Now search for



if(playerEquipment[playerWeapon] == 2402 && specialAmount > 49){

Directly under the last bracket of that code put this.


if(playerEquipment[playerWeapon] == %%%% && specialAmount > 49){
specialAmount -= 50;
dclaws = 3;
lastAction = System.currentTimeMillis();
hitDiff = misc.random(playerMaxHit);
startAnimation(6000);
specOn = false;
}

Replace the %%%% with your Dragon claws id,

Now search this agian



if(playerEquipment[playerWeapon] == 5698 && specialAmount > 24){

And under that last bracket put this,



if(playerEquipment[playerWeapon] == 8002 && specialAmount > 49){
specialAtkNPC(true, 50, 282, 2068);
DCdown = 4;
DCDamg = true;
npcDamage(8);
}

Now search this



if(playerEquipment[playerWeapon] == 1434 && specialAmount > 24){

And put this under it.


if(playerEquipment[playerWeapon] == 8002 && specialAmount > 49){
specialAtkNPC(true, 50, 282, 2068);
DCdown = 4;
DCDamg = true;
npcDamage(8);
}

Now search


public boolean process() {

And under that post this,


if ((IsAttackingNPC) && DCDamg == true ) {
if (DCdown == 2 ) {
startAnimation(6000);
}
SpecDamgNPC(30);
DCdown -= 1;
if (DCdown == 0 ) {
DCDamg = false;
}
}
if (IsAttacking == true && DCDamg == true ) {
if (DCdown == 2 ) {
startAnimation(6000);
}
SpecDamg(25);
DCdown -= 1;
if (DCdown == 0 ) {
DCDamg = false;
}
}


Since I'm nice ill tell you how to add it in spec.java

Now save and close client.java

Now open Special.java
and search for this :


case 5698:

And under that put


case 8002:

Replace 8002 with your claw's id.

and search for this :


case 5698:



case 8002:

Thanks do not leach-

-dillan-

Xdragon
July 12th, 2010, 11:06
Lol This is just the same as my tut u only changed dragon claw id lol leecher

Break
July 12th, 2010, 11:11
1) You leeched.
2)
Thanks do not leach-

-dillan-
It called "leech" Else, If you do not want people to leech then don't post it.

Emperor
July 12th, 2010, 11:24
This has been posted numerous times, and yet, you all fail to make it actually work decently.

It requires no process, Only one method, and that's it.
Perfect dragon claws special hits '48-24-12-12', are not these hits wich are just random numbers.

lol123453
July 12th, 2010, 16:44
Btw i did not leech ass-hole. :) ok then mr i can make them perfect lets see you do it.

Emperor
July 12th, 2010, 16:46
Btw i did not leech ass-hole. :) ok then mr i can make them perfect lets see you do it.

Did this like 4 months ago.
Only the registered members can see the link.

Took me 5 minutes, Didn't even add the emote back then, Nor the last hit correct...

lol123453
July 12th, 2010, 16:52
yep lemme show you mine


Only the registered members can see the link.

Emperor
July 12th, 2010, 16:55
Wrong hits, wrong delay.
22-14-10-6, not half of the previous damage.
If first hit is 22, next hit would be 11, next hit would be 5 and last hit would be 6.
Delays are incorrect aswel.
On rs, it does the hits in pairs. First 2 hits at the same moment, last 2 hits 200 ms after that.

I'll make a small vid, if you care.

XxBryantD
July 12th, 2010, 16:55
fail....

lol123453
July 12th, 2010, 16:58
Go ahead i don't wanna flame eachother letes see,

Emperor
July 12th, 2010, 17:15
Only the registered members can see the link.

Now seriously, make your own work, I'll bet you, it's gna be twice as good if you just make it yourself, rather than copying these noob tutorials.

lol123453
July 12th, 2010, 17:25
Well im new to this stuff i need help.

Charlie`
July 13th, 2010, 06:41
thnx for takin ur time to make this, will help a few people :) Btw I like this

ctk62
November 25th, 2010, 04:59
didnt work...

solutionx
November 25th, 2010, 05:51
pointless