Got an itch to try another
Light From Below character recently (after discovering that you're apparently supposed to go to An Eternal Instant
before getting summary curbstomped in The Iron Gate

). That campaign, of course, has all sorts of ways of getting talents and talent points and talent trees that our
talent point planner doesn't know about, which makes it hard to plan a character build, which always makes me a bit twitchy.
Well, that's what Talent Point Planner's
extension hooks are for (notably a few new hooks that I
added just recently 
), so with a bit of work, I've put together a new addon,
Campaign Planning. Currently we support all the talent sources I was able to find in Light from Below and
Hammer of Urh'Rok; in a future version, I may migrate support for
Arcanum's Angolwen Academy out of the main planner addon into this addon. (Note that, as suggested above, this will require the latest version of Talent Point Planner, currently release 11.3.1, or release 17.7.4 of ZOmnibus or ZOmnibus Lite.
Now, if you have some experience in these campaigns, you probably know about some of these talent sources, even if the planner doesn't know you know about them. As always, that's what the
"Mark as Seen" dialog is for. The "seen" codes for Hammer of Urh'Rok sources are:
Code: Select all
hammer_lake_nur
hammer_caravan_power
hammer_demon_armor_store
hammer_demon_weapon_store
hammer_escort
hammer_crystal_power
and the codes for Light From Below sources are:
Code: Select all
lbelow_worm
lbelow_slime
lbelow_geode
lbelow_books
(And looking ahead, I don't think this would be too much of a problem going into ZOmnibus or ZOmnibus lite, along the same lines as
Planned Evolution.)
[Implementation notes:
Code: Select all
Hooks:
Chat:load [to detect that we've seen/done various sources]
Quest:setStatus [to detect that we've seen/done various sources]
TalentPointPlanner:talentSource [to add all our talent sources]
TalentPointPlanner:chatAnswer [to detect that we've seen/done various sources]