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 - Darkner

1
RMXP Script Database / Re: [XP] Bestiary
June 16, 2011, 03:40:58 pm
Anybody who could help me?
2
RMXP Script Database / Re: [XP] Bestiary
June 09, 2011, 03:07:03 pm
Ah, that's too bad, Blizz. My request goes out to everybody, by the way. Anybody with a little better understanding of Rubyscript than me... :D
3
RMXP Script Database / Re: [XP] Bestiary
June 09, 2011, 06:48:10 am
I could use some help. I've been customizing this script to fit my rpg, and the font and fontsize I use. I'm trying to reduce the number of pages to a minimum, and so I want the first page to display HP, MP, etc., and the second page to display Elemental Effects, and the third page to display Status Effects. So far, I've managed to make the first page, and setting up the 2 latter pages.

However, is there a way to display the status and elemental lists as "Fire, Lightning, Water" with elements seperated by commas, instead of a vertical list? And is there a way to place all the different element effect categories (Resistance, Immune, Absorb etc.) on the same page, like this:

Weakness:
Fire, Lightning, Water

Immune:
Ice, Wind

Absorb:
Holy

Currently, the script only allows to place the contents of each of these lists at the same spot, and thus needs to be a new page everytime. Is there a way to circumvent this?
4
RMXP Script Database / Re: [XP] Zer0 CMS
June 06, 2011, 09:11:26 am
Hmm, correction. I noticed that once turned off by the Input::Z-button, it stays gone, even with menu enter/exit. Let me thus rephrase my earlier question. Is there a way to make this turned off by default? I have no problem with it being able to appear once a button is pressed, as long as it doesn't do it as default.
5
RMXP Script Database / Re: [XP] Achievements Script
June 06, 2011, 05:00:19 am
Whoops, sorry! It works now... Didn't see you updated it... Thanks alot!
6
RMXP Script Database / Re: [XP] Achievements Script
June 06, 2011, 04:43:17 am
And how do i check that? Sorry, I've been away from RMXP sooo long...  :)

I guess it's interferring with other scripts, but I've kept them at a minimum, and only have the Zer0 CMS and Blizz CCTS...
7
RMXP Script Database / Re: [XP] Achievements Script
June 06, 2011, 02:35:08 am
The problem is, there is no savegames. And the error pops already before showing the start-menu... What gives?
8
RMXP Script Database / Re: [XP] Achievements Script
June 05, 2011, 06:17:17 pm
I get a NoMethodError saying: undefined method 'queue' for nil:NilClass. It refers to this line: "    if $game_system.queue.size > 0 && @frame < 1", although I'm guessing that this is not the problem.

What is wrong here? Is this something to do with my game? Savegame? I hate that error...  :<_<:
9
RMXP Script Database / Re: [XP] Zer0 CMS
June 05, 2011, 07:50:30 am
Hi, I'm new to this forum. I've started using Zer0's CMS, which requires ATES or CCTS. I ran into trouble with ATES showing an error for the CMS: undefined method 'day' for #<ATES::Time:0x3eb1718 @min=0, @hour=0>. Therefore I started using the CCTS.  :)

But, I don't want time in my game, nor do i want weather or tints. How do i disable everything from the ATES or CCTS, but to still allow me to use the CMS?

I think the CCTS script lack some turning off-abilities. I know there's the change of "time.clock = false"-script to be used in the beginning to turn off the clock, and theres the ability to turn it off in the script under the Game_System section, but when you open the menu and exits it, it flashes the clock for a short period of time.

I think the CCTS is a cool script as well as the CMS, but I really don't want to use the CCTS for this game, and only the CMS. But since it requires CCTS I've come to a stop in my progress... Please help me! Can I change it for the CMS or for the CCTS?
10
Hi, I'm new to this forum. I've started using Zer0's CMS, which requires ATES or CCTS. I ran into trouble with ATES showing an error for the CMS: undefined method 'day' for #<ATES::Time:0x3eb1718 @min=0, @hour=0>. Therefore I started using the CCTS.

But I don't want time in my game, nor do i want weather or tints. How do i disable everything from the ATES or CCTS, but to still allow me to use the CMS?