Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Golden Sun Weapon Unleashes
« previous next »
  • Print
Pages: [1]

Author Topic: Golden Sun Weapon Unleashes  (Read 3114 times)

Offline thepsynergist

  • Kupo!
  • Associate
  • *
  • Posts: 159
  • I enjoy video game programming, as well as any and all RPG's
Golden Sun Weapon Unleashes
« on: November 23, 2007, 11:50:11 PM »
I wish to make it so that my weapons can perform certain unleashes when I select the attack option in battle.  How do I get this to work.  I am aware that I would have to do this for each weapon and every battle.  Also, so I don't have to make a seperate topic; I am having issues with my Enemy Encounter command.  I am trying to make it so that my character has to lose a battle.  I select the option to have my character lose and he gets a game over after the battle.  I set my death status in the database to a movement effect, but I dislike it, as it sets my dead character to 1 hp.  How do I keep all my characters dead when I want them to, w/out getting a game over(only in select boss fights)?
Logged
http://i212.photobucket.com/albums/cc135/thepsynergist/JeffsTrainerCard.png
Register me in your Pal Pad in Diamond/Pearl!

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #1 on: November 24, 2007, 12:01:02 AM »
As for the second point; there's a bit in the screen where you set the battle background and conditions for event battles, and in there you can set the game over handler for that battle to 'custom handler'. Then in the 'defeat' bit just put the rest of your event.
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline thepsynergist

  • Kupo!
  • Associate
  • *
  • Posts: 159
  • I enjoy video game programming, as well as any and all RPG's
(No subject)
« Reply #2 on: November 24, 2007, 02:48:56 AM »
Not to sound unthankful, but I already did that.  Basically, it zooms out on my character after the battle and before all of the event continues, it says game over.  There has got to be a way to fix this.  And, I still need help on the whole weapon unleash thing.
Logged
http://i212.photobucket.com/albums/cc135/thepsynergist/JeffsTrainerCard.png
Register me in your Pal Pad in Diamond/Pearl!

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
(No subject)
« Reply #3 on: November 24, 2007, 07:42:48 AM »
The unleashes in golden sun was based on when you pressed A at a certain time right? I remember using the Vorpal blade and I just spammed the A button to get the power...

So you'd need a key input as well. And then "Hero has 'Vorpal Blade' Equiped. Add a time where you can press the button and if you succed: play everythign as you want it.
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Ganocide_of_a_Kingdom

  • People's Salvation To Ignorance
  • Associate
  • *
  • Posts: 105
(No subject)
« Reply #4 on: November 24, 2007, 05:31:54 PM »
I cannot help you on the weapon unleashes since I don't really know what it is (I played Golden Sun, but I don't think I remember them). With the other issue, there's another way to finish the battle, you do not have to necessarily kill yer dudes and dudettes...there's an option that says "End Combat" or something like that. With this, you can end yer battle at anytime, you just need to point put a condition where this will trigger (like enemy HP is 25%, turns elapsed, etc.) you can reduce yer dudes HP to 1 just to pretend yer dudes got their a$$es whooped (I never tried reducing it to 0 try to see what happens). This works, I know. I am sure you know this, but all this should be coded in the battle event window.
Logged

Offline RPG noob

  • Member
  • Initiate
  • *
  • Posts: 36
(No subject)
« Reply #5 on: November 24, 2007, 06:36:08 PM »
I can't help you with the weapon unleashes as I never played golden sun but as for the second question im not sure it can be done without a cbs.  You could make the character(s) you want to die get owned to 1hp like ganocide said then end the fight and have them die in a cutscene.
Logged

Offline Dragoon de Sol

  • Common sense isn't very common
  • Agent
  • *
  • Posts: 800
(No subject)
« Reply #6 on: November 24, 2007, 07:42:25 PM »
I know I said I'd stay gone, but I wrote a tutorial for how to do this some time ago. It's not here, but I can help.


You need your character, the weapon, variable called "Unleash," a variable called "UnleashedDamage" and a battle animation.

Battle Trigger: Character uses [Attack] Command.
If Character has [Ultima Weapon] Equipped
> If Enemy 1 is targeted
>> Set Unleash 1 - 10
>> If Unleash is 10
>>> Message: Ultima Weapon lets out a howl. Judegement Day!
>>> Show Battle Animation: Judgement Day - Enemy 1
>>> "UnleashedDamage" is Hero Attack
>>> "UnleashedDamage" *2
>>> Change Enemy HP = "UnleashedDamage"
> Else



And just repeat that for each enemy. It should work.


Later.
Logged

Offline thepsynergist

  • Kupo!
  • Associate
  • *
  • Posts: 159
  • I enjoy video game programming, as well as any and all RPG's
(No subject)
« Reply #7 on: November 28, 2007, 04:27:59 PM »
I haven't been on in a while, but it works!  Thank you Dragoon deSol!  This will make my game fun.  I am trying to make it as "Golden Sun" like as possible.  No djinni attacks or summons though.  Thx again!
Logged
http://i212.photobucket.com/albums/cc135/thepsynergist/JeffsTrainerCard.png
Register me in your Pal Pad in Diamond/Pearl!

Offline Brieg

  • Associate
  • *
  • Posts: 166
(No subject)
« Reply #8 on: January 26, 2008, 01:45:03 AM »
I don't know if this counts as a kick, but i have a question.

Quote
If Character has [Ultima Weapon] Equipped


I don't know how you guys managed to get this to work, 'cus i've never in all my years of RPGMaker been able to use the fork conditional branches to have anything to do with equiptment.
No such command is possible with the above qoute.
Logged

Offline HobomasterXXX

  • Your eyes. Are an ocean. Your breasts. Are also an ocean.
  • Leader
  • *
  • Posts: 2,700
(No subject)
« Reply #9 on: January 26, 2008, 02:56:17 AM »
It is a kick, and there is that option. see attachment
Logged

1:24 PM - [Razor]: I think
1:24 PM - [Razor]: I almost fell off my chair
1:24 PM - [Razor]: in anticipation for DICK

Offline Brieg

  • Associate
  • *
  • Posts: 166
(No subject)
« Reply #10 on: January 26, 2008, 03:20:30 AM »
But that isn't in battle.
Logged

Offline HobomasterXXX

  • Your eyes. Are an ocean. Your breasts. Are also an ocean.
  • Leader
  • *
  • Posts: 2,700
(No subject)
« Reply #11 on: January 26, 2008, 04:03:30 AM »
Common events can be  called in battle.
Logged

1:24 PM - [Razor]: I think
1:24 PM - [Razor]: I almost fell off my chair
1:24 PM - [Razor]: in anticipation for DICK

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Golden Sun Weapon Unleashes
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum