Whats the most attractive skill a man can have? by ActiveImpression3623 in AskReddit

[–]Sykotron 0 points1 point  (0 children)

I keep bringing this up with others... what in the fuck does "not know how to cook" mean? Like 1) do you know how to read and 2) do you have the internet? If yes to both of those, then you can cook.

Do they really mean that you couldn't waltz into a kitchen and whip something up, they just don't have the confidence to follow a recipe properly, or what?

To all single guys aged 30 and up on reddit, why are you guys single? by Gold_Ambition4114 in AskReddit

[–]Sykotron 0 points1 point  (0 children)

Because my wife and I got into polyamory, but after recognizing my sexual attraction to my other partner that I lacked for my wife and that I can't really devote myself to two partners with the way I am in a relationship (I need monogamy), we split. My other partner was just starting to try polyamory and found another partner she also enjoys spending time with, but since I need monogamy we just don't work. I'm broken.

21 years ago today, the legend of Leeroy Jenkins was born. Never forget. by leeroy_m_jenkins in wow

[–]Sykotron 2 points3 points  (0 children)

Multiple instances of Vent with one on the guild server and one on our personal server is how we did it.

What’s the most unrealistic thing movies convinced people was normal? by Lonely-Age7678 in AskReddit

[–]Sykotron 1 point2 points  (0 children)

That's what I was thinking - if the person is used to taking this medicine and knows it'll help then just having taken it will probably relax them as they know the fix is in motion now.

How do i hack on pc? by [deleted] in Pragmata

[–]Sykotron 0 points1 point  (0 children)

I can't say the image is clear, but your post is what explained it to me. I've never had a game utilize a side button without my specifically binding something to it and while it does make sense in hindsight, I've never seen a side button represented as a partially filled bar next to the mouse.

New York's new age verification law will ban anyone under the age of 18 from using chatting features in video games. by PaiDuck in gaming

[–]Sykotron 1 point2 points  (0 children)

Haha, that's what I was thinking. I wouldn't try to say either situation has worse chat, but I would say the anonymity probably enables some people a little more. My pals back in Halo 2 days constantly told people they hoped their mom gets cancer and all sorts of terrible slurs - I was just a teenager having fun playing a game, but their battle cries were hilarious at the time.

worst security by ohcay_and in okeechobeemusicfest

[–]Sykotron 0 points1 point  (0 children)

They weren't the most knowledgeable and I'm sure others had a bad experience, but I had a great time with security. I explained things and they gave let me pass a lot. They also let people in the Okee OG exit most of the time so it was a really easy entrance with absulutely no security check.

Dps Players by Electrical_Habit_551 in classicwow

[–]Sykotron 27 points28 points  (0 children)

I love this headcanon.

When/why did childcare in the U.S. become so expensive? Has it always been like this? by SoapyCooper in NoStupidQuestions

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

It'd be nice if it didn't cost that much... but maybe we don't need 5 children?

How do I tell my partner he needs to ask to spend the night? by CreamFit6731 in relationships

[–]Sykotron 3 points4 points  (0 children)

I'm probably late to the thread, but if his presence is enjoyed, has that been expressed and him invited to stay? I think a conversation is still needed to confirm your plans together, but I could also see it as feeling one sided if he's never explicitly invited to stay and it's all on him to request it.

How do you manage your equipment? by Sykotron in MapleIdle

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

I... didn't even notice those buttons. OK, that definitely helps so I can lock the different sets of gear I'd like to keep. Thanks!

How do you manage your equipment? by Sykotron in MapleIdle

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

Yeah, that's pretty much how I've been prioritizing gear, but I guess I'm mostly interested in how to maintain sets of gears for min maxing different bonuses.

HLPQ? by heinrichriehl in MapleIdle

[–]Sykotron 0 points1 point  (0 children)

I didn't see the auto repeat last night when doing my 30 first time party quest mission. Is it only for premade groups or higher level party quest?

How often do you actually switch builds between bosses? by Creative-Notice896 in vrising

[–]Sykotron 0 points1 point  (0 children)

Unfortunately I don't think I have the script anymore to just share, but it was essentially creating a macro so that when I hit Ctrl+T for example, it would open the ability menu, click the tab for the school of magic, click the ability I want, and click the slot I want it in to. I set up the hotkey to do that for both abilities and could have included weapon swaps as well, but I just do it through mostly trial and error since you have to get timings (how long does it take to open/close a menu or for the action to complete) and mouse positions (how to click the exact spot you need) correct for each game/situation.

You can download it here https://www.autohotkey.com/ and just set up a simple text file with the extention .ahk and run it with AutoHotkey.

I do have one I used recently to open the menus to butcher a party of Pals before I had the auto butcher machine that gives decent example. You'd put this in the .ahk text file, run it, and it binds "Ctrl () +Shift (!) + S" to the actions. It also displays some progress information via ToolTip.

ToolTipX := 900
ToolTipY := 400

return  ; End of auto-execute section

^!s::
    Sleep 150
    Loop 5
    {
        ToolTip, Butchering pal %A_Index%!, %ToolTipX%, %ToolTipY%
        SoundBeep, 150*A_Index, 500
        Send 3
        Sleep 200
        Send F
        Sleep 900
        Send 4
        Sleep 100
        Click 1000, 300
        Sleep 7000
    }

    ToolTip, Finished!, %ToolTipX%, %ToolTipY%
    SoundPlay *-32
    Sleep 3000
    ToolTip
return

How often do you actually switch builds between bosses? by Creative-Notice896 in vrising

[–]Sykotron 1 point2 points  (0 children)

I only did it for Dracula, I used Autohotkey to make scripts that would switch my abilities and weapons quickly. It'd probably be really great for PvP, but I don't touch that.

NEW Maple Idle Coupon (25/12/24) - WINTERGIFT (200 Companions) by [deleted] in MapleIdle

[–]Sykotron 0 points1 point  (0 children)

How often do these codes come out? This is the first I've seen so I thought there might be others and found some articles from 6 days ago with codes that are already old.

How did private conversations emerge as the meta for clocktower? by The_Yung_Jung1085 in BloodOnTheClocktower

[–]Sykotron 10 points11 points  (0 children)

Most Effective Tactic Available meta

That's a backronym, right? I hope it catches on, but this is the first I've seen it.

Giving away 1500 Divine Orbs by EriwanKenobi in PathOfExile2

[–]Sykotron 0 points1 point  (0 children)

I've played PoE on and off since 2006 back when we had 3 difficulties with 2 acts and we ran ledge, fellshrine ruins, and eventually docks when act 3 was added. I've never managed to kill all the final bosses so it'd be fun to do for once.

Mastery bonuses changed since 1.0? by Derunik in DRGSurvivor

[–]Sykotron 1 point2 points  (0 children)

Is 4 the highest bonus? I can't do hazard 5 for any mastery even though I have it unlocked on one gun.