Page 2 of 2

Re: [help needed] Enemy addon

Posted: Thu Aug 05, 2021 2:56 pm
by Vholrat
CyunUnderis wrote: Thu Aug 05, 2021 2:24 pm
Vholrat wrote: Thu Aug 05, 2021 11:40 am sorry for double posting. how can i show in enemy the "dark protector" buff? So far i can amange to show my guard. It would be nice knowing how to implement dark protector too :D
I don't know how your enemy unit frame looks like, but you can have something like this :

Image

You need to import the following configuration :

Code: Select all

{"archetypes"={1=false,2=false,3=false},"labelScale"=1,"effectFilters"={1={"typeMatch"=1,"filterName"=L"dark_protector","descriptionMatch"=2,"castedByMe"=2,"durationType"=1,"abilityIds"=L"3147,9338","abilityIdsHash"={3147=true,9338=true},"hasDurationLimit"=false,"nameMatch"=1}},"scale"=0.5,"left"=0,"isTimer"=false,"ticked"=0,"customIcon"=11018,"icon"="other","canDispell"=1,"isCircleIcon"=true,"version"=279,"archetypeMatch"=1,"alpha"=1,"playerType"=3,"exceptMe"=true,"anchorTo"=6,"name"=L"dark_protector","color"={"r"=255,"g"=255,"b"=255},"isEnabled"=true,"offsetY"=15,"anchorFrom"=6,"playerTypeMatch"=1}
For that, Enemy Configuration > Section : Unite Frames > Effects Indicators > Import (and then paste the code)
sorry for double post: concerning hp bar? how you make it vertical? when i try vertical mod e life shrink from top to bottom but i wish to have it from top to bottom and not at the same time

Re: [help needed] Enemy addon

Posted: Thu Aug 05, 2021 3:52 pm
by Lilim
Hey,

if you have questions about Enemy setups or how to setup other Addons in general, please read my guide here: viewtopic.php?f=113&t=40739

Re: [help needed] Enemy addon

Posted: Thu Aug 05, 2021 4:13 pm
by CyunUnderis
Vholrat wrote: Thu Aug 05, 2021 2:56 pm sorry for double post: concerning hp bar? how you make it vertical? when i try vertical mod e life shrink from top to bottom but i wish to have it from top to bottom and not at the same time

Enemy Configuration > Section : Unite Frames > Visual Parts > Disabled "HP" > Import (and then paste the code)

Code: Select all

{"type"="hpacbar","data"={"anchorTo"="bottom","scale"=1,"anchorFrom"="bottom","vertical"=true,"distHide"=false,"size"={1=80,2=80},"healColor"={1=190,2=255,3=100},"offlineHide"=true,"distAlpha"=0.5,"textureFullResize"=false,"wrap"=false,"alpha"=1,"deadHide"=true,"dpsColor"={1=255,2=190,3=100},"texture"="default","tankColor"={1=150,2=190,3=255},"layer"=1,"color"={1=150,2=190,3=255},"pos"={1=0,2=0}},"exceptMe"=false,"version"=279,"name"=L"HP","archetypeMatch"=1,"playerType"=1,"isEnabled"=true,"archetypes"={1=false,2=false,3=false},"playerTypeMatch"=1}

Re: [help needed] Enemy addon

Posted: Fri Aug 06, 2021 9:36 am
by Vholrat
thanks both of ya. :D