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

Trigger Help

Status
Not open for further replies.
Level 2
Joined
May 25, 2006
Messages
7
Im trying to make a trigger that makes an item only purchasable once per game... But can't really get it work

Soo if someone knows how please post
 

Ki

Ki

Level 7
Joined
Aug 20, 2005
Messages
258
If you arn't using lumber for anything, an easier way would be to make it cost 1 lumber and give everyone 1 lumber. Then you could change the lumber icon to whatever item you want to be bought only once.
 
Level 2
Joined
May 25, 2006
Messages
7
yes but i just want 1 player to be able to buy it, then the player who owns the item drops it upon death....
 
Level 6
Joined
Feb 18, 2005
Messages
263
then give only that player one wood...

can't see the problem there.

or if that does not do the trick:

do not add the item to any shop at all.
add it via trigger 'neutral - add item to marcetplace'

and on 'a unit sells an item' - 'item = your item' - 'remove sold item from all marcetplaces'
 
Status
Not open for further replies.
Top