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!
FIrstly i need help(or tutorials)about spell triggers....
Secondly How do i set the starting gold and lumber(not for all the players)????????I want Certain players to have f.e.100000 gold and 100000 lumber,how can i do it?????
Trigger that sets the starting resources for one player. The actions ofr setting gold and lumber are "Player - Set Property".
Code:
Trigger 1
Events
Map initialization
Conditions
Actions
Player - Set Player 1 (Red) Current gold to 50
Player - Set Player 1 (Red) Current lumber to 20
Trigger for giving all players the same sarting resources. This trigger uses a "For Each Integer A, Do Multiple Actions" loop.
Code:
Trigger 2
Events
Map initialization
Conditions
Actions
For each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
Player - Set (Player((Integer A))) Current gold to 50
Player - Set (Player((Integer A))) Current lumber to 20
I suggest that you play aorund with the trigger editor and look in FAQs or ask in forums for specific things that you don't understand. I think that there could be some good tutorials too, but I don't use tutorials myslef (or write any) so I don't know.
Slow down man, i'v seen many of ur question posts, and ur trying to fast, at things u dont understand.
try to go step by step. Or ask a friend to explane it to u. It is hard to learn every thing from the site.
FIrstly i need help(or tutorials)about spell triggers....
Secondly How do i set the starting gold and lumber(not for all the players)????????I want Certain players to have f.e.100000 gold and 100000 lumber,how can i do it?????
Look like ya starting to learn how to make a custom map aren't you ? ..look when i was makin my first map and learning triggers/spell/sepecial effects, i used to playing around with all those stuffs and seriously i did not ask no one for helps in the first map, i even make my own save/load system, and stuff, listen to me i dont know if ya new to map making but if so then try to playing around with World edit, triggers, and blah blah, you will get use to it after if you need help on forum then its will be eazy to understand, also you can even learn yourself,,,,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.