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

[Trigger] Can someone help me

Status
Not open for further replies.
Level 2
Joined
Aug 10, 2007
Messages
7
First off you need to think about the trigger and kinda visualize how it will play then lok for the proper events/conds/actions to use the trigger and your not always gonna get it right away so sit for about a day and try out a couple variations of the trigger anyways here is the simpilest thing i could come up with.


  • Events
    • Unit - A unit owned by Player 1 (Red) Uses an item
  • Conditions
  • Actions
    • Unit - Create 1 High Elf (Female) for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
Replace the high elf with the baby and you can replace *center of playable map area* To where your hero/peasant or in a region and thats all this is to it.
 
Level 1
Joined
Aug 10, 2007
Messages
7
Hey another question is there something i can do like a doom but doesn't kill the person and it spawns a little kid after like 5 minutes or something?
 
Level 1
Joined
Aug 10, 2007
Messages
7
  • Events
    • Unit - A unit owned by Player 1 (Red) Uses an item
  • Conditions
  • Actions
    • Unit - Create 1 High Elf (Female) for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees

  • Events
    • Unit - A unit owned by Player 1 (Red) Uses an item
  • Conditions
    • (Item-type of (Matching Item)) equal to condom
  • Actions
    • Unit - Create 1 Child for Player 1 [Red] at [Position of [Triggering unit]] Facing default building facing degrees
Yet it still doesn't work can i get some more help
 
Level 1
Joined
Aug 10, 2007
Messages
7
Trigger: Events

Unit - A unit owned by Player 1 (Red) Uses an item

Conditions

((item-type of [item being manipulated)) is a powerup) Equal to true

Actions

Unit - Create 1 Child for Player 1 [Red] at [Position of [Triggering unit]] Facing default building facing degrees

I cant do anything but make it a power up sellable or pawnable how do i make it so its a condom item type status doesn't work i dont get it help please!

Edit: Im getting somewhere this is where im at
Trigger: Events

Unit - A unit owned by Player 1 (Red) Uses an item

Conditions

((item-type of [item being manipulated)) is a powerup) Equal to (condom is A powerup)

Actions

Unit - Create 1 Child for Player 1 [Red] at [Position of [Triggering unit]] Facing default building facing degrees

I thought it worked then i clicked a tome and there spawns another kid if i could get some help i would love you forever and have your babies
 
Last edited:
Level 21
Joined
Aug 21, 2005
Messages
3,699
The condition you're using is a BOOLEAN COMPARISON condition. You need to scroll down in the list and select "Item - Item TYPE comparison". Then you say "Item type of (item being manipulated) is equal to (condom)"

Besides, it's not entirely logic to get babies after using condoms.. isn't the whole point of this NOT to get children?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,255
Do not bump unless this thread falls off the fourm list or over 48 hours have past since last post.

Lich_King Wrath may I point you to the rules, the section called "Software Piracy"?
Software Piracy said:
The Hive Workshop does not condone, encourage, support or tolerate the use of any appz, cracks, hacks, spoofers, torrents, warez or any other type of bootleg, illegal or pirated software (or techniques). The posting of such material or links to it are absolutely forbidden. Posts or threads referring to these subjects will be deleted. Violators may be banned.

Worse is you posted in a random chain so -rep for you.

Also you do not need a crack since your orignal TFT or ROC CD will load TFT WE. And since you obviously own them, or by law you would not have WE, you do not need a crack. If your CD broke, then you are on your own but remember, ROC or TFT can run TFT's WE up.

This topic will be left open but if anyone continues to talk about cracks, or any other form of piricy, they will be punished.
 
Level 1
Joined
Aug 10, 2007
Messages
7
Thank you all for ALL of your help i love you guys and also if one of you guys want to do a pregnancy thing such as like doom but you dont die and after 5 mins you get a baby or something would be very helpful and thanks for everything guys
 
Level 5
Joined
May 2, 2007
Messages
141
. . . it's a shabby way. . . but you could resurrect the unit that died after doom hit it. . .

Or, you could do something like this.

When a unit is hit by a spell -> wait 300 seconds -> create unit (baby) for owner of casting unit.

Of course that is just the simple form of it, but you should be able to get the gist of what Im saying. . .
 
Status
Not open for further replies.
Top