Poem of Bragi Question

Started by soki, May 28, 2009, 07:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

soki

POEM OF BRAGI
Effect: Reduces casting time by 3% per SkillLV and Cool Down by 5% per SkillLV (on LV10 - 50%) of all spells used in the area of effect. The amount of casting time reduced by this skill is affected by DEX and Musical Lesson skill level of the caster. The amount of delay after skill use is affected by INT and Musical Lesson skill level of the caster. Suffragium, the Priest skill, doesn't associate in this skill

At LVL 10 it does 30% Faster Cast & 50% Less Delay

So may question is does anyone here knows the cast reduction and skill delay players gets
between a Bard who used Bragi who has dex -0, int - 0 and a Bard w/ dex 99+, int 99+
and how big the difference between the two type of Bard i just want to know the percent
those Stats add for the Skill Poem of Bragi

Sarin

Hm. From what I've heard as I haven't played bard/dancer for some time, eA is bugged currently so stats don't affect songs/dances. Not 100% sure bout that tho. Just give it a try at RMS test, it's usually faster than waiting for response.

horo

rms test server is broken including songs not working correctly at all, but with the latest svn dances actually work correctly.

Orange

Gah I was linked to a website a few days ago about this.. If i remember right, It was something like every 11 dex = 1%, It isn't that helpful : d but if your making a pure slave it doesn't hurt to max them out >.<
:3

soki

thankx for the fast replies hmm 1% kinna sucks
but if i max them so it'll actually do 40% cast reduction and
60% less cast delay hmm not too bad i suppose

well thanx again guys

bleu

#5
Quote
   case BA_POEMBRAGI:
      val1 = 3*skilllv+status->dex/10; // Casting time reduction
      //For some reason at level 10 the base delay reduction is 50%.
      val2 = (skilllv<10?3*skilllv:50)+status->int_/5; // After-cast delay reduction
      if(sd){
         val1 += 2*pc_checkskill(sd,BA_MUSICALLESSON);
         val2 += 2*pc_checkskill(sd,BA_MUSICALLESSON);

Every 10 DEX = 1% reduction in Cast Time

Every 5 INT = 1% reduction in Cast Delay or Cool Down.

Say you have 100 DEX and 100 INT, you will have an additional Cast Time reduction of 10% and Cool Down will further reduce by 20%.


Note:
At 150 INT, a Bard with lvl10 Bragi and lvl10 Musical Lessons, the song will effectively reduce Cast Delay by 100%, thus no Cast Delay (except for animation)