Codex
Reputation : 0 Posts : 33 Points : 48 Join date : 2010-07-29 Age : 29 Location : Texas
| Subject: Real Specials Thu Jul 29, 2010 11:34 pm | |
| Real Specials: Dragon Dagger ++: - Code:
-
if(playerEquipment[playerWeapon] == 5698 && specialAmount > 24){ //Dragon Dagger(s) specialAtk(true, 25, 306, 0x426); getHit(8); usingSpecial = true; } Dragon Skimy: - Code:
-
if(playerEquipment[playerWeapon] == 4587 && specialAmount > 74){ //Dragon Skimmy specialAtk(false, 75, 347, 1872); getHit(0); AttackingOn2.setClientConfig(95, 0); AttackingOn2.setClientConfig(96, 0); AttackingOn2.setClientConfig(97, 0); AttackingOn2.ProtMage = false; AttackingOn2.ProtRange = false; AttackingOn2.ProtMelee = false; AttackingOn2.sM("You have been injured!"); AttackingOn2.checkHead(); } I will update with more if I find any that are wrong Codex
Last edited by Codex on Fri Jul 30, 2010 5:58 am; edited 1 time in total | |
|
ProjectDestiny
Reputation : -2 Posts : 49 Points : 92 Join date : 2010-07-27 Age : 28 Location : New Jersey
| Subject: Re: Real Specials Fri Jul 30, 2010 12:04 am | |
| Thank-you for the codes. | |
|