Download
(6Kb)
Download
Updated: 04-26-08 05:13 AM
Pictures
File Info
Updated:04-26-08 05:13 AM
Created:unknown
Downloads:5,149
Favorites:26
MD5:

Forte Druid  Popular! (More than 5000 hits)

Version: 20080426
by: Lurosara [More]

Druid class module for Forte Warlock (v0.985)

It provides Druid class specific support for Forte_Warlock. Specifically:

  • Buff/Debuff/DoT tracking with Forte_Timer
  • Buff/Trinket/Proc tracking with Forte_Cooldown

Support currently is primarily aimed at Feral and Balance Druids due to the total lack of HoT tracking. Additionally trinket/proc tracking is limited to the ones that I use/have access to.

TODO:
  • Forte_Cooldown: Fix Prowl display.
  • Forte_Cooldown: Nature's Grace buff display.
  • Forte_Cooldown: Nature's Grasp buff display.
  • Forte_Timer: Feral Charge Effect
  • Forte_Timer: HoT support
  • Forte_Timer: Nordrassil Raiment (2 piece, +6 sec on Regrowth.)
  • General: Add more trinkets

Future plans:
  • Your input here!

20080426
- Added set bonus tracking that actually deals with the fact that druids have multiple T6 sets.
- Thunderheart Regalia support. (Aside from missing trinkets/procs/buffs, Balance code is feature complete.)

20080425
- Register buffs/powerups with Forte_Cooldown.
- Natural Perfection support.

20080424
- Nature's Grace support.
- Lacerate timer will now show the number of stacks.

20080423
- Switched Mangle tracking type from Curse to Magic effect, added code to handle overwrites.

20080421
- Initial Public Release.
Optional Files (0)


Post A Reply Comment Options
Unread 03-25-10, 12:19 PM  
cchris2001
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I had a problem with Cooldown timer, i didn't see the eclipse at all ( neither the buff nor the inner CD ). After installing this, i can see at the Cooldown timer the duration of eclipse buff, but not the inner CD. Any ideas ?

It all worked perfectly before the update
Last edited by cchris2001 : 03-25-10 at 12:21 PM.
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 04:25 PM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
Originally posted by Lurosara
Oh nice, new version of Forte_Warlock with the mod folded in.

Glad to see some of the nastier things I was doing going away.

Feel sort of guilty about not updating the mod in a while too. *curses Sunwell raiding, PvP and Real Life*

Some comments:
1) The Maim hack worked in v0.986. It's been a while since I looked at the code (since what I had worked), but what it came down to was that Combo Points are wiped after UNIT_SPELLCAST_SUCCEEDED is sent and all of the handlers run.
2) Hmmm, I tried marking Mangle as a Curse but from time to time the timer will disappear even though I'm refreshing the debuff by Mangling a mob. Not entirely sure what's going on there.

A few fixes/changes:
1) Bug in my original code. Nature's Grace buff duration should be 15 seconds instead of 12.
2) Idol of Terror (Primal Instinct buff) has a 10s hidden cooldown.
Combo points are looked at at the 'sent' event how i coded it, so should work fine Do you really want a 10sec cd to show up for a buff that lasts 10sec tho?
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 03:38 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
I hope we can get a fix up for our HoT timers, they appear after its cast but fade away before the HoT timer is really gone...other than that its working pretty good.
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 09:57 AM  
Lurosara
A Kobold Labourer
 
Lurosara's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Oh nice, new version of Forte_Warlock with the mod folded in.

Glad to see some of the nastier things I was doing going away.

Feel sort of guilty about not updating the mod in a while too. *curses Sunwell raiding, PvP and Real Life*

Some comments:
1) The Maim hack worked in v0.986. It's been a while since I looked at the code (since what I had worked), but what it came down to was that Combo Points are wiped after UNIT_SPELLCAST_SUCCEEDED is sent and all of the handlers run.
2) Hmmm, I tried marking Mangle as a Curse but from time to time the timer will disappear even though I'm refreshing the debuff by Mangling a mob. Not entirely sure what's going on there.

A few fixes/changes:
1) Bug in my original code. Nature's Grace buff duration should be 15 seconds instead of 12.
2) Idol of Terror (Primal Instinct buff) has a 10s hidden cooldown.
__________________
Lurosara (Cenarius-US)
Report comment to moderator  
Reply With Quote
Unread 08-18-08, 12:46 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
Originally posted by Xus
/poke!
Sorry for the delay

But yes, that quick fix you posted did fix the DoT timer for Pounce

Thanks much!
Report comment to moderator  
Reply With Quote
Unread 08-18-08, 04:49 AM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
Originally posted by Jexx
Yes the duration did show up properly before, and I'll try that fix when I get off work and see if it works.
/poke!
Report comment to moderator  
Reply With Quote
Unread 08-17-08, 05:34 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
Originally posted by Xus
I'm just curious if the duration did show up properly before.
Yes the duration did show up properly before, and I'll try that fix when I get off work and see if it works.
Report comment to moderator  
Reply With Quote
Unread 08-17-08, 01:54 PM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
Originally posted by Jexx
I also posted this in the Forte Warlock page, but thought I'd list it here as well.

The new version of Forte Druid included with Xus update has a bug, the DoT effect from Pounce no longer shows. The initial stun duration shows but the Dot does not.

This worked fine in the previous version of Forte Druid so I'm not sure what changed.

Also the timer for your HoT's that now show up cast on yourself, disappear when you shapeshift.
Ah well, a lot changed actually. I can fix that Pounce dot easily myself i guess. I'm just curious if the duration did show up properly before. I will put up a 'quick fixes version' tomorrow night, hopefully people have found more problems by then (or rather not :P)

you can try this fix for pounce:

Code:
replace:
FW:RegisterSpell(FW.L.POUNCE,1,003,0,1,00,"Interface\\Icons\\Ability_Druid_SupriseAttack");
	FW:RegisterSpellModTlnt(FW.L.POUNCE,FW.L.BRUTAL_IMPACT,1,0.5);
	FW:RegisterSpellModTlnt(FW.L.POUNCE,FW.L.BRUTAL_IMPACT,2,1);

by:

FW:RegisterSpell(FW.L.POUNCE,1,003,0,1,00,"Interface\\Icons\\Ability_Druid_SupriseAttack",FW.L.POUNCE_BLEED,1);
	FW:RegisterSpellModTlnt(FW.L.POUNCE,FW.L.BRUTAL_IMPACT,1,0.5);
	FW:RegisterSpellModTlnt(FW.L.POUNCE,FW.L.BRUTAL_IMPACT,2,1);
FW:RegisterSpell(FW.L.POUNCE_BLEED,1,018,1,1,00,"Interface\\Icons\\Spell_Shadow_VampiricAura");
Last edited by Xus : 08-17-08 at 02:10 PM.
Report comment to moderator  
Reply With Quote
Unread 08-17-08, 01:30 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
I also posted this in the Forte Warlock page, but thought I'd list it here as well.

The new version of Forte Druid included with Xus update has a bug, the DoT effect from Pounce no longer shows. The initial stun duration shows but the Dot does not.

This worked fine in the previous version of Forte Druid so I'm not sure what changed.

Also the timer for your HoT's that now show up cast on yourself, disappear when you shapeshift.
Report comment to moderator  
Reply With Quote
Unread 08-17-08, 09:03 AM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
The new FW with modded Forte_Druid: http://www.wowinterface.com/download...2-ForteWarlock
Report comment to moderator  
Reply With Quote
Unread 08-16-08, 03:19 PM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
"zhTW" is missing in that file btw
Report comment to moderator  
Reply With Quote
Unread 08-16-08, 10:18 AM  
Xus
A Fallenroot Satyr
 
Xus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 538
Uploads: 2
Originally posted by rabbitcookie
http://bbs.game.mop.com/attachment.php?aid=448438

here is Forte_Druid Chinese transe,include "zhCN" and "zhTW"

===========================================
I find HoT register as spell

FW:RegisterSpell(FW.L.INNERVATE, 1,020,0,1,00,"Interface\\Icons\\Spell_Nature_Lightning");FW:RegisterSpell(FW.L.ABOLISH_POISON, 1,008,1,1,00,"Interface\\Icons\\Spell_Nature_NullifyPoison_02");
FW:RegisterSpell(FW.L.LIFEBLOOM, 1,006,1,1,00,"Interface\\Icons\\INV_Misc_Herb_Felblossom");
FW:RegisterSpell(FW.L.REGROWTH, 1,021,1,1,00,"Interface\\Icons\\Spell_Nature_ResistNature");
FW:RegisterSpell(FW.L.REJUVENATION, 1,012,0,1,00,"Interface\\Icons\\Spell_Nature_Rejuvenation");


but duration they show not right,the duration number is right ,but HoT just show 2 or 3 sec and they dispear

so I registe HoT as Buff

FW:RegisterBuff(FW.L.ABOLISH_POISON, 8);
FW:RegisterBuff(FW.L.LIFEBLOOM, 6);
FW:RegisterBuff(FW.L.REGROWTH, 21);
FW:RegisterBuff(FW.L.REJUVENATION, 12);
FW:RegisterBuff(FW.L.INNERVATE, 20);

now they r all right

but,why they cant display right as spell?
that will work in v0.986 (or well... it's intended to work :P)
I've modded Forte_Druid to work with the new stuff I added. I'll post here when I've uploaded v0.986 (hopefully in 5hours or so) so Lurosara can make changes to it asap. I've already included the localizations as well.
Report comment to moderator  
Reply With Quote
Unread 08-15-08, 03:33 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
*edit*

nevermind, seems after a reload of the ui it fixed the problem, keep up the great work on this..

My main is a Lock which I've always been using Forte Warlock, and I've been leveling a baby Druid so this is perfect for what I'm used too
Last edited by Jexx : 08-15-08 at 03:36 PM.
Report comment to moderator  
Reply With Quote
Unread 05-24-08, 11:50 PM  
rabbitcookie
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
http://bbs.game.mop.com/attachment.php?aid=448438

here is Forte_Druid Chinese transe,include "zhCN" and "zhTW"

===========================================
I find HoT register as spell

FW:RegisterSpell(FW.L.INNERVATE, 1,020,0,1,00,"Interface\\Icons\\Spell_Nature_Lightning");FW:RegisterSpell(FW.L.ABOLISH_POISON, 1,008,1,1,00,"Interface\\Icons\\Spell_Nature_NullifyPoison_02");
FW:RegisterSpell(FW.L.LIFEBLOOM, 1,006,1,1,00,"Interface\\Icons\\INV_Misc_Herb_Felblossom");
FW:RegisterSpell(FW.L.REGROWTH, 1,021,1,1,00,"Interface\\Icons\\Spell_Nature_ResistNature");
FW:RegisterSpell(FW.L.REJUVENATION, 1,012,0,1,00,"Interface\\Icons\\Spell_Nature_Rejuvenation");


but duration they show not right,the duration number is right ,but HoT just show 2 or 3 sec and they dispear

so I registe HoT as Buff

FW:RegisterBuff(FW.L.ABOLISH_POISON, 8);
FW:RegisterBuff(FW.L.LIFEBLOOM, 6);
FW:RegisterBuff(FW.L.REGROWTH, 21);
FW:RegisterBuff(FW.L.REJUVENATION, 12);
FW:RegisterBuff(FW.L.INNERVATE, 20);

now they r all right

but,why they cant display right as spell?
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 04:22 PM  
Lurosara
A Kobold Labourer
 
Lurosara's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally posted by Xus
I support this!

The thing is, I've been extremely busy with other things lately, so proper compatibility for druids (in v0.986) can still take a while. I can't really give any eta right now.
<3

No worries. From a raiding standpoint the current rev works fine for me when I'm Feral/Balance. HoT tracking would be nice since I respec hilariously often but I use Lifebloomer as my HoT tracker right now since I click cast heals, and due to the way patch 2.0 changed how mods can interact with spellcasting I don't see click-recasting being workable. :/
__________________
Lurosara (Cenarius-US)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: