Thread Tools Display Modes
01-26-20, 07:06 AM   #1
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
[Request] Infight feedback

Hey,

first I asked Keivamp if he could deal with my request. However, no further feedback has come from him so far. He recently launched his own interface - Inked! retail.

Information appears in the middle of the screen that you are in combat. This information is particularly important to me and I have learned to love it. unfortunately this little feature is firmly anchored in the interface and I have no idea how I can get the little thing out. So far I've been using Parrot for this. But it's not as nice as what Keivamp programmed. Can someone help me to just bring out the feature as a standalone addon?

  Reply With Quote
01-26-20, 07:40 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
The part of the addon that drives that combat warning is almost entirely isolated from the rest of the addon.
  1. Go to https://addon.bool.no
  2. This will be a separate addon, name it what you want in the top box
  3. Open the file Interface\AddOns\Inked\Extras\CombatAlert.lua
  4. Select all and copy
  5. Paste in big box at the site above
  6. In this big box, remove the line if InkedChar.comb == false then return end
  7. Replace
    local G, F, C, L = unpack(select(2,...))
    with
    local G = CreateFrame("Frame")
  8. Replace
    G:RegisterEvent("PLAYER_LOGIN",keiFunc)
    with
    G:RegisterEvent("PLAYER_LOGIN")
    G:SetScript("OnEvent",keiFunc)
  9. Download and unzip into Interface\AddOns
If WoW was running, completely restart WoW to see what you installed.
  Reply With Quote
01-27-20, 05:59 AM   #3
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
Wow, thank you <3
  Reply With Quote
02-23-20, 07:19 AM   #4
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Kanegasi casts Knowledge
  Reply With Quote
11-04-22, 10:57 AM   #5
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
Since the new patch, I got one LUA error. Says SetAlpha was a bad argument. Is something new?
have anyone a idea?

Lua Code:
  1. 13x Interface/AddOns/CombatStatus/core.lua:29: bad argument #1 to 'SetAlpha' (Usage: self:SetAlpha(alpha))
  2. [string "=[C]"]: in function `SetAlpha'
  3. [string "@Interface/AddOns/CombatStatus/core.lua"]:29: in function <Interface/AddOns/CombatStatus/core.lua:23>
  4.  
  5. Locals:
  6. (*temporary) = Frame {
  7. 0 = <userdata>
  8. totalTime = 3.200000
  9. timer = 3.211000
  10. text = FontString {
  11. }
  12. Bg = Texture {
  13. }
  14. }
  15. (*temporary) = -0.003438

Lua Code:
  1. 10x Interface/FrameXML/EditModeSystemTemplates.lua:631: attempt to perform arithmetic on local 'offsetY' (a nil value)
  2. [string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:631: in function `GetBottomAnchoredHeight'
  3. [string "@Interface/FrameXML/EditModeUtil.lua"]:39: in function `GetBottomActionBarHeight'
  4. [string "@Interface/FrameXML/UIParent.lua"]:3074: in function `UIParentManageFramePositions'
  5. [string "@Interface/FrameXML/UIParent.lua"]:2561: in function <Interface/FrameXML/UIParent.lua:2548>
  6. [string "=[C]"]: in function `SetAttribute'
  7. [string "@Interface/FrameXML/UIParent.lua"]:3104: in function `UIParent_ManageFramePositions'
  8. [string "@Interface/FrameXML/EditModeManager.lua"]:641: in function `UpdateBottomActionBarPositions'
  9. [string "@Interface/FrameXML/EditModeManager.lua"]:555: in function `UpdateActionBarLayout'
  10. [string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:655: in function `UpdateGridLayout'
  11. [string "@Interface/FrameXML/ActionBar.lua"]:350: in function `UpdateVisibility'
  12. [string "@Interface/FrameXML/ActionBar.lua"]:317: in function `Hide'
  13. [string "@Interface/FrameXML/PetActionBar.lua"]:182: in function <Interface/FrameXML/PetActionBar.lua:120>
  14. [string "=[C]"]: ?
  15. [string "=[C]"]: in function `Update'
  16. [string "@Interface/FrameXML/PetActionBar.lua"]:84: in function <Interface/FrameXML/PetActionBar.lua:70>
  17. [string "=[C]"]: ?
  18.  
  19. Locals:
  20. self = MainMenuBar {
  21. 0 = <userdata>
  22. QuickKeybindRightShadow = Texture {
  23. }
  24. elapsedTimer = 0.005667
  25. UpdateSystemSettingAlwaysShowButtons = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:772
  26. UpdateMagnetismRegistration = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:506
  27. GetSnapOffsets = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:411
  28. UpdateFrameStrata = <function> defined @Interface/FrameXML/ActionBar.lua:194
  29. UpdateButtonArt = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:669
  30. IsFrameAnchoredToMe = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:469
  31. fadeTimer = 0.005000
  32. buttonTemplate = "MainBarActionBarButtonTemplate"
  33. ShowBase = <function> defined =[C]:-1
  34. IsShown = <function> defined @Interface/FrameXML/ActionBar.lua:286
  35. GetSelectionOffset = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:363
  36. ResetToDefaultPosition = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:148
  37. RefreshButtonArt = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:662
  38. GetScaledSelectionSides = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:355
  39. SelectSystem = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:534
  40. buttonArtDirty = false
  41. GetFrameMagneticEligibility = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:489
  42. gw_Bar3 = GwMultiBarRight {
  43. }
  44. AddLayoutChildren = <function> defined @Interface/SharedXML/LayoutFrame.lua:48
  45. IsBelowFrame = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:322
  46. UpdateSystemSettingIconSize = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:714
  47. SetScaleBase = <function> defined =[C]:-1
  48. HasActiveChanges = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:244
  49. GetScaledCenter = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:348
  50. DoesSettingDisplayValueEqual = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:268
  51. OnLoad = <function> defined @Interface/FrameXML/MainMenuBar.lua:6
  52. UpdateDisplayInfoOptions = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:279
  53. ActionBarPageNumber = Frame {
  54. }
  55. settingDisplayInfoMap = <table> {
  56. }
  57. addSystemIndexToName = true
  58. IsLayoutFrame = <function> defined @Interface/SharedXML/LayoutFrame.lua:36
  59. DoesSettingValueEqual = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:263
  60. MarkDirty = <function> defined @Interface/SharedXML/LayoutFrame.lua:90
  61. ShouldResetSettingsDialogAnchors = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:91
  62. dirtySettings = <table> {
  63. }
  64. UpdateGridLayout = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:648
  65. IsToTheLeftOfFrame = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:304
  66. GetSettingsDialogAnchor = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:288
  67. hasActiveChanges = false
  68. OnSystemLoad = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:3
  69. ClearFrameSnap = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:448
  70. GetCombinedCenterOffset = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:398
  71. SetupSettingsDialogAnchor = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:232
  72. IsShownOverride = <function> defined @Interface/FrameXML/ActionBar.lua:286
  73. dirty = false
  74. SetPointBase = <function> defined =[C]:-1
  75. UpdateSystem = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:586
  76. gw_Bar4 = GwMultiBarLeft {
  77. }
  78. UpdateShownButtons = <function> defined @Interface/FrameXML/ActionBar.lua:198
  79. UpdateDirtySettings = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:112
  80. gw_Width = 749
  81. BreakSnappedFrames = <function> defined @Interface/FrameXML/EditModeSystemTemplates.lua:431
  82. HideOverride = <function> defined @Interface/FrameXML/ActionBar.lua:313
  83. VehicleLeaveButton = MainMenuBarVehicleLeaveButton {
  84. }
  85. systemIndex = 1
  86. snappedFrames = <tab
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » [Request] Infight feedback

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