This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons  (Read 1564 times)

Ascares

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
[QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« 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
and https://mods.curse.com/addons/wow/floflyout


P.S.: Thank you for reading

Update : Found alternative to flyout spell , on old  clients
Update: Found Flyout API  results like...



I assume No one Knows How to Swap results of API`s or any other method  ;)
« Last Edit: September 14, 2016, 11:06:09 pm by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #1 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

Ascares

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #2 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 ...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #3 on: September 13, 2016, 02:19:20 am »
Spell.DBCs structure have nothing to do wtih this at all
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

Ascares

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #4 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:

Just want to make blizz like spell book flyout spells ( like mages portals )
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Grymskvll

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 65
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #5 on: September 13, 2016, 05:39:35 pm »
How are you going to access SpellFlyout.dbc?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascares

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Feature Backporting (Cata/Leg) Flyout Buttons
« Reply #6 on: September 13, 2016, 06:11:39 pm »
Quote from: "Grymskvll"
How are you going to access SpellFlyout.dbc?






And cant find way to assings these flayout on spells ( in spellbook )
« Last Edit: January 01, 1970, 01:00:00 am by Admin »