As I need a lot of scripts, I'm going to put everything into one thread instead of littering the forums with almost half a dozen threads.
1) I need two currencies in my game. One needs to be disabled until later.
2) I need a script that allows only for one actor.
3) I need a script for ABS fighting.
4) I need that fighting to have chains.
5) I need a script that multiplies AP, and eventually both currencies, based on the amount your chain is.
6) I need a skill/sphere grid/license board leveling system (you spend your amount of points on whatever you want to level up at the time anywhere. You can't get the next level of an ability or skill until you buy the previous level).
7) I need a show armor script, and a script that makes it to where any type of gear cannot be unequipped.
8) I need a script to give the character slots and make it look like the slots are in the equipment. Also have it to where they only start out with one slot, but with the use of items, can open more slots.
9) Need items (cores) that can be equipped in those slots and even make it to where you can craft your own items (cores) later.
10) A custom shop for the second type of currency that only accepts that type of currency and will not sell to you if you do not have the right amount.
11) A bestiary.
12) A quest log.
I'll add more if I think of it.
Script Request-O-Rama
● ARCHIVED · READ-ONLY
-
-
at least half of your requests can be found on the master list
http://rmvxace.wikia.com/wiki/RPG_Maker_VX_Ace_Master_Script_List
You're number 2 is unclear. Allows for one actor.. one actor for what? in the party at a time.. that can be done with eventing. A hud, a menu... just not enough info for that. -
Where you play the entire game with only one party member. As it's an ABS, you'll play as the main character. You might have random characters join you every now and then.
Also, some of them require you to know a minimal to decent amount of scripting to customize it your way. I don't know scripting. -
All of your requests have been asked before, and most of them are listed on the master script list. For example, there are four different ABS scripts I know of, and two or three of them are on the master script list - and all of them are linked in other requests done here in the forum.
As the ABS is the most critical of your requests, I suggest that you check the existing ones and select one of them that is nearest to your liking, and check which part of your other requests is already in that selected ABS (most of the ABS are automatically defaulting to single actor).
You will not get an ABS specifically made for you as a free request - those scripts are too much work to be done for free, so you will have to select one of the existing ABS scripts.
After that, come back here and give a link to the selected ABS and state again what is still missing, because the compatibility is always a problem for an ABS (they change too much of the default engine to be compatible with everything).
As a guess, some of your requests will either be already included with the ABS or impossible to do - for example, 4) chains - if the ABS you select does not support chain actions, then you will most probably have to trash that idea as most probably no one but the original scripter has a chance to implement chain action into something as complex as an ABS script. -
I did find http://www.atelier-rgss.com/XAS/Manual.htm
It seems close enough. Just was wondering if there was a way to add ability points/currency to that. -
currency should be no problem (you could do that by eventing and variables alone, just save the current gold into a variable before replacing it with the other currency from a variable, then after the shop but in the same event save the other currency back into the variable and set the gold instead).
For ability points, it depends on the scripts and there is no way short of trying it out to see if it works or if the scripts are incompatible. -
I have a scripter who's willing to customize the scripts, or attempt to, all I need is each script. Now all I have to do is search through the master script list and hope I find the ones I'm looking for. I was just posting these in case any of them weren't on the list.