monof Posted May 31, 2016 Posted May 31, 2016 Hello everyone, I've got a weird issue recently, I don't know why. For example, when you use a Bragi and 2 Isilla Cards (or Siroma Cards..) it gives you automatically nocast. Which is not normal.Any clues about that ? Thanks! Quote
0 nitrous Posted June 1, 2016 Posted June 1, 2016 It depends on how bCastrate and Bragi are applied. If they stack additively, then a 50% bCastrate and the 50% from Bragi give 100% reduced cast time. If they stack multiplicatively, then it would give 1 - (1 * 50% * 50%), or 75% reduced cast time. Quote
0 Playtester Posted June 1, 2016 Posted June 1, 2016 Bragi stacks additively with item bonuses, that's official behavior (with Isilla Card anyway). So yeah if you have Isilla Card activate and you already have 50% cast reduction from Bragi, then you get instant cast. Quote
0 monof Posted June 1, 2016 Author Posted June 1, 2016 Okay, great to know! Thank you both.Any idea on how i can make it stack multiplicatively ?thanks ! Quote
0 Playtester Posted June 1, 2016 Posted June 1, 2016 Need to update skill.c. In pre-re modify function: int skill_castfix(struct block_list *bl, uint16 skill_id, uint16 skill_lv) { In re: int skill_vfcastfix(struct block_list *bl, double time, uint16 skill_id, uint16 skill_lv) Quote
0 monof Posted June 2, 2016 Author Posted June 2, 2016 What exactly should I change in this function ?Thanks for the help sir ! Quote
Question
monof
Hello everyone,
I've got a weird issue recently, I don't know why.
For example, when you use a Bragi and 2 Isilla Cards (or Siroma Cards..) it gives you automatically nocast. Which is not normal.
Any clues about that ?
Thanks!
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.