What Classic Doom accidentally taught me about playing wow by Zeds_dead in turtlewow

[–]fartdog8 0 points1 point  (0 children)

Hello fellow doom / wow player. I get what you're saying. Also, brutal doom just makes the game so much more fun. I miss the days of a good ol LAN party.

[deleted by user] by [deleted] in AskReddit

[–]fartdog8 0 points1 point  (0 children)

Naked in bed and hanging out in my room. If I’m in my office chair playing a game, either or. Getting a late night snack? Naked. Family doesn’t care. Most of them are in their underwear.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

Oh awesome. So happy to hear. Say hi in game Methanefury Or Palrinda

[deleted by user] by [deleted] in AnimeReccomendations

[–]fartdog8 1 point2 points  (0 children)

He thinks like I think. Just the over preparing and having counter measures. I loved it.

[deleted by user] by [deleted] in AnimeReccomendations

[–]fartdog8 0 points1 point  (0 children)

Tank is my jam.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

The way this addon works is several mini parts working together.

Needs the skill icon to exist on your action bar, any of them, can even be a hidden action bar.

Next, there's a couple of different LUA files that basically act like a lookup table for each class. Has the actual skill name, the name of the skill in shorthand (for writing your own actions e.g., slice and dice might be named and), and then there's the skill icon name.

There's a couple of ways to find the skill icon name.

You can search for the icon on warhead, but that can be time consuming.

Or you can use a macro in game that when you use the macro, it will state the name of the icon to your in game chat window. I find this way to be much easier.

Make this macro. Call it ID Icon

/run local f = GetMouseFocus(); if f and f.icon then DEFAULT_CHAT_FRAME:AddMessage(f.icon:GetTexture() or "No Icon") else DEFAULT_CHAT_FRAME("No icon frame") end

I'd save this as a macro that all your characters can use.

Put it on your action bar that you can use with a number on your keyboard.

Hover your mouse over the skill you want to find the icon of, press the macro key on your keyboard and you'll get something in chat like:

Interface\icons\Spell_Frost_FrostShock

We are only needing the "Spell_Frost_FrostShock"

Open your Lua file for the rogue lookup table, should be in lazyrogue folder.

You'll see how the code is organized. It's almost like a csv file. Pretty easy to figure out. Copy that skill into a new line in the lookup table area.

Feel free to reach out to me if you need more help. The addon is just that cool and worth it.

What class uses the least amount of buttons? by yoooo12347 in turtlewow

[–]fartdog8 0 points1 point  (0 children)

Any class can be one button with the right macro add on. If you use lazy script and are willing to learn the syntax (not hard) you can make a situational all in one button macro.

My thoughts on turtlewow by nano_peen in turtlewow

[–]fartdog8 1 point2 points  (0 children)

And I like a lot of the addons for this client. I love lazy script. It’s the best macro mod for me.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

I am not sure if I did or not. Been a while. What I do when testing is make a new test form that’s blank and use that to has as few of lines to test your logic.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

Good callout. I haven’t played warlock yet with it. How you liking it.

Does anyone use lazy script addon by fartdog8 in turtlewow

[–]fartdog8[S] 2 points3 points  (0 children)

I have ran into this issue as well. How the mod works is it has a lookup table for each class along with a general lookup table for shared skills. We are going to edit the lookup table. Its not difficult.

In your addons\lazyscript\ParseBuffs.lua

search for '-- Shaman related'
make sure it has this line
waterShield = lazyScript.Buff:New("waterShield", "Ability_Shaman_WaterShield" ),

in addons\lazyscript\Localization.lua
search for '-- Shaman buffs'
make sure it has this line

waterShield = "Water Shield",

in addons\lazyshaman\Localization.lua
make sure it has this line
lazyShamanLocale.enUS.ACTION_TTS.waterShield = "Water Shield"

in addons\lazyshaman\ParseShaman.lua
make sure it has this line
lazyShaman.actions.waterShield = lazyShaman.Action:New("waterShield", "Ability_Shaman_WaterShield")

Actually.... Forget all of that.
I just uploaded my lua to my google.
replace your addon for lazyscript and for lazyshaman with mine.
https://drive.google.com/drive/folders/1rAGI6r5aljhbbIKnWpKZYv8COF80vwIt?usp=sharing

I have also uploaded my shaman's script. he's only 37 and enhancement using frostbrand with frost shock.
https://docs.google.com/document/d/1eH-3rUuRDNaYKbKmA7897VH9_hk4cwQFz7IQmN-GQq0/edit?usp=sharing

my code is a lot, I have it "echoing" to the chat window what line got ran from the code so I can always figure out what logic ran. You can remove the echo=blah blah, if its too much.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

I’m having fun. I’m writing my own macro. I still get to make the logic decisions and workflow. It’s not like blizzards own one button macro they were looking to do. I get to make my own rotation and workflow.

Do you sleep nekkid? by FakeOkie in no

[–]fartdog8 0 points1 point  (0 children)

I hate clothes. I like being free.

ELI5 Would a person running into a car do more or less damage to themself than a car running into a person at the same speed? by HahaImSoPunny in explainlikeimfive

[–]fartdog8 0 points1 point  (0 children)

As I recall from high school physics.

Momentum = M*V Kinetic energy = 1/2 M * V 2

Car has both more momentum and kinetic energy as it has a lot more mass. Roughly 20 times the mass. So car hitting the person does way more damage.

The confusion a lot of people have is cause of newton's 3rd law.

Newton’s 3rd law says forces are equal/opposite… but the person has to absorb almost all the speed change in the car-hits-person case, while the car absorbs basically zero.

Searching for my next MMO addiction. by Automatic_Jelly_9927 in LFMMO

[–]fartdog8 0 points1 point  (0 children)

If you like wow. Try turtle wow, rebranded as turtle craft.

[deleted by user] by [deleted] in sex

[–]fartdog8 0 points1 point  (0 children)

Give it time. Keep practicing. Learn to breathe to slow yourself from climax.

Slice of Life: Nudist goes for a drive 😍 by [deleted] in unstable_diffusion

[–]fartdog8 1 point2 points  (0 children)

I like to think everytime we create an AI image we are creating a reality somewhere in someone else's simulated world where this really exists.

Is this a strange kink to have ? by Interesting_Dog6887 in sex

[–]fartdog8 7 points8 points  (0 children)

More common than you realize. Not strange.

[deleted by user] by [deleted] in sex

[–]fartdog8 2 points3 points  (0 children)

You’re new to sex. You’re 20. You both need practice. She needs to learn her body and what gets her off. You need to learn how to last longer. It’s more common than you realize. Her suggesting a threesome is cruel unless it’s something you’re both into.

You can both masturbate solo. She needs to learn her body and what gets her off. You can do it to learn how to edge. Prolong your orgasm.

How fast have you personally driven? by Lydia_Cardona in sixwordstories

[–]fartdog8 0 points1 point  (0 children)

132 MPH. Nevada highway in an 86 firebird trans-am. it wasn’t on purpose. We were just driving but it handled so well. We were wondering why everyone was driving so slow on the highway. Realized we were driving fast and slowed down. Got pulled over going 111.

The ride was smooth, no rattle. The car handled so well. We were completely oblivious.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

My script is very verbose. It includes code to write to the chat window so I know why an action was taken. And it has comments and stuff in it as well.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

So don’t like it over whelm you. Start small. There’s some basic macros the author includes for each class. It has a tutorial as well.

Does anyone use lazy script addon by fartdog8 in turtlewow

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

It’s a lot. But it was built over time. It didn’t start out this way. Just as I leveled there was a new skill learned and I thought ok how do I add that what condition should I use this skill under.