So recently I downloaded the addon Adbuffbars, which is basically exactly like smartbuffbars only much more pretty.
My dilemma is that it can only show a maximum of 24 buffs and debuffs, whereas the other buff bar addons can show 40. Is there any way to edit this addon so that it can show 40 like the others? Cause I really love the way this addon functions other than that.
If anyone would be able to find out a way to do that.. I would love you forever.
If not.. I guess i'll go back to smart buff bars :/
Ok this is to get adbuffbars to show 42 buffs instead of 24. It requires you to edit some variables. Make a backup of the original files just in case something happens. This may look long and difficult but its pretty easy.
Steps:
Go into your addon folder
C:\Program Files (x86)\Runes of Magic\interface\addons\adBuffBar\includes
inside there are two files: core.lua and core.xml
open core.lua with a text editor. I use notepad++
go to line 79 and change: "for i=1,24 do" to "for i=1,42 do"
go to line 285 and change: "for i=1,24 do" to "for i=1,42 do"
go to line 417 and change: "for i = 2,24 do" to "for i = 2, 42 do"
go to line 425 and change: "for i = 2,24 do" to "for i = 2, 42 do"
go to line 435 and change: "for i = 2, 24 do" to "for i = 2, 42 do"
go to line 443 and change: "for i = 2, 24 do" to "for i = 2, 42 do"
Now open core.xml and change these variables:
go to line 257 and change:
"slider

etValueStepMode("INT") slider

etMinMaxValues(5, 24)" to
"slider

etValueStepMode("INT") slider

etMinMaxValues(5, 42)"
go to line 258 and change:
"_G[this:GetName()..'SliderMin']

etText("5") _G[this:GetName()..'SliderMax']

etText("24")" to
"_G[this:GetName()..'SliderMin']

etText("5") _G[this:GetName()..'SliderMax']

etText("42")"
go to line 269 and change:
"slider

etValueStepMode("INT") slider

etMinMaxValues(5, 24)" to
"slider

etValueStepMode("INT") slider

etMinMaxValues(5, 42)"
go to line 270 and change:
"_G[this:GetName()..'SliderMin']

etText("5") _G[this:GetName()..'SliderMax']

etText("24")" to
"_G[this:GetName()..'SliderMin']

etText("5") _G[this:GetName()..'SliderMax']

etText("42")"
If you need more help or have any questions, just ask. I'm on the reni server (Knightshift) too if you need to whisper.