1. Help with Platebuffs addon plz

    I'm wondering how to make the buffs from platebuffs above enemy bigger? right now the icons are pretty small. Is there a global way to do apply this to all buffs/spells, like AMS, Icebound forittude, bubble etc?

    I've been adding "specific spells" which i'd like to be larger....
    Edited: October 26, 2025

  2. In my version (1.5.4beta) in the options under specific spells, you can select a spell in the list and customize its size. In the default spells tab, there is also a slider to set the default size for all default spells.

    If you are not afraid to go into the code, you can navigate to core.lua in the PlateBufffs folder and search for (hotkey ctrl+f) "iconSize = ". Here you can change the default size for defaultSpells1 (mostly CCs) and defaultSpells2 (mostly CDs). Keep in mind that this is what the AddOn gets initilized with and that this is likely overridden by any changes you made ingame. Personally, I just added spells into the tables defaultSpells1 and defaultSpells2 and set their default sizes in core.lua and never touch the spell specific ingame settings.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •