• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Removing Units from Neutral Buildings

Status
Not open for further replies.
Level 7
Joined
Apr 25, 2004
Messages
241
How can you remove a unit from a neutral building after someone picks it? This is to limit each hero to only appearing once in the whole map/game. Only one person can use him. I used different triggers to remove unit-type from all marketplaces but it doesn't work for some reason. If anyone can post something here like JASS, or a working trigger for this I would be greatly appreciated.
 
Level 4
Joined
Sep 11, 2004
Messages
97
i know a trigger 4 u but why dont u just set the tier levels for the unit u want or change the gameplay constants?
 
Level 5
Joined
Jul 11, 2004
Messages
183
leissaK said:
How can you remove a unit from a neutral building after someone picks it? This is to limit each hero to only appearing once in the whole map/game. Only one person can use him. I used different triggers to remove unit-type from all marketplaces but it doesn't work for some reason. If anyone can post something here like JASS, or a working trigger for this I would be greatly appreciated.

Hmmm i bet you didnt use the If all conditions in the main actions, or else this should work ! ok use this trigger if it work,, but you need to create the same thing as i show you here ! EX building1 is where you buy hero. and Peon is buying hero. and BloodMage is the hero you wanna remove from building1.

Events
Building1 is selling a unit
Conditions
Or Any Conditions Are True
Conditions
Unit type of buying unit Equal to Peon
Actions
If All Conditions are true then Do Then actions Else do else Actions
If Conditions
Or any Conditions Are True
Unit type of Sold Unit equal BloodMage
Actions
(Over here you need to Remove Sold Unit from building1 not bloodmage)
Else actions
Do Nothing

Event + Conditions + Actions = must be fit and all trues, so the trigger knows what we're orderin them to do, there you go you can add any units you wanna remove from building1, because this is a Multi actions,
Remember Event = selling a unit, condition and actions must be Buying units or Sold units , if my trigger still doesnt work, then you need to recheck other triggers in your map.
 
Status
Not open for further replies.
Top