Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Rose Guardian on February 28, 2011, 03:36:16 pm

Title: [XP]Weapon upgrade system?
Post by: Rose Guardian on February 28, 2011, 03:36:16 pm
Hi, I was just wondering does any one know where I can find a weapon upgrade script for XP? You know where you can go to a shop and pay a fee to upgrade your weapons to make them stronger. I looked every where and can't find one for RPG Maker XP.  I need it to be comptiable with Blizz ABS.
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on February 28, 2011, 03:42:56 pm
I could probably event that.
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on February 28, 2011, 08:56:48 pm
Quote from: AliveDrive on February 28, 2011, 03:42:56 pm
I could probably event that.

you cant change weapons's stats in eventing, altough u can change the weapon.
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on February 28, 2011, 09:00:47 pm
Quote from: shalaren metropolis on February 28, 2011, 08:56:48 pm
you cant...



http://forum.chaos-project.com/index.php/topic,8759.0.html

Don't tell me what I can and can't do. :V:
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on February 28, 2011, 09:05:54 pm
IT CHANGES IT, back to my point, it takes away the sword he has, and switches with another sword.
Quoteyou cant change weapons's stats in eventing
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on February 28, 2011, 09:10:40 pm
I was just playing around :P
Unless She is sentimentally attached to the weapon, I don't see a problem xD
Regardless, I'm quite satisfied with the product.
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on February 28, 2011, 09:14:22 pm
Anyyyywayy, I remember that someone already released a script like that in the past, look for it in the database.
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on February 28, 2011, 09:21:41 pm
Quote from: Rose Guardian on February 28, 2011, 03:36:16 pm
I looked every where and can't find one for RPG Maker XP.

Just curious, but for the sake of debate, wouldn't this work?
Spoiler: ShowHide
@>Control Variables: [0007: PlayerATK] = [Mac]'s ATK
@>Conditional Branch: Switch [0014:RageMode] == ON
@>Control Variables: [0007: PlayerATK] *= 2
@>
:  Else
@>
: Branch End
@>


plus it's not a script.
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on February 28, 2011, 09:27:56 pm
NO...  :<_<:
Quote from: Rose Guardian on February 28, 2011, 03:36:16 pm
Hi, I was just wondering does any one know where I can find a weapon upgrade script for XP? You know where you can go to a shop and pay a fee to upgrade your weapons to make them stronger. I looked every where and can't find one for RPG Maker XP.  I need it to be comptiable with Blizz ABS.

here is one option, not exactly upgrading though...
http://forum.chaos-project.com/index.php/topic,1347.0.html

but I believe your looking for This "Blacksmithing"
http://forum.chaos-project.com/index.php/topic,6171.0.html
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on February 28, 2011, 09:30:46 pm
Well now we have one more ^.^
Title: Re: [XP]Weapon upgrade system?
Post by: Blizzard on March 01, 2011, 02:25:33 am
If you have fixed upgrades, then simply changing to another weapon works fine. If you have a system where you can customize the weapons part by part, then you would need a weapon for each combination of upgrades and the eventing would be horribly complicated. In this case a script would be a lot better.
Title: Re: [XP]Weapon upgrade system?
Post by: Rose Guardian on March 01, 2011, 09:19:53 pm
Quote from: Blizzard on March 01, 2011, 02:25:33 am
If you have fixed upgrades, then simply changing to another weapon works fine. If you have a system where you can customize the weapons part by part, then you would need a weapon for each combination of upgrades and the eventing would be horribly complicated. In this case a script would be a lot better.


I agree I have tried eventing this in the past and it's a pain setting up different weapons for the upgrade. I'm not lazy it's just too hard to event.
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on March 01, 2011, 09:41:53 pm
BACK TO MY POINT AGAIN! o: the Script is better
QuoteI believe your looking for This "Blacksmithing"
http://forum.chaos-project.com/index.php/topic,6171.0.html
Title: Re: [XP]Weapon upgrade system?
Post by: Rose Guardian on March 02, 2011, 02:37:51 pm
Thank you I took a look at the black smith demo.  It's perfect since you cannot actually buy weapons my game.  I just have to make sure it works with Blizz ABS.
Title: Re: [XP]Weapon upgrade system?
Post by: Shalaren on March 02, 2011, 07:52:48 pm
Quote from: Rose Guardian on March 02, 2011, 02:37:51 pm
Thank you I took a look at the black smith demo.  It's perfect since you cannot actually buy weapons my game.  I just have to make sure it works with Blizz ABS.

no reason why it wouldnt, it has its own scene.
Title: Re: [XP]Weapon upgrade system?
Post by: shintashi on March 27, 2011, 04:13:59 pm
I always get disturbed by this one, since each character is using the same equipment that all the NPCs have access to - its not a unique instance, so you are just editing the same instance everyone else is using. It seems to me the best way to do this is to create a bunch of blank slots for edited items and clone your base item to one of those slots, and then edit the clone to your heart's content.
Title: Re: [XP]Weapon upgrade system?
Post by: AliveDrive on March 27, 2011, 04:48:34 pm
In the upgrade system I made, that is exactly what I've done.

The options are limited, I just wanted a short demo game to prove it worked.

The system is simple enough, but the main drawback is that you have to add each new item manually to the database.

This is necessary though for the reason you mentioned earlier, you don't want to globally edit the stats of one weapon for every character using it.