Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - RhineQueen

1
I've found myself a bit stumped on how to change the font colour for the "BUY SELL EXIT" shop options in Window_ShopCommand. I've changed all the font colours in Window_Base, but nothing seems to affect those.
What am I missing here?
2
RMXP Script Database / Re: [XP] Tons of Add-ons
July 31, 2024, 03:14:47 am
Looks like that's worked a treat. I'm gonna do some more thorough testing after a good night's sleep, but there's no errors or anything else obviously broken. Thanks for your help!
3
RMXP Script Database / Re: [XP] Tons of Add-ons
July 30, 2024, 06:38:32 pm
Thanks for the prompt reply! Sorry I'm not as prompt with this myself. I've been a bit busy recently.

Thanks for helping clarify the syntax there regarding the multi-hit. I must have misread something along the way.

As for the Multi-Hit/Absorb, just enabling the Absorb addon, even without any absorb skills declared in the script causes all of the Multi-Hit weapons, skills etc. to stop multihitting. No errors or anything else, just one hit.
4
RMXP Script Database / Re: [XP] Tons of Add-ons
July 10, 2024, 06:01:49 pm
So it looks like I'm not the first person to hit this point, but I had a question about Multi-Hit that was asked a while ago, but no clear answer was given.

What is the syntax to make successive hits target the same monster? It says to separate with commas to make them hit different targets, but I don't know what to use otherwise since other punctuation throws a syntax error. Still kinda new to Ruby but I thought it only accepted commas to separate array items so I'm a bit lost.

Also, I was wondering if there was any way to make Absorb Skills and Multi-Hit play nicely? KK20 said it didn't seem like it, but that was 2017 and I know it's a long shot, but I'm nothing if not an optimist and maybe there's been a change or update since then.