The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Scripts Database => Topic started by: Richter_h on August 17, 2013, 12:51:06 AM

Title: [VX] Smithing -- Simply Upgrade Your Weapon
Post by: Richter_h on August 17, 2013, 12:51:06 AM
Smithing -- Simply Upgrade Your Weapon version 1.0
Version: 1.0
Author: richter_h
Date: June 5th, 2013

Version History



Planned Future Versions


Description


Ever played Suikoden? That game has some blacksmithes that provide weapon upgrades and (maybe later) some enchantments, making your fights would be easier than using a simple stick to the brawl.
And based on that reason, I made this script.

Features


Screenshots

(http://img15.imageshack.us/img15/4739/smith1o.png)
(http://img19.imageshack.us/img19/2755/smith2g.png)
(http://img22.imageshack.us/img22/8573/smith3.png)
(http://img801.imageshack.us/img801/1954/smith4.png)

Instructions

Simply put this below Material and above Main in Script Editor. Don't forget to read the upgrade path guide.

To call the Smith scene, make an event, choose Script menu then insert this
Code: [Select]
$scene = Scene_Smith.new

Script


It's here. http://pastebin.com/6AytZky9 (http://pastebin.com/6AytZky9)

Credit



Thanks


Support


I'm not so active here in RMRK, but if you're looking for me, I'm in RPGMakerID.


Known Compatibility Issues

Q: Bugs?
A: None at the moment. If you find one, let me know.

Q: New features?
A: Maybe that 'socket'ing feature, but I think I'll stay with this. I did this script during my final exam btw.   

Demo


Grab the demo here the Demo (http://www.mediafire.com/download/3tglv1tvouqpnbd/Smith.exe).

Author's Notes


Don't mind about the demo and script. I just want to add some spice to them. And sorry for my English, sometimes it's baaaaaad.

And if you're looking for RGSS3 version of this, then you must see here (http://rmrk.net/index.php/topic,48152.msg0/)

Terms of Use


Credit me, richter_h, if you use this script. Credit maximusPrime as wellif you want. Don't claim as your own.
For commercial use, tell me and we'll do the bidding.
Title: Re: [VX] Smithing -- Simply Upgrade Your Weapon
Post by: Rasmus on July 14, 2014, 03:04:41 PM
1 Bug If you don't Have Equiped Weapon And Try to Use Script Then Game Will Crash
Title: Re: [VX] Smithing -- Simply Upgrade Your Weapon
Post by: digdarkevil on September 04, 2014, 12:48:32 AM
hey man it is a really nice script I needed this for a long time now what I need to know is if there's any way to activate a switch when a weapon evolves ( changes icon and name ) so that we could add special effects like new skills to the player when the weapon is a high enough level? :O