Problem with MAWS & transporting (Modified Advanced Weather System)

Started by ShadowIce, May 31, 2011, 04:19:26 pm

Previous topic - Next topic

ShadowIce

Hi all. I, and I'm sure SO MANY others are having a problem with being able to shut off the weather system completely before transporting to another map..  :facepalm:

Can someone PLEASE help me fix this?

THANK you!

PhoenixFire

Now, this isn't a perfect solution, but just a thought.. Is there a way to do a script call to disable the script, transport the character, and the, in the same event, do another script call to re-enable it? I don't use VX, nor am I a scripter, but, maybe it's a possible starting point? I know some scripts have a call to disable them when needed, so, if that script does, I would look into that option..
Quote from: Subsonic_Noise on July 01, 2011, 02:42:19 amNext off, how to create a first person shooter using microsoft excel.

Quote from: Zeriab on September 09, 2011, 02:58:58 pm<Remember when computers had turbo buttons?

The Niche

Is MAWS a VX script? Not questioning your intelligence or anything, I just thought it was xp.
Level me down, I'm trying to become the anti-blizz!
Quote from: winkio on June 15, 2011, 07:30:23 pm
Ah, excellent.  You liked my amusing sideshow, yes?  I'm just a simple fool, my wit entertains the wise, and my wisdom fools the fools.



I'm like the bible, widely hated and beautifully quotable.

Dropbox is this way, not any other way!

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

ShadowIce


Blizzard

It's possible that there is a bug in the code that doesn't handle destruction of sprites properly while the system is on. You should post more details on what exactly happens including any possible error messages.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

ShadowIce

Ok. Here's the glitch:

this is the transfer event i used:

Spoiler: ShowHide


this is the script glitch:

Spoiler: ShowHide


And this is the error line:

Spoiler: ShowHide


And FINALLY, here's the script:



thanks for the help! :)


Just a friendly reminder to please place images within spoilers.  - Zer0

ForeverZer0

The line

for image in @flame_meteor_bitmaps
 image.dispose
end


The @flame_meteor_bitmaps should be @flame_meteor_bitmap, without the "s" on the end.
Simply delete the "s".
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.