• 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.

A few questions heree

Status
Not open for further replies.
Level 4
Joined
Jul 25, 2007
Messages
71
1. Is it possible to create a background with a certain type of tile? For instance.. i want Abyss, to be a large picture of space, with red clouds, and planets and stars. (indicating you are on a planet in space, and you can see other planets below you) Also.. the picture will need to be broken up, as there are many seperate sections of Abyss.

2. I have ice on my map. I've gotten the whole "slide on the ice" effect going on.. But, i want to add hills and valleys. Any way possible to make it so gravity makes you slide certain places? like.. youll slide down a hill without moving.

3. I want a unit's run speed to be based off his life. 5HP is maximum, and 1HP is minimun (without being dead). So, if you have 1HP, you will be "tired" and run slow. But with 5HP you will run fast. Now, there will be a 5-level upgrade to increase movement speed. I can make this happen by disregarding the upgrades.. Its easy. But, how do i make the movement speed based on life happen that also takes the upgrades into consideration?
 
3)
  • Trigger1
  • Events
    • Time - Every 1.00 second of game-time
  • Conditions
  • Actions
    • Set Real1 = (Life of (Your unit ~ which is set into a variable))
    • Unit - Set Movement speed of (Your unit) to ((Real1)*(Level of (Upgrade))*50)
Will this do the job for you? Change "50" to the value you want. So, if the unit has 5 hp with level 5 upgrade, the speed will be maximum.
 
Level 7
Joined
Mar 26, 2009
Messages
345
1. Is it possible to create a background with a certain type of tile? For instance.. i want Abyss, to be a large picture of space, with red clouds, and planets and stars. (indicating you are on a planet in space, and you can see other planets below you) Also.. the picture will need to be broken up, as there are many seperate sections of Abyss.

I believe you're asking someone to make a custom tile since Abyss is technically a tile right?

You should probably ask for that in the Requests section.
 
Status
Not open for further replies.
Top