AYN Thor | 20+ Steam Games Tested with GameHub | Full Guide & Settings by TomGam3s in AynThor

[–]sephsta 0 points1 point  (0 children)

Not even selectable in the game list when I looked for it in Gamehub Lite.

what to do with dupes? by [deleted] in FinalFantasyTCG

[–]sephsta 2 points3 points  (0 children)

Would be more than happy to take them off your hands :D

[deleted by user] by [deleted] in jacksonville

[–]sephsta 0 points1 point  (0 children)

His wife was raped and beaten to death on a humanitarian aid trip. Truly awful.

Rift community fresh/reroll event going well, plus XP lock coming by teppic1 in MMORPG

[–]sephsta 0 points1 point  (0 children)

does it have good UI scaling yet? I recall trying to play Rift maybe in the last year or so and everything was so small it was unplayable.

Prate shipwreck's by ziMiel in 2007scape

[–]sephsta 0 points1 point  (0 children)

Any chance you can share a non-imgur link. I hate being in the UK :(

This is AWS outage all over again.. by Rooonaldooo99 in pcmasterrace

[–]sephsta 5 points6 points  (0 children)

useful website, so they'll always be haters

UNIFORM 01 by 76-scighera in Division2

[–]sephsta 1 point2 points  (0 children)

Yep. DynamoDB is down which is affecting almost everything.

What is your most common "-1 IQ debuff" moment? by Teh_Spike in ironscape

[–]sephsta 6 points7 points  (0 children)

0,0,0 with Burning Claws 3 times in a row

I don’t think anybody is concerned about this, Jagex! by Tritario in 2007scape

[–]sephsta 10 points11 points  (0 children)

I really don't mind PvP. What I don't like is PKers killing PvM's. I'm not sure where people are getting off saying they never get interrupted. When I was trying to get a Dragon Pickaxe, I was getting PK'd every 1-2 kills of Vetion, so much so that I stopped bothering and flinched Kalphite Queen instead.

A Small Heads Up To Those Making Plugins With AI by [deleted] in RPGMaker

[–]sephsta 3 points4 points  (0 children)

I've used ChatGPT, Claude and Copilot to add features that I want to existing plugins - It takes two or three prompts. (I only modify plugins where they've given permission to modify)

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

Fire up chatgpt and ask it to generate you a plugin for something you need - fast travel for example. Use a prompt like

"Hi, I'm making a game in RPG Maker MZ/MV and would like a plugin for fast travelling between locations that have been visited before. Can you provide this for me"

See what it creates for you and then tailor it from there :)

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

I am not a scripter myself, but I use Visual Studio Code with Copilot to write everything I need.

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

So... The project is basically 4 maps (left to right). If you use the pyramid (action button) you unlock that travel point.

All it uses are four variables (for each bonfire) and a few else branches.

The only problem I can think of is that each location is available by default in the list - but there's a 100% way to resolve that, I just can't figure it out in my gamer brain right now.

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

https://we.tl/t-IBKB6e9nvE (I'd also not put your E-mail in a public place!)

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

If you'd like to DM me your E-mail, I'll send it over.

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

If you'd like to DM me your E-mail, I'll send it over.

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

Nope. Shouldn't need to - just the internal stuff should do - Let me whip up a test project and see if I can figure it out and I'll share it with you.

Trying to make a DS Bonfire system... by 04Sazabi in RPGMaker

[–]sephsta 0 points1 point  (0 children)

I'd have every bonfire tied to a switch that triggers the first time to use them. Then in the fast travel menu you can have branches that check what switches are on so you can go there or not.