[Solved][XP] random stat bonus for equipment

Started by finalholylight, May 04, 2013, 09:36:23 am

Previous topic - Next topic

finalholylight

May 04, 2013, 09:36:23 am Last Edit: April 26, 2014, 11:59:39 pm by finalholylight
I need a script that bonus random stat for equipment that drop by monsters, that will make hunting equipment more interesting

With weapon: random bonus in this set: 10 atk, 5 pdef, 5 mdef, 2 str, 2 dex, 2 agi, 2 int, 150 hp, 50 mp
With armor: random bonus in this set: 3 eva, 5 pdef, 5 mdef, 2 str, 2 dex, 2 agi, 2 int, 150 hp, 50 mp

Bonus will random in 4 grade :

[normal] : no bonus
Ex: Name: Bronze sword . Decription: Fighter's Weapon.

[noble] : random 1 bonus in bonus set.
Ex: Bronze sword [noble] . Decription: Fighter's Weapon.[+10atk]

[rare] : random 2 bonus in bonus set, can stack.
Ex: Name: Bronze sword [rare] . Decription: Fighter's Weapon.[+10atk][+2str]
or: Name: Bronze sword [rare] . Decription: Fighter's Weapon.[+20atk]

[ultra rare] : random 3 bonus in bonus set, can stack.
Ex: Name: Bronze sword [ultra rare] . Decription: Fighter's Weapon.[+10atk][+2str][+2int]
or: Name: Bronze sword [ultra rare] . Decription: Fighter's Weapon.[+20atk][+2str]
or: Name: Bronze sword [ultra rare] . Decription: Fighter's Weapon.[+30atk]

Change of each grade:
[normal]-[noble]-[rare]-[ultra rare]
   40        30       20          10

and, I need some command script for event:
1. command script that give player an equipment that have a random grade and bonus stat.
2. command script that give player an equipment that have a specified grade, but random bonus stat.
3. command script that give player an equipment that have a specified grade and bonus stat.
I need these command script for [reward item] event.

4. command script that change grade for actor's equipment, random grade and bonus stat.
5. command script that change grade for actor's equipment, specified grade, random bonus stat.
6. command script that change grade for actor's equipment, specified grade and bonus stat.
I need these command script for [black smith] event.

Hope some one make this script, thanks a lot.  :)

KK20

So in other words, a script that creates unique instances of equipment. I was working on that some time ago, but came to a difficult hill in terms of making it highly compatible with other scripts. I should get back to working on that again...

The biggest problem I had was generating too many items. I don't know if there is some limit or if file size would be a problem. I think I'll just have to tell the user to go through all the scripts in their game and indicate when an item is permanently removed from the inventory.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

finalholylight

BUMP.
Finally, I found a demo that give random grade and stats for weapon/armor : Azrith001's Enchantment System, I like this much.
But in demo, it only give random grade and stats by using in enchantment scene, anyone please edit it so that it will auto give random grade and stats after battle result (right after actor get items).

Here is the link for demo: https://www.mediafire.com/?no9whuc4e4vunts
Spoiler: ShowHide