• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

help with some triggers

Status
Not open for further replies.
Level 2
Joined
Aug 10, 2004
Messages
7
hey i am trying to make a final fantasy tactics advanced map . i know theres allready a final fantasy tactics map but this one is based on another game. Well my question is how do i use requirements? what i mean is for example for a certain dude to get a character he needs level 3 black mage and level 3 white mage how do i make it so they must meet those requirements before getting the hero.??? plz help me
 
Level 3
Joined
Aug 5, 2004
Messages
47
Here

You have a number of ways that you can do this. The easiest way would be for the game to assing points (values) to a variable and then having a standard variable chekc when the person goes to level up (if that s what your map is about..)

Basically you would need a couple of triggers for this;

Your first trigger would be to give points.
You would already have a variable that would be called something like level_fighter (hopefully you get the idea.)


Firstly you need a trigger that will assign variables depending on what calss they do. This trigger can be embeded within your trigger for changing there classes but.


Now you need to assign points to that variable in order for it to be used later.

EVENT
A unit levels up
CONDITION
Unit leveling is = to player 1((< that can be chagned to whatever player you need)
ACTION

Im gonna stop, because im making the map right now. It's really simple, I should have it done by tommarow. It's gonna have about 5 minutes of beauty in it so be ready :) (I wont protect it )
:D
 
Level 3
Joined
Aug 5, 2004
Messages
47
FINISHED

I finished the short crappy map that will help you get the general idea on how to do it. I don't want to waste the sites space so your gonna have to email me so i can send you the map :)

(the Map is actually pretty sweet ... :( )
 
easier way to do this.

I think i found a simpler way:

EX: you have a level 3 black mage. you buy a level 3 white mage. When you do, make a trigger that moves the black mage to an unseen corner of the map. So now you have a level 3 white mage. When you buy the unit that requires both of those units, make a condition that says the player has to own a level 3 white and black mage (queue the black mage in the corner of the map) so when he owns both those units, it gives you the requirements unit.


DeadDogNoGoWoof
 
Status
Not open for further replies.
Top