InfiniteSky icon indicating copy to clipboard operation
InfiniteSky copied to clipboard

Get Skills working

Open LiamKarlMitchell opened this issue 10 years ago • 5 comments

Maybe start with buff skills first? Skill info is loaded and calculates the stats based off skill level.

LiamKarlMitchell avatar Apr 02 '14 10:04 LiamKarlMitchell

Works, but we still need to calculate the formulas which I don't think so is a case problem of "getting it to work".

przemyslawwalczak avatar Jul 28 '14 13:07 przemyslawwalczak

The skills also lagging when used, seems like the server need to manage global cooldown of actions taken by the client and update only when necessary.

przemyslawwalczak avatar Oct 24 '14 18:10 przemyslawwalczak

Taking a look at this now.

LiamKarlMitchell avatar Aug 27 '15 08:08 LiamKarlMitchell

Skill Value calculation

mods.ChiCost = Math.ceil(this.ModifiersStart.ChiCost + (this.ModifiersEnd.ChiCost - this.ModifiersStart.ChiCost) * Scale);

Err it might be celi or round, floor or no rounding at all so coding each one of these separately and un rolled.

LiamKarlMitchell avatar Aug 27 '15 09:08 LiamKarlMitchell

Learning Skill

55 00 00 00 00 00 00 00 00 00

LiamKarlMitchell avatar May 04 '17 12:05 LiamKarlMitchell