• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Does anyone know how to...

Status
Not open for further replies.
Level 4
Joined
Sep 1, 2005
Messages
73
Does anyone know the triggers needed to Buy Abilities, if there is any need, as ive seen on certain maps you can purchase abilities (from shops and things).
I would be grateful if someone could tell me how :)

thanks.
 
If you use the conditions then you would have loads of triggers, for the condition though I would say use a condition to filter out a certain item-class. I dunno but it seems to me that its best not to have it go through loads of checks each time you gain any item.
 
What is gane cache? is it a JASS system? i think i could use it if it will speed up the processes when an item is picked up in my map. i have 2*8 (i have 8 sets of iems) seperate triggers to deal with an item being picked up, and each trigger handles 5 items (there are 5 items in each set). btw, they are set items like in Diablo II in hat they level up with each additional item collected.
 
Game cache is a type in warcraft, it can be used in GUI too, but of course it is better in JASS like everything else.

It's made for carrying data from one map/game to another, but can also be used to set up databases that can be accessed easier and faster than a ton of variables/loops/if,then,else statements and so on.
 
Status
Not open for further replies.
Back
Top