• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

[Trigger] Harvesting Lumber

Status
Not open for further replies.
Level 3
Joined
Sep 19, 2008
Messages
27
Can anyone reccomend a way to create an ability that, when used on a tree, produces the "Bundle of Lumber" Item?

I'm terrible at modding abilities and its really slowing my project down.

Thanks again.

P.S. Triggers preferable, although if it has to be JASS then its fine.
 
Level 3
Joined
Sep 19, 2008
Messages
27
Thanks, i guess I posted this in the wrong section - i was really looking for an ABILITY to go with a trigger like that.
 
Last edited:
Level 3
Joined
Sep 19, 2008
Messages
27
Also - I was wondering is there a way to change the rate at which time progresses in the game?

Just in terms of when the Sun goes up and down.
 
Last edited:
Level 16
Joined
Oct 12, 2008
Messages
1,570
Please do not double post, use the 'Edit' button instead.

And yes, there is, i dont know the exact GUI function (there is one), but i thought it was something like this:
  • Game - Set Time of day Speed to <%> %
 
Level 4
Joined
Jun 9, 2008
Messages
86
hmm if the first spell only can target trees its fine but now you just have to cast it on something to get the gold.

if wanna work only on trees you have to put a condition like this in:

  • (Destructible-type of (Target destructible of ability being cast)) Equal to <you tree>

of corse this only works on one tree type....

the easyest way would be to let the spell only target Destructibles.
 
Level 3
Joined
Sep 19, 2008
Messages
27
Thanks to everybody for the help :)

I have another question -

Can you display 2 Multiboards at a time?

I have one set to be created at 0.1 Seconds and another at 0.2

In game One appears for a 0.1 seconds before disappering and being replaced by the second one. One is displaying information about the player (food, water, are they poisoned etc.) and the other is about their weapon.

Any help?

Should I just spend awhile combining both boards or can you have 2? or 3?
 
Status
Not open for further replies.
Top