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

A crapload of Questions

Status
Not open for further replies.
Level 3
Joined
May 3, 2009
Messages
37
6 Questions:

==Triggered/Passive skills?==
I know how to trigger some random stuff but how do I make it all show in a passive?

==Skill Books==
Anybody who played Defiances ORPG would know his skill books. Well, I dont know if anyone knows but how do I make one?

==Changing Model/Name in game==
The class hero in DotA AI fun taverns allow you to change your character while in game. How does this happen?

==RPG save code?==
I know i'm probably ignorant but how do I make doing this much easier?

==Skinning Custom Models (Or just small color tweak)==
Yeah, title says it all. What do I do?

==Respawn?==
The respawn triggers I tried to make all failed. Can someone show me a good one? (For heores and creeps)

==Making fog of war go back again after leaving area==
How do I make the fog of war go back to black after leaving an area?

Thanks to all who would help :D.
 
Level 8
Joined
Aug 1, 2008
Messages
420
Well if you searched you would find 5/6 answers. Maybe the 6th one aswell, im not sure. But please use the search button:wink:
 
Level 20
Joined
Oct 21, 2006
Messages
3,230
Answer for 6th, you apply black mask and/or fog of war every 0.10 seconds. Visiblity -> Create black mask etc.

And respawn for hero is simple: Unit dies, if triggering unit is hero equal to true, wait 10 seconds, revive triggering unit. So the idea is, if you use triggering unit the trigger works.
 
Level 3
Joined
May 3, 2009
Messages
37
1. for EX. a percentage chance to get instant kill.

2. SOLVED

3. While in game, you are able to change your hero model and name while keeping original level and exp.

4. SOLVED

5. It doesnt exactly work how I want it to but anyways, solved.
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
1) Damage detection system, [Your Percent] less than or equal to (random number between 0-100) = true, activate ability.
(this is the short answer, there are damage detection systems on the hive, just need to add the event to the instant-kill trigger, create the random integer and kill the unit...).

3) "replace unit"-action...?

I would also advice removing the leaks created by most triggers... (just in case) ;)
 
Status
Not open for further replies.
Top