What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

What is the DRUID cookie cutter talent? If you don't use the e-talent

jungly

New Member
Joined
Apr 19, 2010
Messages
394
Reaction score
5
downloaded the latest HB stable, and there is no e-talent.

So what is the default cookie cutter DRUID talent spec? also , when e-talent was working, where was it grabing which talents to put points into? That way, if HB decides to put back e-talent, ill be on the right track still

Also need the PRIEST/warlock talent spec as well if anyone has

I'm using the default custom classes
 
Just a heads up...eTalent is working fine for me brah.
 
Any PVE build works fine for levelling up, not like it's terribly crucial
 
eTalent - Talent Plugin - v2.0
http://www.buddyforum.de/showthread.php?118-eTalent-Talent-Plugin-v2.0

It was grabbing the talents from inside the plug-in .cs file
static Dictionary<int, string> DruidTalents = new Dictionary<int, string>()
{//Feral Druid Talents (0/55/16)
{ 1,"2,1" }, //Ferocity
{ 2,"2,1" },
{ 3,"2,1" },
{ 4,"2,1" },
{ 5,"2,1" },
{ 6,"2,4" }, //Savage Fury
{ 7,"2,4" },
{ 8,"2,3" }, //Feral Instinct
 
Back
Top