Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> [Eventing]Skill Grid, Level up using a grid
bausa
post Jun 5 2008, 07:50 AM
Post #1


Level 2
Group Icon

Group: Member
Posts: 18
Type: None
RM Skill: Skilled




I have discovered a pretty cool and easy way to create a grid like system to level up characters like that in FFX and FF12. Using switches and conditional branches you can create the same effect. It takes a lot of time, but it works!

1. First we must create a few items. The first item is the GRID. I named mine Skill Grid. Item should be used in menu and be attached to a common event where you are given a few options. It should say something like this:

Upgrade skills?
Player 1
Player 2
Player 3
Player 4

For each option create it so the player changes into something like an arrow. Then have each option transfer to their own grid map.


2. The grid map can look however you would like it. I used a square grid and used buttons as the skills to be upgraded. Each button is color coorinated to Blue(white magic) Red (Battle) and Green (black magic).

3. You should now create a few more items. I created Blue, Red, and Green crystals. I then had certain enemies drop these crystals at a 1/1 ratio so I knew how many they would be getting in each battle.

4. Now, create a Variable condition event entitled "Blue Crystals".

5. For each button you use on the grid, it should look something like this:

Text: Skill: HEAL
- Heals one party member slightly
Cost: 100 Blue Crystals

Conditional Branch: Variable{006:Blue Crystals}>=100
Text: Learn HEAL?
when yes
Control self switch=A
Text: Learned HEAL!
change skills: (ID)+HEAL
Play SE
Control Variables: [006: Blue Crystals]-=100

when no
-- (I don't have anything here)

Branch End

Else
Text: You do not have enough Blue Crystals

Brnach End

Then create a second branch where it says you have already learned HEAL


Now that we have the really messy stuff out of the way we can focus on the battles and what can be dropped. I don't know the easiest way of doing this, but have figured out a way that works.
Go to common Events and create an event that says something like "Blue Crystals x 2" Go to Control Variables and use the variable (006 Blue Crystals)+=2. This way whenever the event is called upon you will earn 2 blue crystals according to the variables. It is the only way your grid can keep track of how many crystals you have recieved and spent.

Now go to troops and call the common event for a two enemy battle. We know they will each leave one blue crystal as I have set the ratio to 1/1. You will need to make a few common events with the correct number of crystals you wish to be accounted for. A three monster battle will drop more than just two, so you will need to configure for the correct amount. This can be done for any other crystals you wish to be dropped.

Now the problem is to get the character back to where you had them before they moved to the grid map....
Does anyone have any good ideas on this one? If nothing else works, I suppose you could not have the grid as an item, but make it so only certain people or save points can enable the grid.

That's about it. It's a little choppy, but the concept is there and it works! I hope you all can enjoy as well!
Go to the top of the page
 
+Quote Post
   
Yellow Magic
post Jun 5 2008, 08:18 AM
Post #2


Welcome to the world of gentlemen, gentlemen
Group Icon

Group: Revolutionary
Posts: 1,865
Type: Event Designer
RM Skill: Skilled




Yay! Now if only this was in the right forum ^_______________________^

(Moved)


__________________________
This isn't right
Go to the top of the page
 
+Quote Post
   
HeroOfHyla
post Jun 5 2008, 11:33 AM
Post #3


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




QUOTE
Now the problem is to get the character back to where you had them before they moved to the grid map...


Use the memorize position function, or use variables to set the x, y, and mapID.


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
Asbel
post Jun 5 2008, 11:36 AM
Post #4


Level 39
Group Icon

Group: Revolutionary
Posts: 1,036
Type: Developer
RM Skill: Skilled




I made a large skill grid tutorial a while back, i don't remember if we used the same concept or not, i think the cost was EXP.
But nice job, I had the same problem with teleporting back, but as Hero said, use the memorize place function


__________________________
Go to the top of the page
 
+Quote Post
   
Puppet Of Fate
post Jun 5 2008, 11:47 AM
Post #5


Please join my site!
Group Icon

Group: Revolutionary
Posts: 675
Type: Mapper
RM Skill: Advanced




I like it. Can you post a screenshot on this so we can see?


__________________________
Go to the top of the page
 
+Quote Post
   
bausa
post Jun 5 2008, 12:51 PM
Post #6


Level 2
Group Icon

Group: Member
Posts: 18
Type: None
RM Skill: Skilled




Attached File  skill_grid.jpg ( 166.46K ) Number of downloads: 73


So, this is what it looks like... I'm not done yet, I just started, but it's the general idea. I'm sure there are plenty of ways you could do it. I bet if you messed around with it for awhlie it could look really cool.
Go to the top of the page
 
+Quote Post
   
Puppet Of Fate
post Jun 5 2008, 02:05 PM
Post #7


Please join my site!
Group Icon

Group: Revolutionary
Posts: 675
Type: Mapper
RM Skill: Advanced




Oh, okay. I like it.


__________________________
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 20th May 2013 - 05:27 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker