I want to know if someone knows since like I can do in order that in you see that it he shines a weapon +15 shine of the same form but an armor
Cya!
PD: Pardon for my so bad Englishman
Since I can do that an armor shines?
-
- noob
- Posts: 11
- Joined: Thu Aug 17, 2006 5:34 am
<b><i>ZeroEoyPnk</i></b><br><img src='http://ar.geocities.com/eoy_zero/mas_para_mi.jpg' border='0' alt='user posted image' />
nope, you have to edit a lot of codes of the Client sources, and add some others... its a long work...and borring :S
YoKo
YoKo
<img src='http://img145.imageshack.us/img145/3999/firma1an0.jpg' border='0' alt='user posted image' />
-
- noob
- Posts: 11
- Joined: Thu Aug 17, 2006 5:34 am
thanks for info yoko ero the truth is that for that reason I am wanted to know if somebody already did it and me it can pass to those modifications

<b><i>ZeroEoyPnk</i></b><br><img src='http://ar.geocities.com/eoy_zero/mas_para_mi.jpg' border='0' alt='user posted image' />
Well i try whit this
search in client src DKGlare Function
and look this
64*14 <- is the Sprite Number
add other if (agrega otro if)
and change 64*14 for a Hero Robe Sprite 15*10 (FOR EXAMPLE)
Now Hero Robe have shinny effect!
the problem is how activate that! xD
whit weapons works becouse when u have a RED weapon that weapon shinny
but whit Armors i dont know how activate shinny
search in client src DKGlare Function
and look this
Code: Select all
if ( ((iWeaponIndex >= DEF_SPRID_WEAPON_M + 64*14)&&(iWeaponIndex < DEF_SPRID_WEAPON_M + 64*14 + 56)) //msw3
|| ((iWeaponIndex >= DEF_SPRID_WEAPON_W + 64*14)&&(iWeaponIndex < DEF_SPRID_WEAPON_W + 64*14 + 56))) //wsw3
{ *iWeaponGlare = 4;
add other if (agrega otro if)
and change 64*14 for a Hero Robe Sprite 15*10 (FOR EXAMPLE)
Code: Select all
if ( ((iWeaponIndex >= DEF_SPRID_WEAPON_M + 15*10)&&(iWeaponIndex < DEF_SPRID_WEAPON_M + 15*10 + 56)) //MStaff3
|| ((iWeaponIndex >= DEF_SPRID_WEAPON_W + 15*11)&&(iWeaponIndex < DEF_SPRID_WEAPON_W + 15*11 + 56)))//WStaff3
{ *iWeaponGlare = 1;
the problem is how activate that! xD
whit weapons works becouse when u have a RED weapon that weapon shinny
but whit Armors i dont know how activate shinny
"Prefiero morir de pie que vivir arrodillado"