Since I can do that an armor shines?

All Helbreath Client Source Discussion here.
Post Reply
zeroeoypnk
noob
Posts: 11
Joined: Thu Aug 17, 2006 5:34 am

Post by zeroeoypnk »

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
<b><i>ZeroEoyPnk</i></b><br><img src='http://ar.geocities.com/eoy_zero/mas_para_mi.jpg' border='0' alt='user posted image' />
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

hmm ... i think you need new sprites :)
and code shines for armors
Psycho
Member
Posts: 116
Joined: Sat Jan 24, 2004 2:56 pm

Post by Psycho »

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
<img src='http://img145.imageshack.us/img145/3999/firma1an0.jpg' border='0' alt='user posted image' />
zeroeoypnk
noob
Posts: 11
Joined: Thu Aug 17, 2006 5:34 am

Post by zeroeoypnk »

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 :D
<b><i>ZeroEoyPnk</i></b><br><img src='http://ar.geocities.com/eoy_zero/mas_para_mi.jpg' border='0' alt='user posted image' />
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

Well i try whit this

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;
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)

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;
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
"Prefiero morir de pie que vivir arrodillado"
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

I think it'd be the same way with Merien Effect. I know how to to the sparkling that the Special Effects have. I have that on my Angels...
Post Reply