Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MultiCurrencies
#8
Use a conditional branch for the event that has 'Battle Processing' in it. If the player wins, use a 'Script' command to manually give the player the alternate currency.

For the dual currency battle set triggers in battle:
Set up both enemies to drop 0 gold, gil, whatever currency you use.
When you set up the enemy group in the database, edit the battle triggers (event commands)
when enemy 1's hp = 0, Script command to give 20Gil
when enemy 2's hp = 0 Script command to give 2 Gold
when both enemy 1 and 2 hp = 0, Then display a message 'You gain 20Gil and 2Gold!'
(of course this means it won't show up in Window_BattleResult, but it lets you have the desired effect without needlessly re-writing the end phase of the DBS or this script)
If this isn't quite clear enough, I can give a more thorough explanation, but essentially this is what you are doing.
Reply }


Messages In This Thread
MultiCurrencies - by DerVVulfman - 03-05-2008, 08:50 AM
RE: MultiCurrencies - by fredskiiing - 08-15-2011, 12:18 PM
RE: MultiCurrencies - by DerVVulfman - 08-16-2011, 03:33 AM
RE: MultiCurrencies - by 6B6bYX - 08-16-2011, 01:56 PM
RE: MultiCurrencies - by DerVVulfman - 08-17-2011, 03:41 AM
RE: MultiCurrencies - by Cloak of Laser Cannon - 08-17-2011, 09:53 AM
RE: MultiCurrencies - by DerVVulfman - 08-17-2011, 11:17 PM
RE: MultiCurrencies - by xuroth - 09-22-2011, 03:24 PM
RE: MultiCurrencies - by 6B6bYX - 09-23-2011, 06:41 PM
RE: MultiCurrencies - by xuroth - 09-25-2011, 03:15 PM



Users browsing this thread: