Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Ascares on September 12, 2016, 11:15:26 pm

Title: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Ascares on September 12, 2016, 11:15:26 pm
Greatings , I need info on how to Implement/Backport (legions/cataclysm)  Spell Drop down menue "SpellFlyout" into old patches (wotlk/tbc/classic) , if possible without addon.

I assume drop down menue consist of SpellFlyout.dbc+lua+xml

Here is look a like addon https://mods.curse.com/addons/wow/flyoutbutton-custom (https://mods.curse.com/addons/wow/flyoutbutton-custom" onclick="window.open(this.href);return false;)
and https://mods.curse.com/addons/wow/floflyout (https://mods.curse.com/addons/wow/floflyout" onclick="window.open(this.href);return false;)


P.S.: Thank you for reading

Update : Found alternative to flyout spell , on old  clients
Update: Found Flyout API  results like...
(http://i67.tinypic.com/4u6qdd.png)


I assume No one Knows How to Swap results of API`s or any other method  ;)
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Alastor on September 12, 2016, 11:33:10 pm
its just bunch of LUA scripts and in 95% of cases addons can work with almost all expansion and if its LK to legion its almost all of them and if you dont want this to be intented as addon then pick up code and implement it to patch
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Ascares on September 13, 2016, 01:32:38 am
Quote from: "Alastor"
its just bunch of LUA scripts and in 95% of cases addons can work with almost all expansion and if its LK to legion its almost all of them and if you dont want this to be intented as addon then pick up code and implement it to patch


I tried but , got problem with spell dbcs different than cata/legion `cause  I d like to stick flyout button  to spell book spells ...
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Alastor on September 13, 2016, 02:19:20 am
Spell.DBCs structure have nothing to do wtih this at all
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Ascares on September 13, 2016, 12:21:26 pm
Quote from: "Alastor"
Spell.DBCs structure have nothing to do wtih this at all



Will try to recheack thanx

Update : Hm very strange ,  cant understand where id is used

Screen: (http://i66.tinypic.com/fpcqa9.png)

Just want to make blizz like spell book flyout spells ( like mages portals )
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Grymskvll on September 13, 2016, 05:39:35 pm
How are you going to access SpellFlyout.dbc?
Title: Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
Post by: Ascares on September 13, 2016, 06:11:39 pm
Quote from: "Grymskvll"
How are you going to access SpellFlyout.dbc?


(http://i64.tinypic.com/331gdgh.png)



And cant find way to assings these flayout on spells ( in spellbook )