View Single Post
06-30-12, 09:26 PM   #7
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Originally Posted by Jeslis View Post
Tried what I thought you said above -- not sure if I was supposed to run the ace3 as an addon, or just cannablize the libs for watcher

Error recieved:

Message: Interface\AddOns\Watcher\Core.lua:415: attempt to call global 'GetActiveTalentGroup' (a nil value)
Time: 06/30/12 14:16:02
Count: 1
Stack: Interface\AddOns\Watcher\Core.lua:415: in function `SwitchTalents'
Interface\AddOns\Watcher\Core.lua:221: in function <Interface\AddOns\Watcher\Core.lua:210>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...ce\AddOns\Watcher\Libs\AceAddon-3.0\AceAddon-3.0.lua:514: in function `InitializeAddon'
...ce\AddOns\Watcher\Libs\AceAddon-3.0\AceAddon-3.0.lua:629: in function <...ce\AddOns\Watcher\Libs\AceAddon-3.0\AceAddon-3.0.lua:621>

Locals: <none>
Open Watcher\core.lua in a text editor and replace GetActiveTalentGroup() with GetActiveSpecGroup()

Might be you're in luck and there's no more changes needed, or else you'll get a new error.
Check here for hints to renamed or changed functions if you get a new error after making this replacement.

Last edited by Dridzt : 06-30-12 at 09:29 PM.