Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: [Faint] on October 06, 2009, 05:37:16 pm

Title: 2 BlizzABS questions
Post by: [Faint] on October 06, 2009, 05:37:16 pm
How would you go about disabling the premenu windo that pops up?

Second question, Is there a way to summon more then 1 thing at a time from a skill? example, use a skill and summon 4 things at once with just that 1 skill.
Title: Re: 2 BlizzABS questions
Post by: Blizzard on October 06, 2009, 05:51:30 pm
1. Put the menu scene script below Blizz-ABS.

2. Make the skill call a common event which forces the actor to use 3 times another skill that also summons the same summon.
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 06, 2009, 06:27:04 pm
so just move the menu scene script that is already in the script data base  below the abs? and thanks for the skill solution. :^_^':
Title: Re: 2 BlizzABS questions
Post by: G_G on October 06, 2009, 06:29:27 pm
yes exactly
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 06, 2009, 06:32:06 pm
Edit lol I moved the script completly and got an error so I jucopied it instead and it worked thanks a lot guys! :^_^':
Title: Re: 2 BlizzABS questions
Post by: G_G on October 06, 2009, 06:41:40 pm
place menu above blizz abs, then copy the menu and paste it below so you ahve two scene menus, one above, and one below
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 06, 2009, 06:43:17 pm
yea i figured it out lol i feel kind of dumb for that one.
Title: Re: 2 BlizzABS questions
Post by: Jackolas on October 07, 2009, 03:05:40 am
and for the multiple actions in 1 spell i would read up on blizz little tricks: http://forum.chaos-project.com/index.php?topic=164.0
the 4th trick will fit your needs
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 08, 2009, 07:49:22 pm
sorry for the amount of time between these posts I have been sick and was just rearended by a lady doing atleast 40 today.......anyways...

I tried making a skill that summons a monster and I selected the appropriate actor that it summons. I then made another skill that summons the same thing like Blizzard said to do. I then made a common event for the first skill to for the use of the second skill three times. When used in game it summons just the one monster and does nothing else. I made sure that I checked the configurations and I have the max party and max summons and everything to 7 just for checking this out. It still did not work so I am starting to think it is something to do with the actual script itself. If anyone can get this working I would greatly appreciate if you could post how you did it with details and possibly screenshots.


thanks [Faint]
Title: Re: 2 BlizzABS questions
Post by: winkio on October 08, 2009, 08:35:01 pm
can you have multiple copies of the same actor in a party? no.
copy the actor 3 times in the database, and have each skill summon a different copy.
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 08, 2009, 09:13:12 pm
I tried that also but the first skill when I set the common event to force those other skills it does not trigger it for some odd reason.
Title: Re: 2 BlizzABS questions
Post by: [Faint] on October 10, 2009, 10:01:58 pm
anyone have any solutions? I have tried everything stated above and nothing has worked.