Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Smith Shop

Can someone help make a Smith Shop for me.. Basically i just want to be able to go up to a smith and have a window pop up asking if i want my weapons upgraded, then if i say yes then have a little menu screen that shows the equipment of the character that you choose on one side and on the other side, the stats that get upgraded and the cost to do it.. i dont know how else to explain it so here are some pictures made in paint that i guess you can kinda get the point a little better, i suck at explaining things...

Asking the Smith
http://img299.imageshack.us/img299/2990/askab0.png[/IMG]

Then the upgrading screen.. hope you understand it
http://img263.imageshack.us/img263/2520/upgradeeo5.png[/IMG]

thanx in andvance
 
Yeah, I hope someone takes on this request as well. However, if it's just windows, and it's just changing/ upgrading whatever you want to call it, to another armor type and charging something for it, this isn't that hard.
 
It's supposed to be for several party members right?
I might have the time to do this one.

EDIT: Here's the script. Might not be what you wanted, but I just didn't have time to make it further than this.

Screenshots
http://files.flair24.com/ss_scrn1.jpg[/IMG]
http://files.flair24.com/ss_scrn2.jpg[/IMG]

Download Demo

There ya go. I hope it's something in the path you were looking for. ^_^
Roughly sped up to finish it quickly, so it might not be.

How it works:

Basically, you add arrays for each upgrade. For instance, in the demo, I made weapon 1 and armor 2 upgrade into weapon/armor 2.
This was done using:
$game_system.weapon_upgrade[1] = 4
$game_system.armor_upgrade[1] = 4
These can be added to initialize at game start in Game_System or using other scripts or call scripts.

The price for upgrading is the database price / 2.
($data_weapons[$game_system.weapon_upgrade[weapon.id]].price / 2)
This can be changed in Scene_SmithShop.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top