HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Pre made Triggers?

10-27-2003, 12:59 PM#1
Mordrag
Has anyone thought of makeing a trigger pack that consists of abunch of triggers already made for people who dont know how to do them or to lazy?
10-27-2003, 03:43 PM#2
Das Jank
Pre-made triggers? The only one I can think of would be leader boards. What else would there be?
10-27-2003, 05:16 PM#3
element_5
Give me some examples of things you'd want in this trigger pack, I'll see what I can do :)
10-27-2003, 06:22 PM#4
35263526
Not for me, but alot of people can't do multiboards. Might be usefull. Me, I can do them fine in JASS!!!!!!!!!!!!!!!!!!!!!

*sorry, got a little carried away there*
10-27-2003, 06:38 PM#5
DaKaN
Just moving this to the proper forum
10-27-2003, 07:00 PM#6
Shark
not a bad idea, but...if u can't figure out hos to make a leaderboard work....nuff said :)
10-27-2003, 07:04 PM#7
sweet5
i need help making a team leader board, all i can do is add players but what i want is it to look like this




KILLS
------------

Team one

-------------

Team two

-------------


but i cant do it so help plz
10-27-2003, 07:41 PM#8
linkmaster23
many things to be said. Well, theres a good tutorail in the section. AND i was wondering....i hear all this talk about multi boards...what are they? im not a noob, alothough it sounds like it, i just dont really kbnow waht they mean. Thanks...
10-27-2003, 08:14 PM#9
MartinezTG
I have a text with a couple of "Trigger Types" that I always look into when doing triggers to not forget about anything. For example:

Basic Cutscene-Type:

turn off(This Trigger)
cinem. on
wait 0.1
pause units
fadeout(X)
wait(X)
unpause(units used in cinem) if neccessary
ApplyCamera
fadein(X)
wait(X)
turnCINEMATICSKIP ON
if skipped true then (Skip Remaining Actions)
transmission \
wait |- x
if skipped=true then (Skip Remaining Actions) /
TURNOFF CINEMATICSKIP
run CIN2

-CINEMATICSKIP (disabled initially)
turnoff(This Trigger)
set skipped=true
run CIN2

-CIN2
turnoff(This Trigg)
fadeout
wait
cin off
apply camera
Reset to game camera
visibility modifier_blackmask (On regions seen in the cutscene)
destroyblackmask


Hope this helps you ppl

BTW if you want some more than tell me

Martinez
10-27-2003, 08:50 PM#10
Supra God CrK
i won't advice doing this because i doubt anyone would ever even use it. it would be hard work on your part and than would not be appreciated. also a lot of the really good triggers are not transferable easily so than it would be hardkly helpful at all. just my 2 cents.
10-27-2003, 08:51 PM#11
element_5
sweet5, you'd probably have to use a multiboard for that instead of a leaderboard

linkmaster23, a multiboard is like a leaderboard but can display just about any information. It also consists of multiple rows and columns (you specify how many), and each cell can have an icon. It can also be minimized.

If you guys want to see how multiboards work, check my post in the Trigger and Utility Forum, "Trigger Examples for Newbs and Experts Alike". The multiboard triggers are located in the "Resource" trigger folder in the map I uploaded to that thread :)