Announcement

Collapse
No announcement yet.

Getting frustrated, End of character battle not changing weather!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting frustrated, End of character battle not changing weather!

    Okay-
    My plan was to have a king that had a land under a winter type spell. It's night, it's snowing, it's got great sad/ominous mood music...
    So- ensues the character battle, from which if he dies-
    The frost king's display dissapears
    The hero gets a key to a chest,
    The town and field maps change seasons (Spring)
    The town and field maps change time (Morning)
    The town and field maps change weather (Sunny)
    And I REALLY Want the town and field maps change to change music to something happy. It helps with the mood of things.

    Okay. So I have gone through Dear Braveheart, and also been through Sample as well... checked out the characters that change seasons, checked out how to switch modes, and read up on variables.
    It's somehow not working. I do the big character battle (that comes out quite nice!) hero gets the key (so I know I am doing the battle choice right) but no change in weather, time, season, or music. Grrrrrr. Also can't get the Frost King to switch to mode 2.
    The code I wrote was under the Frost King-

    Message Display -
    Battle Characters
    Battle result branch
    Win/Start
    Screen effects- warp
    Play sound- Damage
    Obtain treasure- Frost king's Key
    Modify weather- Sunny
    Modify time- 7:00
    Modify season- Spring


    I can't get the "modify events" to bring up the Frost King's name, so I can't switch to mode 2. (That is how it's switched, right?). I've also tried the "Modify field propery" and "modify town property" settings, and they also don't work in that code.

    Can anyone see what it is I've done wrong or what's missing? Any help is greatly appreciated! After all, my hero needs to "save the (field & town)" and it's still blanketed under snow! (Not to mention the Frost king is still there...

    Thanks!
    ~ PetticoatLace

    #2
    Re: Getting frustrated, End of character battle not changing weather!

    try putting a Refresh display at the end.

    Comment


      #3
      Re: Getting frustrated, End of character battle not changing weather!

      You switch a characters (or anythings mode) by 'add mode' which is under control. Not by modify ....

      I would suggest placing auto events in the field and town who's weather you wish to change and switching them on instead of just modifying weather from the end of battle code.

      In those auto events, you can also change music.

      Try that, and tell me if you need more help or if it doesn't work.
      Last edited by irate giraffe; 01-04-2007, 06:59 PM.
      My kind of life’s no better off
      If I’ve got the map or if I’m lost.

      Comment


        #4
        Re: Getting frustrated, End of character battle not changing weather!

        The refresh display command will probably be enough. Very cool idea to have the weather change based on the snow king being there/slain.


        How Badly Do You Want It? (VX Ace) is now available for download! - no outside software necessary.

        "I live and love in God's peculiar light." - Michelangelo

        Comment


          #5
          Re: Getting frustrated, End of character battle not changing weather!

          Do you want to have the Frost King go to Mode 2 because you are going to interact with him again. No, right? I think you just want him to turn off.

          To turn him off, just create a Display Off - Frost King command after the refresh display command.
          Last edited by Pagerron; 01-04-2007, 07:46 PM. Reason: redundancies
          " I am the way, the truth, and the life. No one comes to the Father but by me. " - Jesus

          Comment


            #6
            Re: Getting frustrated, End of character battle not changing weather!

            "Why oh why does the weather keep changing everytime we get a new Dark Overlord?!"

            BTW: Did you get it to work?
            Last edited by MagusMartovich; 02-06-2007, 01:29 PM.
            A God from the Machine - Menander

            Comment

            Working...
            X