kesava-wow / kuinameplates-customs

A small collection of customisations for Kui_Nameplates.
19 stars 6 forks source link

customs not applying after 8.2.5 drop #23

Closed Kedik closed 4 years ago

Kedik commented 4 years ago

basically title. do we need to change sth in the lua for it to work again?

edit: 11x Kui_Nameplates\messages.lua:536: Ignoring out of date plugin: ColourBarByName [C]: in function error' Kui_Nameplates\messages.lua:536: in functionNewPlugin' Kui_Nameplates_Custom\custom-Custom.lua:7: in main chunk

Locals: (*temporary) = "Ignoring out of date plugin: ColourBarByName"

edit 2: knp dump 2.25 2.5+c enUS SHAMAN {profile=Kedik} {auras_cd_offset_x=1,auras_cd_offset_y=0,auras_cd_point_x=2,auras_cd_point_y=2,auras_centre=false,auras_count_offset_x=1,auras_count_offset_y=0,auras_count_point_x=2,auras_count_point_y=2,auras_icon_squareness=0.8,bar_animation=1,bar_texture=LUI_Minimalist,bot_vertical_offset=1,castbar_colour={1=0.749,2=1,3=0.902},castbar_height=10,cvar_enable=true,cvar_overlap_v=1.3,execute_enabled=false,fade_all=true,fade_avoid_execute_hostile=true,fade_avoid_mouseover=true,fade_neutral_enemy=true,font_face=FrancoisOne,font_size_normal=13,font_size_small=11,frame_glow_size=10,frame_height=18,frame_height_minus=14,frame_height_personal=16,frame_width=140,frame_width_minus=140,frame_width_personal=140,health_text=true,health_text_friend_dmg=1,health_text_hostile_max=4,name_vertical_offset=1,nameonly=false,target_arrows_size=26} HealthBar, CombatUpdate, NameText, [LevelText], RaidIcon, [ClassPowers], CastBar, Highlight, PowerBar, AbsorbBar, Threat, Auras, Classification, [Execute], Fading, GuildText, PlayerAnchor, TankMode, BossMods, [CombatToggle], BarAnimation, ArenaID, Target

Kedik commented 4 years ago

figured out how to fix it. done this change

local mod = addon:NewPlugin('ColourBarByName',101,4)

to

local mod = addon:NewPlugin('ColourBarByName',101,5)