difficulty: 2 [ maybe for the poeple having trouble adding the models ]
ok im I hate I didnt code a few year but now i'm back, dont look at my english, i'm Dutch
if you saw an other thread about adding Dragon claw special dont take it
if you wield and un-wield it the special bar goes away and you need to relogin
1.
Download the models for Dragon claws made by galkon.
[Only registered and activated users can see links. ]
if ur using bluurrs client dont take the models cus u'll see an skeleton hand.
2. ok the two winrar archives are done withdownloading, Put them in ur urClient\Models
now open Class8.java and add this
Code:
if(i == 8002)
{
class8.aStringArray189 = new String[5];
class8.aStringArray189[1] = "Wield";
class8.anInt174 = 13699;
class8.anInt181 = 738; // zoom; increase will make it smaller
class8.anInt190 = 245; // model rotate; up+down increase to move down away from you
class8.anInt198 = 80; // model rotate; side ways increase to move right in circle
class8.anInt169 = -2; // model offset; increase to move to the right
class8.anInt194 = 3; // model offset; increase to move up
class8.anInt165 = 13698;
class8.anInt200 = 13698;
class8.anInt188 = -1;
class8.anInt164 = -1;
class8.aString170 = "Dragon claws";
class8.aByteArray178 = "A set of fighting claws.".getBytes();
}
Safe & Compile
Leave ur client now
3. Open ur Client.java and Search for
Code:
public class client extends Player implements Runnable {
Must be at the top
Right under that add
Code:
public boolean DCDamg = false;
public int DCdown = 0;
This is from my own server, its my D claws, and it hits 4 times with special attack and 1 time with normal hit, so what ur talking bout do you efen got delta?
This is from my own server, its my D claws, and it hits 4 times with special attack and 1 time with normal hit, so what ur talking bout do you efen got delta?
yes i have delta
if this was off your server you would have known that the spec was only using 25% of your bar but looked for 49% to use the spec
also your tut doesn't have the 3rd an 4th hit added you have it ready to look for it but the code isn't there
[Only registered and activated users can see links. ]
a tut almost like yours on page two that has everything added