[XP]Weapon upgrade system?

Started by Rose Guardian, February 28, 2011, 03:36:16 pm

Previous topic - Next topic

Rose Guardian

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.

AliveDrive

Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Shalaren

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.

AliveDrive

Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Shalaren

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

AliveDrive

February 28, 2011, 09:10:40 pm #5 Last Edit: February 28, 2011, 09:27:48 pm by AliveDrive
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.
Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Shalaren

Anyyyywayy, I remember that someone already released a script like that in the past, look for it in the database.

AliveDrive

February 28, 2011, 09:21:41 pm #7 Last Edit: February 28, 2011, 09:23:04 pm by AliveDrive
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.
Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Shalaren

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

AliveDrive

Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Blizzard

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.
Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Rose Guardian

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.

Shalaren

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

Rose Guardian

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.

Shalaren

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.

shintashi

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.

AliveDrive

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.
Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.