Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 09-30-2011, 10:33 AM
wc4482 wc4482 is offline
Aviak


Join Date: Jun 2010
Posts: 50
Default Bard Songs per level: Google Doc

Hello everyone,

I made a google doc that will show numerical values of various bard songs based on level.

Simply enter the desired level in cell A1 and change instrument modifiers and the spreadsheet should populate with songs available for that level.

http://docs.google.com/spreadsheet/c...p3R1E&hl=en_US

The spreadsheet is open to the public through clicking this link, so you may want to make a copy of it if someone else is using it.
__________________
~~~~~
Pinkfloyd
50 Bard
~~~~~
  #2  
Old 09-30-2011, 10:50 AM
falkun falkun is offline
Planar Protector

falkun's Avatar

Join Date: Sep 2010
Location: Ruins of Old Sebilis
Posts: 2,464
Default

That's awesome! I'll have to check it against what I see at L52 when I get the opportunity (hopefully tonight). I do know that with a 21 mod on my drums (MM battle drums), I'm only seeing 37pt DoT on Fufil's, not 38. But the Chants (frost and flame) look accurate at 56. I'll check the other songs out and provide feedback.
  #3  
Old 09-30-2011, 10:57 AM
wc4482 wc4482 is offline
Aviak


Join Date: Jun 2010
Posts: 50
Default

Quote:
Originally Posted by falkun [You must be logged in to view images. Log in or Register.]
That's awesome! I'll have to check it against what I see at L52 when I get the opportunity (hopefully tonight). I do know that with a 21 mod on my drums (MM battle drums), I'm only seeing 37pt DoT on Fufil's, not 38. But the Chants (frost and flame) look accurate at 56. I'll check the other songs out and provide feedback.
Thanks! I forgot to mention where I came up with the data -- It is all based on the p99 wiki. I wonder if there might be a more accurate source. Also I don't know how rounding is treated in game (the spreadsheet should just round to the nearest integer).

As far as the formula goes, it finds a simple rise/run (remember algebra?) and then its somewhat of a linear equation with level being X and whatever stat being Y. I assume this is how it works? But again the math is just quick and dirty -- some testing is definitely needed [You must be logged in to view images. Log in or Register.]
__________________
~~~~~
Pinkfloyd
50 Bard
~~~~~
  #4  
Old 09-30-2011, 11:16 AM
falkun falkun is offline
Planar Protector

falkun's Avatar

Join Date: Sep 2010
Location: Ruins of Old Sebilis
Posts: 2,464
Default

Quote:
Originally Posted by wc4482 [You must be logged in to view images. Log in or Register.]
(the spreadsheet should just round to the nearest integer)
That may be your issue. I believe EQ utilizes floor(x) instead of round(x), or whatever the EQ equivalent is of those 2 matlab functions.

Examples to help make things clear:

floor(32) = round(32) = 32
floor(32.3) = round(32.3) = 32
floor(32.5) = 32, round(23.5) = 33
floor(32.8) = 32, round(32.8) = 33

Basically, until the new integer number is actually obtained through mods/levels, the next lowest is used. You can never "gain" values (damage, healing, +resist) through rounding, but you can "lose" some through the floor conversion (always <1 value lost).

Graphically, it would look like this, with the solid circles indicating inclusive on the lower step bound on the integer mark while the hollow circles indicate exclusive at the upper bound:
[You must be logged in to view images. Log in or Register.]

Do note that a rounding graph would look similar, but would be translated 0.5 units, so that x=5.5 would yield y=6, etc.
Last edited by falkun; 09-30-2011 at 11:27 AM..
  #5  
Old 09-30-2011, 11:45 AM
Teeroyoyort Teeroyoyort is offline
Sarnak

Teeroyoyort's Avatar

Join Date: Apr 2010
Posts: 251
Default

That's awesome! Is mana regen really effected with an instrument? I thought it was just the HP value
  #6  
Old 09-30-2011, 12:01 PM
falkun falkun is offline
Planar Protector

falkun's Avatar

Join Date: Sep 2010
Location: Ruins of Old Sebilis
Posts: 2,464
Default

Quote:
Originally Posted by Teeroyoyort [You must be logged in to view images. Log in or Register.]
That's awesome! Is mana regen really effected with an instrument? I thought it was just the HP value
To my understanding, only levels affect the amount of mana regen offered by the various mana songs (L32 & L55).
  #7  
Old 09-30-2011, 12:19 PM
wc4482 wc4482 is offline
Aviak


Join Date: Jun 2010
Posts: 50
Default

Quote:
Originally Posted by falkun [You must be logged in to view images. Log in or Register.]
That may be your issue. I believe EQ utilizes floor(x) instead of round(x), or whatever the EQ equivalent is of those 2 matlab functions.
Examples to help make things clear:

floor(32) = round(32) = 32
floor(32.3) = round(32.3) = 32
floor(32.5) = 32, round(23.5) = 33
floor(32.8) = 32, round(32.8) = 33

Basically, until the new integer number is actually obtained through mods/levels, the next lowest is used. You can never "gain" values (damage, healing, +resist) through rounding, but you can "lose" some through the floor conversion (always <1 value lost).

Graphically, it would look like this, with the solid circles indicating inclusive on the lower step bound on the integer mark while the hollow circles indicate exclusive at the upper bound:

Do note that a rounding graph would look similar, but would be translated 0.5 units, so that x=5.5 would yield y=6, etc.
I was just thinking that a -0.5 at the end of the formula should fix the problem.

Quote:
Originally Posted by falkun [You must be logged in to view images. Log in or Register.]
Quote:
Originally Posted by Teeroyoyort [You must be logged in to view images. Log in or Register.]
That's awesome! Is mana regen really effected with an instrument? I thought it was just the HP value
To my understanding, only levels affect the amount of mana regen offered by the various mana songs (L32 & L55).
Well L32 is singing only, I wasn't sure about the L55 song so i guessed, but after some research I tend to agree with you that instrument mods don't effect mana regen -- I have removed this from the spreadsheet.
__________________
~~~~~
Pinkfloyd
50 Bard
~~~~~
Last edited by wc4482; 09-30-2011 at 12:49 PM..
  #8  
Old 09-30-2011, 12:29 PM
Halfelfbard Halfelfbard is offline
Sarnak

Halfelfbard's Avatar

Join Date: Aug 2010
Posts: 204
Default

Mana regen for bards is effected by the ur 1 meditation point by *per lvl.

No songs or spells effect bard mana regen.
  #9  
Old 09-30-2011, 12:45 PM
wc4482 wc4482 is offline
Aviak


Join Date: Jun 2010
Posts: 50
Default

I have updated the formulas using -0.5 and for Level 52 Curtailing Chant shows 37 instead of 38 [You must be logged in to view images. Log in or Register.]


Quote:
Originally Posted by Halfelfbard [You must be logged in to view images. Log in or Register.]
Mana regen for bards is effected by the ur 1 meditation point by *per lvl.

No songs or spells effect bard mana regen.
The mana regen for the L55 song shown on the spreadsheet should be what each group member other than the bard gets per tick.
__________________
~~~~~
Pinkfloyd
50 Bard
~~~~~
  #10  
Old 09-30-2011, 02:51 PM
Mcbard Mcbard is offline
Banned


Join Date: Sep 2010
Location: Da U.P. eh
Posts: 992
Default

Nice work, I would recommend you link to a downloadable copy so that people can download and use it.

Reminds me very much of the old spreadsheet that used to be on EQdiva http://web.archive.org/web/200111192...nganalysis.asp

Edit: oops that version is too old would have to find a slightly newer one http://web.archive.org/web/200304250...nganalysis.asp
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:04 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.