File tree Expand file tree Collapse file tree
angTemplates/GeneralTemplates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Interface : 110105
1+ ## Interface : 110107
22## Title : Angleur
33## Notes : The Ultimate One Button Fishing AddOn - Now with an Auto-Equip Feature!
44## Notes-ruRU : Лучший однокнопочный рыболовный аддон — теперь с функцией автоматического оснащения!
@@ -26,6 +26,7 @@ libraries\embeds.xml
2626translations\translations.xml
2727#@end-no-lib-strip@
2828angTemplates\GeneralTemplates\RetailTemplates.xml
29+ angTemplates\GeneralTemplates\RetailTemplates.lua
2930angTemplates\embeds.xml
3031
3132init.lua
Original file line number Diff line number Diff line change 986986 </Scripts >
987987 </Frame >
988988
989- <Frame parent =" Angleur" name =" AngleurSet_AlertAnim" frameStrata =" TOOLTIP" toplevel =" true" inherits =" ActionBarButtonSpellActivationAlert " hidden =" true" >
989+ <Frame parent =" Angleur" name =" AngleurSet_AlertAnim" frameStrata =" TOOLTIP" toplevel =" true" inherits =" AngleurPorted_ActionBarButtonSpellActivationAlert " hidden =" true" >
990990 <Size x =" 64" y =" 64" />
991991 <Scripts >
992992 <OnEnter >
Original file line number Diff line number Diff line change 1+
2+ AngleurPorted_ActionBarButtonSpellActivationAlertMixin = {};
3+ function AngleurPorted_ActionBarButtonSpellActivationAlertMixin :OnHide ()
4+ if ( self .ProcLoop :IsPlaying () ) then
5+ self .ProcLoop :Stop ();
6+ end
7+ end
8+
9+ AngleurPorted_ActionBarButtonSpellActivationAlertProcStartAnimMixin = { };
10+ function AngleurPorted_ActionBarButtonSpellActivationAlertProcStartAnimMixin :OnFinished ()
11+ self :GetParent ().ProcLoop :Play ();
12+ end
Original file line number Diff line number Diff line change 5858 </HighlightTexture >
5959 </Button >
6060
61+ <Frame name =" AngleurPorted_ActionBarButtonSpellActivationAlert" virtual =" true" mixin =" AngleurPorted_ActionBarButtonSpellActivationAlertMixin" >
62+ <Layers >
63+ <Layer level =" ARTWORK" >
64+ <Texture parentKey =" ProcStartFlipbook" atlas =" UI-HUD-ActionBar-Proc-Start-Flipbook" alpha =" 1" >
65+ <Size x =" 150" y =" 150" />
66+ <Anchors >
67+ <Anchor point =" CENTER" />
68+ </Anchors >
69+ </Texture >
70+ <Texture parentKey =" ProcLoopFlipbook" atlas =" UI-HUD-ActionBar-Proc-Loop-Flipbook" setAllPoints =" true" alpha =" 0" />
71+ </Layer >
72+ </Layers >
73+ <Animations >
74+ <AnimationGroup parentKey =" ProcLoop" looping =" REPEAT" >
75+ <Alpha childKey =" ProcLoopFlipbook" duration =" .001" order =" 0" fromAlpha =" 1" toAlpha =" 1" />
76+ <FlipBook parentKey =" FlipAnim" childKey =" ProcLoopFlipbook" duration =" 1" order =" 0" flipBookRows =" 6" flipBookColumns =" 5" flipBookFrames =" 30" flipBookFrameWidth =" 0" flipBookFrameHeight =" 0" />
77+ </AnimationGroup >
78+
79+ <AnimationGroup parentKey =" ProcStartAnim" setToFinalAlpha =" true" mixin =" AngleurPorted_ActionBarButtonSpellActivationAlertProcStartAnimMixin" >
80+ <Alpha childKey =" ProcStartFlipbook" duration =" .001" order =" 0" fromAlpha =" 1" toAlpha =" 1" />
81+ <FlipBook childKey =" ProcStartFlipbook" duration =" 0.7" order =" 1" flipBookRows =" 6" flipBookColumns =" 5" flipBookFrames =" 30" flipBookFrameWidth =" 0" flipBookFrameHeight =" 0" />
82+ <Alpha childKey =" ProcStartFlipbook" duration =" .001" order =" 2" fromAlpha =" 1" toAlpha =" 0" />
83+ <Scripts >
84+ <OnFinished method =" OnFinished" />
85+ </Scripts >
86+ </AnimationGroup >
87+ </Animations >
88+ <Scripts >
89+ <OnHide method =" OnHide" />
90+ </Scripts >
91+ </Frame >
92+
6193 <Button name =" CombatWeaponSwapButtonTemplate" inherits =" SecureActionButtonTemplate" frameStrata =" HIGH" mixin =" Angleur_CombatWeaponSwapButtonMixin" hidden =" true" virtual =" true" >
6294 <Attributes >
6395 <Attribute name =" type" value =" macro" />
166198 </Scripts >
167199
168200 <Frames >
169- <Frame name =" $parent_AlertAnim" parentKey =" alertAnim" frameStrata =" TOOLTIP" toplevel =" true" inherits =" ActionBarButtonSpellActivationAlert " >
201+ <Frame name =" $parent_AlertAnim" parentKey =" alertAnim" frameStrata =" TOOLTIP" toplevel =" true" inherits =" AngleurPorted_ActionBarButtonSpellActivationAlert " >
170202 <Size x =" 64" y =" 64" />
171203 <Scripts >
172204 <OnLoad >
Original file line number Diff line number Diff line change 1+ -- Translator: Crazyyoungs
2+
13if (GAME_LOCALE or GetLocale ()) ~= " koKR" then
24 return
35end
You can’t perform that action at this time.
0 commit comments