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

1
Ok, there were some things I found on my part that weren't right, so I fixed them to mimic the other skill things.

I tried it on my game and it looks fine, so I hope this one works now  :^_^':
2
I've been using the Z-HUD as a reference since I first made the script...

I think it should work now, though.
3
Ok, I really think it should work now  :^_^':
4
Should be fixed. If it's not, I think I know what else is wrong.
5
RMXP Script Database / Re: [XP] Z-HUD for Blizz-ABS
January 02, 2012, 10:18:52 pm
Quote from: Boba Fett Link on December 29, 2011, 04:52:51 pm
I've found an interesting glitch. When you transfer to a new map, the minimap background image disappears. Toggling the minimap off and on again makes it reappear.



Adding on to this...if you exit the game, the minimap background image is still there, even when you go back to the title screen and start a new game.
6
I'll see what I can do about that.


EDIT: Ok, I fixed it. It was an error on my part: I set the size of the drawing region to 24x24, instead of the graphic's width - which is how the others are set up. I think it should work now.
7
RMXP Script Database / Re: [XP] Blizz-ABS
December 18, 2011, 09:59:03 am
How can I add a health bar above the other members of the party? I'm using Z-HUD, which only checks the health of the main character.

Also, I'm still having a problem about non-party allies killing monsters and gaining experience from it, which crashes the game.
8
New Projects / Re: [XP] Gio: Eras
September 11, 2011, 02:58:30 pm
Demo 3 is now up!

Note: Please report any and all bugs to me! Some things cannot be fixed at the moment, but if anything stops gameplay, please let me know!
9
RMXP Script Database / Re: [XP] Blizz-ABS
September 10, 2011, 11:38:29 pm
Quote from: RPGManiac3030 on July 19, 2011, 12:48:49 am
I want to have the EXP mode set to Unshared, but if an ally that isn't in my party kills a monster, there's an error since only the actors can gain EXP...Does this mean that I have to keep it as shared?


Will this be fixed for the next version?

I also have 2 problems with the hotkey menu and Blizz's mouse controller script...if you don't highlight a skill/item and press the confirm button, then an icon appears in the hotkey slot...it doesn't do anything and I can remove it through the remove button, but it's just annoying. Same goes for items.

Here's a picture:

Spoiler: ShowHide


The other problem is that the menu isn't really compatible with the mouse controller at all...not the actions, but the actual mouse.
10
Ok, everything's updated and it worked fine when I tested it with only Blizz-ABS and the Z-HUD, so it should work.
11
Ok, I'll look into it. Bear with me, since I'll probably update it tomorrow  :D
12
 :^_^': Ok, I understand now. As for the option to move the actual HUD...I'm going to look into that for a future update. I think I know how to do it, but I won't have time to try it until tonight.

Update to v.1.5.
13
Updated to 1.4

Now you can change the layout of the HUD. I only have 2 options, either having the weapon first and skill second, or skill first and weapon second (The item stays third). I might add more options later, though.

I just finished it and don't have time to test it, so if anyone runs into problems please let me know!
14
So you want the weapon icon in the center of the 3 icons? Yeah, I think I can get that done, and I'll provide a config where you can set which order you want them in.
15
Whenever I save/load a game, I can't see the information - the actor graphic, play time, gold, etc.

I'm able to load and save perfectly, it's just that I can't see anything. I have the default save system with no changes, so I'm really confused as to why this is happening...

Edit: I know what's wrong...I was using Redd's instant save/load before, then I removed it. I forgot, however, to make a few small edits to Scene_Title. I'm using it again now, so it should be good.
16
RMXP Script Database / Re: [XP] Blizz-ABS
August 28, 2011, 08:46:54 am
@ LivingsoneIPresume,

Not sure about the first thing, but shouldn't it be ('\move') in the second one? And can't you just use $game_map.battlers_group(GROUP).size to check for an enemy group on the map, then (if greater than 0) use $game_map.rename_event(EVENT_ID, 'NEW_NAME') to rename the event so it becomes a battler? Or something to that effect?
17
RMXP Script Database / Re: [XP] Blizz-ABS
August 26, 2011, 09:28:11 am
I think it's just on the event command list on the first page...the one that says "Change Text Options"

For your other thing...it's in the manual  ;)
18
RMXP Script Database / Re: [XP] Blizz-ABS
August 10, 2011, 04:29:38 am
@Stray,

Can you post a demo or something? It would be easier to see the problem if we can see the problem in action.
19
RMXP Script Database / Re: [XP] Blizz-ABS
July 19, 2011, 12:48:49 am
I want to have the EXP mode set to Unshared, but if an ally that isn't in my party kills a monster, there's an error since only the actors can gain EXP...Does this mean that I have to keep it as shared?
20
RMXP Script Database / Re: [XP] Blizz-ABS
July 17, 2011, 10:31:54 pm
mroedesigns, did you set the configuration properly? Are your enemies passive?