2.5 versiyon 8th skill

05/22/2022 08:42 Dwynizz#1
how can i reduce the damage output of the 8th skill of all factions in 2.5 version.i need someone who can help
05/22/2022 11:21 RHNbaskan#2
petlerin hasar işlemesini
04/05 klasör içinden hallettiniz gibi

bahsettiğiniz konudaki alan vuruşunun
basit olan ile 04/08 klasörleri olması lazım

ddsh ve img ismini alıp
8 bk görüntüsünü koyup

o standart alanı

0005/008 img dosyasında el ile değer verip
deneyebilirsiniz.

çünkü

pet sisteminde nasıl işliyorsa
alan gibi noktalara da oyun klasör ve alt grupları etkiliyor diye düşünüyorum.

--

pet damage handling
04/05 as you handled it from within the folder

the field hit on the subject you are talking about
with the simple one there should be 04/08 folders

take the name ddsh and img
put 8 bk images

o standard area

0005/008 img file manually give value
you can try.

because

how it works in the pet system
I think it also affects the game folders and subgroups on points such as areas.


Bulunca haber et ����
05/22/2022 14:25 zahter55#3
.
05/22/2022 15:14 lnwnuyhodd#4
Code:
float SKILLSYSTEM::ReturnSkillValue( int sIndex, int sPoint, int sFactor )
switch( sFactor )
{
case 7:

		if ((sIndex == 112 || sIndex == 113 || sIndex == 114 || sIndex == 115 || sIndex == 116 || sIndex == 117 || sIndex == 118 || sIndex == 119 || sIndex == 120)  )
		{
			tMinValue = int( (float)tMinValue * 0.70f );//fixed 70%
			tMaxValue = int( (float)tMaxValue * 0.70f );fixed 70%
		}
break;
}
05/22/2022 18:30 Dwynizz#5
Quote:
Originally Posted by lnwnuyhodd View Post
Code:
float SKILLSYSTEM::ReturnSkillValue( int sIndex, int sPoint, int sFactor )
switch( sFactor )
{
case 7:

		if ((sIndex == 112 || sIndex == 113 || sIndex == 114 || sIndex == 115 || sIndex == 116 || sIndex == 117 || sIndex == 118 || sIndex == 119 || sIndex == 120)  )
		{
			tMinValue = int( (float)tMinValue * 0.70f );//fixed 70%
			tMaxValue = int( (float)tMaxValue * 0.70f );fixed 70%
		}
break;
}


[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]
okey ? MYGAMESYSTEM SRC ?