LOGIN
SEARCH
PROFILE
keys: ↑ ↓
LOGOUT
INDEX
MEMBERS
keys: ↑ ↓
HOME
PORTAL
PLAY ALONG
PLAY with WORDS
PLAY with GRAPHICS
PLAY with SOUNDS
PLAY with CODES
PLAY with PROJECTS
keys: ← →
Guest Access
Register:
Members:



Go to page : 1, 2  Next

View previous topic View next topic Go down Message [Page 1 of 2]

The only one
The only one
#1 Scene_Bank Empty Scene_Bank
Loading

NuKa_BuBble

NuKa_BuBble
The only one
The only one
profile
Scripts:
~ Scene_Bank (Main)
~ NUKA - Adv_BAC (ADD-ON)
~ NUKA - Adv Inventory System (ADD-ON)
~ NUKA - Bank Interrests (ADD-ON) -> Can be delete if you use the inventory system.

Tell me if you find spelling errors, if you have an update idea or if the script crash.

Version: 2.1
~ 1.x: Global variables deletes and bug fix
~ 2.0: Half of the script rewrite!
~ 2.1: Add-On Scripts added!

Features to add:
~ Add-ons script that add features to this one.
~ Rewrite the calling method (Only at the end)
~ Gain gold interrests
~ Add still more text
~ Fix all bugs.
~ Improve the script
~ A REAL bank account creation process.

Add-ons to make:
~ Advanced gold. (This one will create copper and silver pieces. Item price in the data base will be change in copper value.)
~ Lost golds when the player die
~ Cost for running away from the fight
~ Add the interrest
~ Add a mail system (For the interrests. Could be use for something else.)
~ Add a melting system (To create gold ingots, copper ingots and silver ingots. Could be use for other things.)
~ Add an item limit system for the player
Any other idea?

What I do on it yet?
Nothing.

Instructions:
I made a bank that handle the items, weapons, armors and golds.
This is an heavy script of almost 1850 lines. Call it by using: $scene = Scene_VerifyBankAccount.new

Demo/Script:
Password: NuKa_BuBble
Demo Here

Screenshots:

Spoiler:

____________________________________________________________________________________________________
Please, give credits. If you don't, at least, don't claim as your own!
____________________________________________________________________________________________________
The only one
Show Signature
The only one
http://nukabubble.deviantart.com/ http://soundcloud.com/nuka_bubble https://www.youtube.com/user/NuKaBuBble?feature=mhee
EVENTALIST
EVENTALIST
#2 Scene_Bank Empty Re: Scene_Bank
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
Its got a pass on it.
EVENTALIST
Show Signature
EVENTALIST
Administrator
Administrator
#3 Scene_Bank Empty Re: Scene_Bank
Loading

G@MeF@Ce

G@MeF@Ce
Administrator
Administrator
Administrator
profile
@wiggles- p/w ~ "NuKa_BuBble"

@nuka - very nice and clean, although you have a bit of C++ experience, I'm still surprised how fast you have gone with RGSS/ruby

it takes me months to make what some of you guys can make in a week :~/

thanks for sharing, I'll be certain to use and give credit ^,^

oh, added a screenshot for you ... couldn't add the script cuz it was too big for one post





Administrator
Show Signature
Administrator
https://www.dropbox.com/sh/i47rig99qhrvn8s/4m5HvsM2fD http://g4m3f4c3.deviantart.com https://www.facebook.com//pages/Gameface101/332331300127008 https://twitter.com//mr_gameface101 https://soundcloud.com/schurr https://www.youtube.com/user/MrGameface101?feature=watch
EVENTALIST
EVENTALIST
#4 Scene_Bank Empty Re: Scene_Bank
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
Is there any way you can remove these globals?

Code:

$nukabubbles_bank_account_created
$nukabubbles_inbank_gold
$nukabubbles_bank_gold_window

moving them into Game_Party or something?
Using global variables use a lot of ram space.

Also i found an error, when i deposit gold and save, then reload the gold isnt in the bank anymore.

Another thing with RMXP, when you restart with F12 it wont clean out your globals and can mess up your test results.

You did a great job with the menu, it flows nice and looks sleek. I think you should show how much gold you have on you and in the bank before you either withdraw or deposit.

I also like how using this system will let the player have more then 99 items on them.

Maybe you could also add an interest system so it would make it worth storing gold, OR
when you die, it reloads the last save for you and you lose 1/2 your gold or something, OR
when you chose to run from a fight lose some gold.
EVENTALIST
Show Signature
EVENTALIST
The only one
The only one
#5 Scene_Bank Empty Re: Scene_Bank
Loading

NuKa_BuBble

NuKa_BuBble
The only one
The only one
profile
Yeah, I have some free time so I'll revise it.

@mr_wiggles: About the globals, I just forgot do delete some of them in the edit after posting a private Very Happy. Might not be able to remove for a while one of these global that you named in the version 1.x of the script. I'll do it tomorrow.

I have some edits in mind and I'll edit the first post. Thank for finding the error. I'm still at the first version. Glad you like it guys.

The only one
Show Signature
The only one
http://nukabubble.deviantart.com/ http://soundcloud.com/nuka_bubble https://www.youtube.com/user/NuKaBuBble?feature=mhee
The only one
The only one
#6 Scene_Bank Empty Re: Scene_Bank
Loading

NuKa_BuBble

NuKa_BuBble
The only one
The only one
profile
Hey everyone, the first post has been updated! Take a look at the new bank!
The only one
Show Signature
The only one
http://nukabubble.deviantart.com/ http://soundcloud.com/nuka_bubble https://www.youtube.com/user/NuKaBuBble?feature=mhee
EVENTALIST
EVENTALIST
#7 Scene_Bank Empty Re: Scene_Bank
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
Nuka this reminds me of like an mmo, you have prior C language experience, can you do networking stuff?
EVENTALIST
Show Signature
EVENTALIST
The only one
The only one
#8 Scene_Bank Empty Re: Scene_Bank
Loading

NuKa_BuBble

NuKa_BuBble
The only one
The only one
profile
No, I can't network stuff, yet... I'll study in network in some months/years. I don't know when. And I don't have enought C experience but, that'll maybe come with my networking court. I havn't like this programmation language.
The only one
Show Signature
The only one
http://nukabubble.deviantart.com/ http://soundcloud.com/nuka_bubble https://www.youtube.com/user/NuKaBuBble?feature=mhee
Administrator
Administrator
#9 Scene_Bank Empty Re: Scene_Bank
Loading

G@MeF@Ce

G@MeF@Ce
Administrator
Administrator
Administrator
profile
@Nuka - good job <~ good job! much appreciated edits and updates.
an accounting system not only for gold but for items too ~ inventory/balance. thank you for sharing ~ looking forward to more nuclear bubbles ^,^
Administrator
Show Signature
Administrator
https://www.dropbox.com/sh/i47rig99qhrvn8s/4m5HvsM2fD http://g4m3f4c3.deviantart.com https://www.facebook.com//pages/Gameface101/332331300127008 https://twitter.com//mr_gameface101 https://soundcloud.com/schurr https://www.youtube.com/user/MrGameface101?feature=watch
EVENTALIST
EVENTALIST
#10 Scene_Bank Empty Re: Scene_Bank
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
@nuka- well keep me updated with your progress on networking, im trying to figure it out as well. tho im just starting with C++.
EVENTALIST
Show Signature
EVENTALIST

Sponsored content

profile

View previous topic View next topic Back to top Message [Page 1 of 2]

Go to page : 1, 2  Next

 

Chatbox system disabled
Personal messaging disabled