Solarus-Games English Forum

Community => Your projects => Topic started by: Zefk on September 30, 2016, 06:44:28 AM

Title: Bank script sneak peek
Post by: Zefk on September 30, 2016, 06:44:28 AM
Sneak Peek of Bank Script:
I bugged out most of the errors. I just got to finish deposit, then the script is done, but it will have to be modified for saving values.

This contains 3 scripts:
-My input script
-My number image display script
-My bank script

(https://media.giphy.com/media/3o6Zt4bMzEKlFQUCQM/giphy.gif)
Title: Re: Bank script sneak peek
Post by: Diarandor on September 30, 2016, 10:40:35 AM
This reminds me of pokémon games, where you can deposit part of your money, because if you lose a combat you also lose half of the carried money. That idea could be used in a Zelda-like game too, to force the player to use the bank. Or maybe you can use a small wallet for the hero, which forces him to deposit money if he has too much... In other contexts a bank could be pointless.
Title: Re: Bank script sneak peek
Post by: MetalZelda on September 30, 2016, 10:50:16 AM
That's somewhat clever, reminds me of the Majora's Mask bank system, that's something I didn't added in my project yet, but looks like you gave me this idea  :P
Title: Re: Bank script sneak peek
Post by: Zefk on September 30, 2016, 07:13:49 PM
Quote from: MetalZelda on September 30, 2016, 10:50:16 AM
That's somewhat clever, reminds me of the Majora's Mask bank system, that's something I didn't added in my project yet, but looks like you gave me this idea  :P

Majora's Mask bank system is the game that gave me the idea for making my first bank script in Rpg Maker VX Ace.

So far the max withdraw/deposit and input is 9999, but I plan to have it at 999,999 at some point. That way, maybe the hero can buy houses and provide or create villages with the money. The gold in the bank could gain interest with a timer or the player might not be able to withdraw due to the economy or the village being under attack. The money in the bank could be a living condition for a job in the game because the player might need to be in clean clothing. Also, as Diarandor mentioned magic fairies can take part of the gold to the bank after a battle victory.
Title: Re: Bank script sneak peek
Post by: Diarandor on September 30, 2016, 09:11:12 PM
I did not mention that exactly XD.
Title: Re: Bank script sneak peek
Post by: Zefk on September 30, 2016, 09:34:53 PM
Quote from: Diarandor on September 30, 2016, 09:11:12 PM
I did not mention that exactly XD.

I have always wondered how money transported to the mother in the second generation Pokemon games. Sadly, they never implemented the system again after the second generation games. The last one I played was Pokémon Platinum. Since then, nothing close to a Pokemon bank as far as I know.
Title: Re: Bank script sneak peek
Post by: Zefk on October 02, 2016, 01:44:05 AM
Basically done. I will have two more images show for the image number currency display (Noticed I forgot them)  and will clean up the script.

Added:
-Added some code to reset it.
-Key press instructions
-Deposit
-Not enough in account/wallet

(https://media.giphy.com/media/l2SqbnjjY1qNLFUzu/giphy.gif)
Title: Re: Bank script sneak peek
Post by: Zefk on October 02, 2016, 08:13:23 AM
Basics are done.
-Bank script: Here (https://mega.nz/#!DF8U1a7C!fkVkQk_N48o7erluaIa_UU7NJJr6ER35P5zyjaYYNoE)
(https://media.giphy.com/media/3o7TKPemuQkKCMuoZa/giphy.gif)