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

Requesting a "WarClub"

Status
Not open for further replies.
Level 15
Joined
Jun 10, 2007
Messages
389
Hello im New here im Newbwc3 @ TheHelper.net and im working on V1.1 of my map: Castle Battle V1.0

What I need is a Warclub like model that I can attach to the right hand of a armored golem by using a Special effect trigger action. This ability is just Like War Club. Except I used the Devour tree ability to make it look like he's picking it up.

Could someone make me a "WarClub" plz? :infl_thumbs_up:
 
Level 15
Joined
Jun 10, 2007
Messages
389
Ok when I use my ability the Club doesn't show up...I imported the Big one.

  • War Club
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to War Club
    • Actions
      • Custom script: local effect treeeffect
      • Wait 1.00 seconds
      • Unit - Remove War Club from (Triggering unit)
      • Unit - Add Carrying Tree to (Triggering unit)
      • Custom script: set treeeffect = AddSpecialEffectTarget("war3Imported\\TreeClub.mdl", GetTriggerUnit(), "right hand")
      • Wait 30.00 seconds
      • Custom script: call DestroyEffect(treeeffect)
      • Unit - Remove Carrying Tree from (Triggering unit)
      • Unit - Add War Club to (Triggering unit)
 

Deleted member 126647

D

Deleted member 126647

That would be a problem with your script then because I know the model works in game.

By the way, don't doble post, edit next time.
 
Status
Not open for further replies.
Top