Thread Tools Display Modes
08/23/14, 06:31 PM   #1
Dingodan
 
Dingodan's Avatar
Join Date: Apr 2014
Posts: 50
Solved: FTC_SetBuddy german Client

Hello,

i have found out what to do to fix this addon for the german Client Version 1.3.x.

You have only change this

local warlock = {
["Robes of the Warlock"] = true,
["Roben des Hexers^p"] = true,
["Robes du sorcier^pf"] = true,
cooldown = 60,
bonusName = "Magicka Flood",
iconPath = "/esoui/art/icons/ability_sorcerer_044.dds",
iconTag = "mf",
alertColor = "c6666FF",
to this
local warlock = {
["Robes of the Warlock"] = true,
["Roben des Hexers"] = true,
["Robes du sorcier^pf"] = true,
cooldown = 60,
bonusName = "Magicka Flood",
iconPath = "/esoui/art/icons/ability_sorcerer_044.dds",
iconTag = "mf",
alertColor = "c6666FF",
in the FTC_setBuddy.lua file.

And change this
## APIVersion: 100004
to this
## APIVersion: 100008
in the FTC_SetBuddy.txt to get rid off the "out of date" shown in the addon list.

Last edited by Dingodan : 08/24/14 at 04:06 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Solved: FTC_SetBuddy german Client


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off