Search found 4 matches

by waveris
Sun Jun 07, 2015 9:48 am
Forum: Addons
Topic: [Request] Corrupted Strength in it's own talent category
Replies: 7
Views: 6655

Re: [Request] Corrupted Strength in it's own talent category

Alright, i looked at a bunch of other addons and couldn't work out how to get the actor.lua file working. Currently absolutely no talents consume resources on cast, nor do they go on cooldown. local _M = loadPrevious(...) local Talents = require "engine.interface.ActorTalents" local super_...
by waveris
Sun Jun 07, 2015 8:28 am
Forum: Addons
Topic: [Request] Corrupted Strength in it's own talent category
Replies: 7
Views: 6655

Re: [Request] Corrupted Strength in it's own talent category

It's working now after using what you suggested, thanks.
by waveris
Sun Jun 07, 2015 3:45 am
Forum: Addons
Topic: [Request] Corrupted Strength in it's own talent category
Replies: 7
Views: 6655

Re: [Request] Corrupted Strength in it's own talent category

No errors are happening, but the talent category isn't showing up in the list, nor does it show up if i set a class to start with the category unlocked. newTalentType{ allow_random=true, type="corruption/reaving", name = "reaving", description = "x" } ActorTalents:loadD...
by waveris
Sat Jun 06, 2015 7:52 am
Forum: Addons
Topic: [Request] Corrupted Strength in it's own talent category
Replies: 7
Views: 6655

[Request] Corrupted Strength in it's own talent category

Tried adding a different version of corrupted strength to it's own talent category so i could edit the damage type and play adventurer "reavers" for specific elements, but couldn't get it to work. Just looking for the "melee attack on spell cast" part to be added, maybe Bloodlust...