Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How to create a FF8 Salary System?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to create a FF8 Salary System? (Read 2109 times)
Aceraider1991
Riskbreaker
Initiate
Posts: 21
Venture Scout; Ex-Sch-CyberCafe-Chairman
How to create a FF8 Salary System?
«
on:
December 15, 2007, 09:59:36 AM »
How to create a FF8 Salary System? Can anyone pls teach me how? Thanks.
Logged
Let's make the impossible possible
Vlad Shadeu
Menace
Zealot
Posts: 540
Oh to be dumb again.
(No subject)
«
Reply #1 on:
December 15, 2007, 05:30:15 PM »
Depends which RPGM you are using.
if you got RM2K3, which i didn't bother checking if this is also valid in RM2K, then just go to timer operations and set the timer to the stuff you want, put the event on autostart, and make sure has a switch on and a second page so it doesnt repeatedly set your timer, and on the second page make it so the prerequisites are the switch, and another page with the prereqs as the timer going off AND the switch, and make it give you money and reset the timer.
i dunno if that works but it should.
Logged
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #2 on:
December 16, 2007, 02:41:41 AM »
It would probably be better not to use a timer. Anyway, make a common event, and set it to parallel process. Add a wait command to the common event to wait 30 minutes or something. At the end of the wait command, make a bunch of conditional branches. Branch for every rank.
Basically, make something like this...
wait 30 minutes.
if [rank] = 1
- add 1000 gold
if [rank]= 2
- add 900 gold
(add more ranks)
You could also add a message command in every brank saying you just got paid, but it may mess up cut scenes if you do this. Adding a sound effect when you get paid will be nice.
You can change the rank however you want.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
Aceraider1991
Riskbreaker
Initiate
Posts: 21
Venture Scout; Ex-Sch-CyberCafe-Chairman
(No subject)
«
Reply #3 on:
January 05, 2008, 02:05:00 AM »
Ok thanks guys. Sorry I couldn't reply since i was busy with a number of end of hols class gatherings & projects.
Logged
Let's make the impossible possible
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How to create a FF8 Salary System?