Announcement

Collapse
No announcement yet.

I need help with rpg maker 3

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

    I need help with rpg maker 3

    someone please help me. i need to know how to make an event that will raise a innner variable ever time the character get's a certain item. specifically, ever time he get's a certain item, one of his internal variables needs to increase so that he may trade them in to get something. please help ASAP
    Thank you

    #2
    Re: I need help with rpg maker 3

    This would belong in RPG Maker 3 Workshop.
    And the event you are looking for is Property Control/Increase Internal Variable.

    Comment


      #3
      Re: I need help with rpg maker 3

      I under stand what the property control does to do it, I just don't under stand where I put the code in so that when my main character is walking around, kills a random monster and he get's an item, and then that item needs to make the variable go up.

      Comment


        #4
        Re: I need help with rpg maker 3

        I could be wrong, but I think that can only be done if it's an event encounter rather than a random one. I remember having a similar task for the player in my game, and I created a "counter" to go up for each event battle that was cleared. Instead of raising any variables, I just had it so that it added a mode to an invisible event somewhere.
        Believe nothing...except for the possibility of everything.

        -Miyka'el

        Comment


          #5
          Re: I need help with rpg maker 3

          I dont know very much about the internal variables. What are they?

          Comment


            #6
            Re: I need help with rpg maker 3

            All variables are the same.

            Think of internal and shared as simply different colors for easier organizing.

            The variables associated with places and people can be used anytime for anything.

            They THOUGHT they were making it easier on you!

            WHERE is RPGM 2.5??

            MOO!




            Comment


              #7
              Re: I need help with rpg maker 3

              Variables are sweet man, probably the only thing about RPG Maker 3 that isn't frustrating.

              and mogrune, you might be able to do the following. (someone double check this)

              Firstly you'll have to make sure all the items in question are classified as "Treasures" in the Item Editor.
              Then, create invisible auto-events in the same areas as the monsters which will drop the items in question. and set their condition to "With Treasure Item--(the Item that triggers the variable)".
              For the event's code, raise whatever your character's Internal Variable.
              Also be sure to use a mode-change event, or something else to make sure that the auto-event doesn't get stuck in a loop.
              hope this works.

              Comment


                #8
                Re: I need help with rpg maker 3

                I just dont know what all the numbers and stuff are.

                Comment


                  #9
                  Re: I need help with rpg maker 3

                  Originally posted by bluggaschnugga
                  I just dont know what all the numbers and stuff are.
                  did you try this
                  http://www.pavilionboards.com/forum/...ead.php?t=6897

                  Comment


                    #10
                    Re: I need help with rpg maker 3

                    Thanks for the link.

                    Comment

                    Working...
                    X