Page 1 of 1

Int add Buff power

PostPosted: Sun Jan 03, 2010 1:05 pm
by larsgevers
I made a muse on my server, and learned some buffs. I cast dash on my soldier, with 2x t7. I have 719 speed. Then i debuff him, and cast dash again. Only this time without the t7's. And I have 719 speed.
Only the buffs says it add 200 speed without 2x t7, and 300 with the t7 (example). But in the speed i doesn't see it. So it looks like Int doesn't add more power to the buffs of a cleric. It only looks like it does, but it don't.
Am I right?
And is there a simple fix for?

Re: Int add Buff power

PostPosted: Mon Jan 04, 2010 3:35 pm
by PurpleYouko
did you check the difference between the server and client values (if any)

If the client is showing these values then there's not a lot we can do since the buff calculations are performed inside trose.exe.

Re: Int add Buff power

PostPosted: Mon Jan 04, 2010 4:08 pm
by larsgevers
The client gives the value's good, it shows that the buff has more power with the T7's then without. But then when i cast it, it doesn't have more power

Re: Int add Buff power

PostPosted: Mon Jan 04, 2010 4:20 pm
by PurpleYouko
The extra stuff for int can be found in Buff.cpp

I'm not sure what is present in osirose. i know a lot of this code was rewritten for the latest rev. Some was taken directly from my code at osprose but some (I think) was written completely new.

Re: Int add Buff power

PostPosted: Tue Apr 27, 2010 1:06 pm
by larsgevers
I found it.
It says:
  1.  
  2.         Value += thisskill->value1[i];
  3.         if(thisskill->buff[i]==A_DASH || thisskill->buff[i]==MOV_SPEED) Value += (Evalue-15)/10;
  4.         else Value += (Evalue-15)/32;
  5.  


This means that he checks if your (int - 15)/10 = 1 then he adds 1.
When the answer to the code = 2 he adds 2.
So if you have 35 int he adds 2 extra movingspeed.
Which is not the same as in the client where it is 19 int = +1 , 23 int = +2, 25 int = +3, 28 int = +4 movingspeed.
What to do to make the server add by int equal to the client add by int?

Re: Int add Buff power

PostPosted: Mon Jun 13, 2016 3:16 pm
by jm0099
Can u Help me how to config buffs bug i use Rose EVO (434-ZA) 2016 Animal release