Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 FF7s Hyper/Tranquilizer Item Script Petition
#1
Exclamation 
Hi people! I'm looking for, in my opinion, a rather easy script.

For those who have not played FF7, there were two items called Hyper and Tranquilizer that were related to two different status called Sadness and Fury.

The thing was, Hyper cured Sadness and Tranquilizer cured Fury, HOWEVER, if you where to use a Hyper on a character who doesn't have Sadness, it would provoke Fury on him, and all the way around with the Tranquilizer.

So, in the item database by default you can make a Hyper to cure Sadness and cause Fury at the same time, but what I want is for the player to spend a Hyper to cure Sadness and having to use another one if you want the character to be in Fury state, and the same with the Tranquilizer. I thing it can be very easy to make, doesn't it?

Hope I explained myself, thanks beforehand =)
I'm looking for a scripter to help me with my proyect. Need some minor adjustments-modifications and some larger codes. The larger ones will be remunerated :) Thanks beforehand.
}
#2
The script I wrote, Tiered States can do this, if I understood what you want correctly!

The tiers in your case would be: Sadness, dummy, Hyper. The dummy state represents "neither sadness nor hyper" it should be a state that does nothing and has a rating of 0.

And you'd have to set up the hash something like:
Code:
Tiered_States = {
                  hyper_id => [sadness_id, dummy_id, hyper_id],
                  sadness_id => [hyper_id, dummy_id, sadness_id]
                  }
replace the ids with the ids of your states, obviously~
}
#3
Worked perfectly! =) Thanks a lot!
I'm looking for a scripter to help me with my proyect. Need some minor adjustments-modifications and some larger codes. The larger ones will be remunerated :) Thanks beforehand.
}


Possibly Related Threads…
Thread Author Replies Views Last Post
   Script compatibility help Lord Vectra 3 3,533 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,767 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   "Wait" in the script Whisper 13 13,617 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 14,007 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   I want to merge item classification and description extensions. zlsl 7 8,155 11-25-2019, 06:46 AM
Last Post: kyonides
   Handling very long Item Names Melana 4 7,381 09-24-2018, 06:37 PM
Last Post: Melana
   Need help with my menu - Current issue is item grid layout LilyFrog 41 32,812 09-24-2018, 02:03 AM
Last Post: LilyFrog
   Help iwth script (RGSS Player crash) Whisper 3 6,494 06-17-2017, 05:03 PM
Last Post: Whisper
   Help modifying a script Keeroh 7 8,889 06-11-2017, 04:43 PM
Last Post: DerVVulfman
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,567 05-31-2017, 05:10 AM
Last Post: Zachariad



Users browsing this thread: