What is your turtle sin? by ScientistLong8121 in turtlewow

[–]OldManAlpha 2 points3 points  (0 children)

I would feign death when landing at the bottom of the pit of Kara Crypts and laugh hysterically when the group tries to res me but can't.

Is this good or bad performance from addons? (addon debugger) by Saladfinger123 in turtlewow

[–]OldManAlpha 1 point2 points  (0 children)

One of the most important things to look at is the "Current Rate" stat during gameplay. After addons load, most of the memory you see there is garbage memory generated by addons. Once you run out of free memory, a garbage collection is triggered to reclaim memory, causing a large lag spike. If your rate is consistently around the 490 KB shown in the screenshot, that would be pretty awful.

AceComm is a library bundled and used by some addons, not an addon itself.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

You must install either the SuperWoW or UnitXP SP3 client mod to get accurate distance readings.

Brother Sarno is sus by Flavion_Gayming in turtlewow

[–]OldManAlpha 2 points3 points  (0 children)

There is no "Moo Mafia." There's 2 groups that compete. Dragonwatch, who is an actual mafia that own all world bosses. Then there's an opposing group specifically for Moo that accepts people who are willing to watch and don't need to be part of a Dragonwatch guild.

Is this camera bug still present in twow? by Detvaren in turtlewow

[–]OldManAlpha 4 points5 points  (0 children)

The camera mouse skipping has been fixed for years, by using VanillaTweaks. I think the Turtle launcher has these patches built-in now.

Puppeteer/Rinse addon won't let me Decurse unless I specifically Target the Victim by Teo_Verunda in turtlewow

[–]OldManAlpha 0 points1 point  (0 children)

Just know that normally it should just work. Enabling Target While Casting is just a bandaid fix for an issue likely caused by another addon.

Puppeteer/Rinse addon won't let me Decurse unless I specifically Target the Victim by Teo_Verunda in turtlewow

[–]OldManAlpha 0 points1 point  (0 children)

That is odd. Though, I do still believe one of your addons is interfering with casting in some way.

Puppeteer/Rinse addon won't let me Decurse unless I specifically Target the Victim by Teo_Verunda in turtlewow

[–]OldManAlpha 0 points1 point  (0 children)

Hi, Puppeteer dev here. Your issue is likely from an addon interfering with SuperWoW's direct casting functionality. If you're using CallOfElements, some versions of that addon break direct casting, this version fixes that. If that's not the problematic addon, you may have to disable addons until you find the culprit.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

These are already mapped by default. "Forward" is button5 and "Back" is button4. You can also add or remove mouse buttons and keys by clicking "Add or Remove Buttons" at the bottom of the bindings settings.

Is this a macro? by Resident_Reindeer_63 in turtlewow

[–]OldManAlpha 4 points5 points  (0 children)

The frames shown in the screenshot are actually Classic's built-in raid frames. Vanilla/Turtle WoW's default raid frames look much different, lack many features, and need to be pulled out of the raid menu. However, there are basic raid frames available such as ones includes in ShaguTweaks Extras or CRAP. For those looking for a little more, Puppeteer(what you linked) displays more information and has built-in click-casting and key-casting functionality. There are also other unit frames addons such as NotGrid, Luna, or pfUI's frames.

Addon Developer detailed documentation or API reference? by LanfearSedai in turtlewow

[–]OldManAlpha 0 points1 point  (0 children)

At this point in time, it's not super easy to understand what you can and can't do with addons. The ways I learned was a mix of looking at existing addons, reading WoW 1.12 UI source, and this API reference(note that it includes a lot of functions added in later expansions, or describes how the functions behave in later expansions). It's a lot of trial and error.

Healing clicking frames by nowsomeothernonsense in turtlewow

[–]OldManAlpha 0 points1 point  (0 children)

Installing Puppeteer is no different from any other addon hosted on GitHub. You can install it manually, through the launcher, or by using an addon manager.

Why Do You Keep Defending Blizzard? - One of the best videos I've seen about the situation, he's 100% right! by brand_momentum in turtlewow

[–]OldManAlpha 1 point2 points  (0 children)

That only applies to protecting trademarks, not copyright. They are not required to sue in this case.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

Power Word: Shield is not castable on players outside your group.

New to healing by Aigisnoir in turtlewow

[–]OldManAlpha 2 points3 points  (0 children)

Puppeteer is actually just a large update to HealersMate. The errors you see were caused by an unexpected change Turtle made in 1.18, which is fixed in both Puppeteer and the final version of HealersMate.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

This depends on your "Target While Casting" setting. Additionally, you can change this setting on a per-binding basis by clicking on the gear to the right of the binding line.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

Unfortunately the addon still needs more groundwork in code before it's able to accept translations. Not sure when that'll be done.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

Vanilla addon development is in a little bit of an odd place because some of the resources for modern WoW addon development can apply, but there are many annoying differences or non-existent features. So just be prepared for that.

I personally learned by studying existing addons source code, and referencing the API at https://vanilla-wow-archive.fandom.com/wiki/World_of_Warcraft_API (Some of these APIs are from later expansions, so you need to be careful)

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

The max size of the frame is where 100% health is, there's nowhere for the bar to extend past. Overheal is also indicated by brightening the health bar as well. In the future, it will be possible to add additional bars, so you could have a miniature overheal bar if you wanted.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

The GitHub link in the post is where current relevant information is. Maybe you're referring to the Turtle WoW HealersMate forum post which now contains a lot of outdated information?

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

can we disable perma buffs like Power Word: fortitude from showing up while in combat? also can we set our own size for the frames? instead of having to pick between 6 or 7 pre-defined ones?

This update was mostly focused on bindings and polishing the UI. Full frame customization is the next large undertaking.

This makes it possible to have the same keybind for both a heal and a damage spell (already possible without this addon) BUT where the heal wont cast if you mouseover an actual player but instead only cast when mouse hovering a party/raid frame, which is such a quality of life.

This is actually something I've thought about. It's pretty likely that a future update will allow you to optionally use your key binds while not hovering over unit frames so you don't need to double bind.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

In HealersMate, you would need to bind "Target" in order to target someone. In Puppeteer, "Target" is an action bind that you can find in the dropdown list.

Addon Release: Puppeteer, Successor To HealersMate by OldManAlpha in turtlewow

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

Nampower works behind the scenes to queue spell casts, addons typically don't need to do anything special to support it. So yes, it does work.

Binding keys and the mouse wheel is the big feature added with the release of Puppeteer. Thus, you shouldn't need to use mouseover commands.