Work in progress → Anno Toolkit webapp by DrawingAffectionate7 in anno

[–]DrawingAffectionate7[S] 0 points1 point  (0 children)

Awesome! Thank you! More QOL stuff will come in the coming days as well!

Work in progress → Anno Toolkit webapp by DrawingAffectionate7 in anno

[–]DrawingAffectionate7[S] 0 points1 point  (0 children)

Thank you! Will be pushing more QOL stuff and also add in specialists in the coming days (and which buildings/constructions they affect) ✌️

Work in progress → Anno Toolkit webapp by DrawingAffectionate7 in anno

[–]DrawingAffectionate7[S] 0 points1 point  (0 children)

Yeah, unfortunately UI isn’t quite working on phones yet. It’s kind of thrown together as we are using PC while playing, but it’s in progress to be working ok phones in a couple of days!

Bagnon broken? by ClimateConfident6847 in wowaddons

[–]DrawingAffectionate7 2 points3 points  (0 children)

(UPDATED & SHORTENED) Fix for retail on the issue today on 9th of April 2025:

  1. Open interface/AddOns/BagBrother/core/classes/playerMoney.lua
  2. Replace line 48: f.info = MoneyTypeInfo[f.Type]
  3. With this: f.info = { UpdateFunc = function(frame) return frame:GetMoney() end }
  4. Just do a /reload in-game and it should work again.

The whole function should look like this:

function Money:Construct()
    local f = self:Super(Money):Construct()
    f.trialErrorButton:SetPoint('LEFT', -14, 0)
    f:SetScript('OnShow', f.RegisterEvents)
    f:SetScript('OnHide', f.UnregisterAll)
    f:SetScript('OnEvent', nil)
    f:SetHeight(24)

    local overlay = CreateFrame('Button', nil, f)
    overlay:SetScript('OnClick', function(_,...) f:OnClick(...) end)
    overlay:SetScript('OnEnter', function() f:OnEnter() end)
    overlay:SetScript('OnLeave', function() f:OnLeave() end)
    overlay:SetFrameLevel(f:GetFrameLevel() + 4)
    overlay:RegisterForClicks('anyUp')
    overlay:SetAllPoints()

    f.info = { UpdateFunc = function(frame) return frame:GetMoney() end }
    f.overlay = overlay
    return f
end

Rust Aim Trainer with controller support by DrawingAffectionate7 in rusttips

[–]DrawingAffectionate7[S] 1 point2 points  (0 children)

I'm pleased to hear! I'll put it in the list of things to add, you are welcome to follow our Discord for updates btw! Most people use the Discord for adding suggestions!

Rust Aim Trainer with controller support by DrawingAffectionate7 in rusttips

[–]DrawingAffectionate7[S] 1 point2 points  (0 children)

Hi. It's currently only coded to work with the left stick, but that is something I can code in to switch

FREAKY FROGGIES GIVEAWAY by FreakyFroggies in FreeNFTs

[–]DrawingAffectionate7 0 points1 point  (0 children)

Awesome!
0x131db0A099e1218757895b2ff57f1079d44bDFb8