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

[General] Enabling Tavern without nearby units.

Status
Not open for further replies.
Level 20
Joined
Aug 13, 2013
Messages
1,696
Can someone tell me or teach me how to enable taverns without nearby units?
It is like from DotA, The tavern from dota is enabled without nearby units in them.
I'd tried to create a dummy units with locust but it does not work because the select unit ability can't pick locust units :((.
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
  • Unselectable Unit
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Set u = (Random unit from (Units currently selected by Player 1 (Red)))
      • Custom script: call UnitAddAbility(udg_u, 'Aloc')
      • Custom script: call UnitRemoveAbility(udg_u, 'Aloc')
      • Unit - Add Bear Form to u
      • Unit - Order u to Night Elf Druid Of The Claw - Bear Form
      • Unit - Remove Bear Form from u

Then in object editor, give it the dummy.mdx model for example and no shadow or hero icon.
 
Status
Not open for further replies.
Top