Author Topic: Bank script sneak peek  (Read 7351 times)

0 Members and 1 Guest are viewing this topic.

Zefk

  • Hero Member
  • *****
  • Posts: 535
  • Just helping Solarus
    • View Profile
    • Zefk Design
Bank script sneak peek
« 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


Diarandor

  • Hero Member
  • *****
  • Posts: 1062
  • Cats are cool! (ΦωΦ)
    • View Profile
Re: Bank script sneak peek
« Reply #1 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.
“If you make people think they're thinking, they'll love you. But if you really make them think, they'll hate you.”

MetalZelda

  • Hero Member
  • *****
  • Posts: 551
    • View Profile
Re: Bank script sneak peek
« Reply #2 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

Zefk

  • Hero Member
  • *****
  • Posts: 535
  • Just helping Solarus
    • View Profile
    • Zefk Design
Re: Bank script sneak peek
« Reply #3 on: September 30, 2016, 07:13:49 PM »
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.

Diarandor

  • Hero Member
  • *****
  • Posts: 1062
  • Cats are cool! (ΦωΦ)
    • View Profile
Re: Bank script sneak peek
« Reply #4 on: September 30, 2016, 09:11:12 PM »
I did not mention that exactly XD.
“If you make people think they're thinking, they'll love you. But if you really make them think, they'll hate you.”

Zefk

  • Hero Member
  • *****
  • Posts: 535
  • Just helping Solarus
    • View Profile
    • Zefk Design
Re: Bank script sneak peek
« Reply #5 on: September 30, 2016, 09:34:53 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.

Zefk

  • Hero Member
  • *****
  • Posts: 535
  • Just helping Solarus
    • View Profile
    • Zefk Design
Re: Bank script sneak peek
« Reply #6 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



Zefk

  • Hero Member
  • *****
  • Posts: 535
  • Just helping Solarus
    • View Profile
    • Zefk Design
Re: Bank script sneak peek
« Reply #7 on: October 02, 2016, 08:13:23 AM »
Basics are done.
-Bank script: Here