EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Bard Issues (https://www.eqemulator.org/forums/showthread.php?t=24826)

therealjjj77 04-05-2008 01:41 PM

Bard Issues
 
There are a few things I noticed when playing the bard class that were not in line with live.

First, when a bard is singing a song, on live they are able to use boastful bellows, fade, and use discs. On eqemu, if you are singing, you won't be able to use those 3 things.

Second, charmed pets should show up in the pet window. Currently they are not. Also, when toggling through NPC's, charmed pets should not be a target. Also, pet charm should break when you go invisible.

Third, in the AAs bards are supposed to also get the "fury of magic" line of AAs. There are other AAs that they get too but the "fury of magic" line should be an easy fix since it's just a cut and paste from other classes.

Thanks!

AndMetal 04-06-2008 12:23 AM

Quote:

Originally Posted by therealjjj77 (Post 146070)
Third, in the AAs bards are supposed to also get the "fury of magic" line of AAs. There are other AAs that they get too but the "fury of magic" line should be an easy fix since it's just a cut and paste from other classes.

This should do the trick:
Code:

UPDATE altadv_vars SET classes = (classes & 256) WHERE skill_id = 443
Or, the more direct way:
Code:

UPDATE altadv_vars SET classes = 27972 WHERE skill_id = 443

therealjjj77 04-17-2008 01:32 AM

Big thanks!

Maybe you also know of a fix to Critical Affliction AA? It doesn't work at all currently. It is supposed to make dots crit once in a while/do double damage. Also, bards on live get Veteran's Wrath. It is an Omens AA that makes crits do increased damage. I know monks are able to spend it on Eqemu but it doesn't show up for bards.

Btw, here's an awesome list of AAs:

http://applets.crgaming.com/everques...?class=7&era=7

So_1337 04-17-2008 09:10 AM

All missing AAs have been compiled in a post on the PEQ forums.

As for functionality, Critical Affliction is currently not working, and will take some code to fix. So that's up to the developers.

Veteran's Wrath is in the Omens tab when I load up a bard under 1106 and the latest version of the PEQ database. However, no AAs past Planes of Power are being worked on currently; everything's being done sequentially according to the original expansion releases.

If Veteran's Wrath is missing for your bard, please post what version of the emulator and what database you are using.


All times are GMT -4. The time now is 03:11 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.