Thread Tools Display Modes
09/03/15, 01:27 PM   #1
@AlphaLemming
 
@AlphaLemming's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 122
Mage Skills changed with Patch 1.7 ?

To adress mage skills correct is it necessary to rewrite some icons to compare. It works so far, but with the new patch it seems broken. Because i never played a sorceror, i cannot test it - has anyone noticed changes with this skills?
  Reply With Quote
09/03/15, 04:36 PM   #2
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
a lot of our skills icons got a revamp and some went stamina (few).

Not sur how i could help you i made v1 recently.
  Reply With Quote
09/04/15, 07:16 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Wo benötigst du Hilfe? Die Magier Skill Icons haben sich teilweise verändert, ja.
Brauchst du Namen von Skills für AlphaGear or was brauchst du?
  Reply With Quote
09/07/15, 07:50 AM   #4
@AlphaLemming
 
@AlphaLemming's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 122
Originally Posted by Baertram View Post
Wo benötigst du Hilfe? Die Magier Skill Icons haben sich teilweise verändert, ja.
Brauchst du Namen von Skills für AlphaGear or was brauchst du?
Ja, für AlphaGear.
Bisher funktionierte dieser Vergleich der Destro Staff Icons um dis sich ändernden
Skill je nach Element des Stabes festzustellen, aber nun offenbar nicht mehr:

local mageSkills={
["ability_destructionstaff_005.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_002.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_008.dds"]="ability_destructionstaff_008.dds",
["ability_destructionstaff_007.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_004.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_010.dds"]="ability_destructionstaff_008.dds",
["ability_destructionstaff_006.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_003.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_009.dds"]="ability_destructionstaff_008.dds"
}
  Reply With Quote
09/07/15, 03:41 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Ich bekomme die DestroStaff DDS Dateinamen leider nicht heraus. ZGOO zeigt mir irgendwie hier nichts an, auch nicht in den children.
Tut mir leid, da kann ich wohl nicht helfen :-(

Ich sehe lediglich, dass die Icons sich teilweise geändert haben. Kannst du nicht über die Skillnamen bzw. Ids gehen (sofern es welche gibt) und mit dem ausgerüstetenm Waffentyp, wenn es ein Stab ist, direkt die Sets entsprechend Speichern/Laden?
  Reply With Quote
09/07/15, 06:36 PM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
I don't understand german, but I believe that you're asking if there is any change in texture paths for destruction staff skills. It seems that all icon paths are still the same as before, your table should be still valid.

local mageSkills={
["ability_destructionstaff_003.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_004.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_006.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_007.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_009.dds"]="ability_destructionstaff_008.dds"
["ability_destructionstaff_010.dds"]="ability_destructionstaff_008.dds",
}
  Reply With Quote
09/08/15, 05:18 AM   #7
@AlphaLemming
 
@AlphaLemming's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 122
Yes, this table is valid, but all Icons are revamped and Elemental Ring, Elemental Wall etc. doesn't work anymore. There seems to be a new crossover table for fire, shock and frost icons of these skills.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Mage Skills changed with Patch 1.7 ?

Thread Tools
Display Modes

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