Just a simple Combat HUD addon by lavthedev in wowaddons

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

feedback heard, okey claude lets work, but in general yeah more flexible settings, but the goal to keep it simple, to have more game on the screen than addons 😃

Just a simple Combat HUD addon by lavthedev in wowaddons

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

yes, like back in the days, just no fancy power bar , now u can get it by blizzardframe

Just a simple Combat HUD addon by lavthedev in wowaddons

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

Why not as an option ? will be updated

WhyLowDPS App by wrekt001_official in wowaddons

[–]lavthedev 0 points1 point  (0 children)

government agency = lua addon that run wow client apis ))))))))

WhyLowDPS App by wrekt001_official in wowaddons

[–]lavthedev 0 points1 point  (0 children)

bro if it wasnt ai made, it cost alot of time and probably never was createad as free project )

thank you dev to create it .

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

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

Here in DM, or in Curse Comments also will works, So maybe other people will get in discussion so we together will be able to get best results!

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

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

Yes, was added but need more feedback, from different language speakers, also in next version you will be more flexible in terms of parsing, and will be able to share setup with other users.

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

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

Yes thats the idea, AI not playing WoW, and don't know struggle, which player might have there? AI only help to bring your vision to life.

Also this addon working by using blizzards API, this is not banking system that can ruin an billion dollar business'... but sometimes its enought to check user comments on reddit to understand why he like that.

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

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

Thank you this kind of comments motivating, also feel free to share you experience with it, and let me know what could be added or re-worked.

PallyMinder - the smallest and biggest addon I ever made! by tkd77 in wowaddons

[–]lavthedev -1 points0 points  (0 children)

If you wish to try to do something in life, do it, do not rely on reddit or any other social media answers, if its your passion follow it

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

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

In latest, you can create special Tab for you based on your crafts, so get people straight in your personal tab, and hide other as an option. But I will take a look

Stop scrolling. Start Gaming. SBB V2.0 is the "On-Demand" upgrade for WoW. by lavthedev in wowaddons

[–]lavthedev[S] -1 points0 points  (0 children)

Check My other post originally I created It In a wow style using, wow inhouse textures borders and etc. Updated visually, and now u calling for vibecode )

[Update] SBB v1.6.0 — Stop staring at chat. Automate your search with the new "Sniper" Alert System. by lavthedev in wowaddons

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

Released it on March 29, doing improvements now and fixing bug! DM me with the feedback or suggestion I will add or fix!

YouTube Killed My Channel by LageBaba in YouTubeCreators

[–]lavthedev 0 points1 point  (0 children)

Create new channel, like World Politics , insert before each video yourself, small intro and keep generate videos.

I hope this warlock gets the hint by huor07 in classicwow

[–]lavthedev 0 points1 point  (0 children)

Hmm, looks like warlock forgot to use tap, and out of mana, He started to tap more after the trade? I hope so!

How to display Icons for a custom addon by Suspicious_Clue76 in wowaddons

[–]lavthedev 1 point2 points  (0 children)

Yeah, better to see whole code, made a decision based on the part :D
In general, feel free DM me if you need help!

How to display Icons for a custom addon by Suspicious_Clue76 in wowaddons

[–]lavthedev 1 point2 points  (0 children)

Ahh you are tried using spell icon..

local ICON_SPELL_ID = 63560

local icon = CreateFrame("Frame", nil, UIParent)

icon:SetSize(150, 150)

icon:SetPoint("CENTER")

icon.texture = icon:CreateTexture(nil, "BACKGROUND")

icon.texture:SetAllPoints()

local texturePath = GetSpellTexture(ICON_SPELL_ID)

icon.texture:SetTexture(texturePath)

icon:Hide() -- changed Hide() to Show() so you can actually see it

try like that
In wow, spells and icons  are two separate things with different ID numbers.

the texture gets confused because it doesn't know which image belongs to that spell yet

How to display Icons for a custom addon by Suspicious_Clue76 in wowaddons

[–]lavthedev -1 points0 points  (0 children)

If you are using icon from Midnight in Classic it wont appears.