bl00dz 0 #1 Posted November 30, 2011 This is a simple little way to fix your dragon claws... 1. Playervsplayer.java Note: This one was half-assed it just removes the last hit... See this? It is under case 14484. Replace this: [CODE]p2.hit(p, fDclaw[0]) p2.hit(p, fDclaw[1]); p2.hit(p, fDclaw[2]); this.stop();[/CODE] With this: [CODE]p2.hit(p, fDclaw[0]) p2.hit(p, fDclaw[1]); p2.hit(p, fDclaw[2]/50); this.stop();[/CODE] Playervsnpc.java (Replace your current case 14484 with this): [CODE] case 14484: p.graphics(1950, 0); p.animate(10961, 0); int dclaw1 = meleeDamage/2;int dclaw2 = meleeDamage/3;int dclaw3 = meleeDamage/3; if (meleeDamage == 0) { dclaw1 = Misc.random(p.MaxHitMelee()); dclaw2 = dclaw1/2; dclaw3 = dclaw1/3; } if (meleeDamage == 0 && dclaw1 == 0) { dclaw2 = Misc.random(p.MaxHitMelee()); dclaw3= dclaw2/3; } if (meleeDamage == 0 && dclaw1 == 0 && dclaw2 == 0) { dclaw3 = Misc.random(p.MaxHitMelee()); } n.hit(p, meleeDamage); n.hit(p, dclaw1); n.hit(p, dclaw2/10); n.hit(p, dclaw3/10); break; [/CODE] I hope this helps all of you! - Bl00dz Share this post Link to post Share on other sites
iRepo 0 #2 Posted November 30, 2011 Hope this works. Share this post Link to post Share on other sites
bl00dz 0 #3 Posted November 30, 2011 [quote name='iRepo']Hope this works.[/QUOTE] I tested it on my server, It should. Share this post Link to post Share on other sites
Fusion` 0 #4 Posted November 30, 2011 Half of the people that owns a 562 server wont use this, mainly because their lazy. Nice job. Share this post Link to post Share on other sites
bl00dz 0 #5 Posted November 30, 2011 [quote name='Vesta Main']Half of the people that owns a 562 server wont use this, mainly because their lazy. Nice job.[/QUOTE] True and thanks! Share this post Link to post Share on other sites
Intensive Tony 0 #6 Posted December 1, 2011 If u have a brain u could figure this out but oke.. Nice job. Share this post Link to post Share on other sites
blancke 0 #7 Posted December 2, 2011 lolled , i have posted this over 5 times like ages ago , but nice i guess :p Share this post Link to post Share on other sites
bl00dz 0 #8 Posted December 3, 2011 [quote name='blancke']lolled , i have posted this over 5 times like ages ago , but nice i guess :p[/QUOTE] I have not even heard of you... No one even knew the fix before this so... Share this post Link to post Share on other sites
hexan 0 #9 Posted December 8, 2011 [quote name='bl00dz']I have not even heard of you... No one even knew the fix before this so...[/QUOTE] true.. look like u fixed it by urself .. =0 i have fixed it for u :p Share this post Link to post Share on other sites
blancke 0 #10 Posted December 8, 2011 [URL="http://www.runelocus.com/forums/showthread.php?50426-562-659-claws-glitch"]http://www.runelocus.com/forums/showthread.php?50426-562-659-claws-glitch[/URL] [B]August 26th, 2011 16:48[/B] i already told somebody to fix it ^^ , like 4 months ago. and u dindt hear anything from me since i havent been online since 3 months ago or something. Share this post Link to post Share on other sites