Jump to content
  • 0

A Poem of Bragi/Magic Strings not working on Renewal


Checkmath

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/09/13
  • Last Seen:  

Seems to me that the cast reduction its not working in any case. Anyone might know what is this about?
It should reduce atleast 30%(level 10) of the casting(Maybe 30% of the 80% from variable casting which would still be seen)

Thanks in advance. Waiting to see if someone else has the same problem by the way.

PS: I'm using RENEWAL_CAST.


http://irowiki.org/wiki/Magic_Strings

B
y iRO wiki it should give 30% + (DEX/10)% of cast reduction. But I've tested even with 2000dex which should be 230% of cast reduction(or the 80% variable cast time) and it dont work. Not even like half the cast time.

On skill.c
 

case BA_POEMBRAGI:
val1 = 3*skill_lv+status->dex/10; // Casting time reduction
//For some reason at level 10 the base delay reduction is 50%.
val2 = (skill_lv<10?3*skill_lv:50)+status->int_/5; // After-cast delay reduction

Which go accordingly to iRO.

EDIT:
Actually it do work. But not for some skills like Zen or Asura Strike. Finger Offensive by the way works like a charm.
Its just a thing from Renewal.
Edited by rufflezzz
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  5
  • Reputation:   2
  • Joined:  05/17/18
  • Last Seen:  

how you fix it? please help me this is my main problem

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...