Main Menu
  • Welcome to The RPG Maker Resource Kit.

[REQUEST] Mercenary Shop

Started by Infinate X, May 22, 2011, 12:02:42 AM

0 Members and 1 Guest are viewing this topic.

Infinate X

I am requesting a script that uses a similar scene to the classic shop scene.

The options should be Warriors, Archers, Wizards, and Cancel (In that order) rather then Buy, Sell, and Cancel

The way to define which actors fall under which categories should (but dont have to be) either a tag in thier names or an array in the script (name tag is easier to use)

Their should be an option that enables the script to work with jet snippet for removing actors when they just so you can get your equipment back(should be compatable anyways)

When an actor is in your party it should disappear from the shop and reappear when they are removed (not grayed out, removed, just like diablo 2)

Where it normally shows a description of an item it should say "Mercenary Shop"

Where it normally shows the stats for armour and stuff like that it should show the actors stats like this (in this order):
MaxHP
MaxMP
Attack
Defense
Spirit
Agility

It should use the abreviations stated in the database

The price of a mercenary must be defined in script like this (could be different):
# ActorID Price
[[ 1, 750],
[ 2, 5000],
[ 3, 7],
] # DO NOT EDIT THIS LINE



If I think of more features they will be added


dricc

Search for a script called "shopoholic" . There is a mercenary shop in it .
You can use my scripts freely . but not for commercial use .
:ccbync:
Don't encrypt your game !!!
Want to give me credit ? Easy ,add me in your game :

Infinate X

thanks! I would've never thought of that!