 |   |  |  |
| Challenge Archive All completed and inactive challenges are archived in this forum. |
04-11-2007, 06:34 PM
|
#1 (permalink)
|
Away for a Year
Join Date: Dec 2006
Posts: 275
|
I challenge Kixer
I will step by step challenge every1 at THW until I became the best at triggering!!
Kixer, I challenge you to make an impossible skills with triggers only(no GUI or JASS), doesn't fair if one of use pick the challenge so let others member or admins pick which skills we must done... We will keep make skills until no more skills to finish, last man standing!!
Submit map when you finish your skill
-------No new post allowed!!-------
Hey!! I want answering but why I can't post new!! Kixer we start the challenge from 19th, the rules are as you wish but I don't care.. I will only use triggers, because a man never pull his own word..
I must win, 19th April is my lucky day.. It's my birthday ^^
__________________
I always do many project in same times and none of it finished...
[SIGPIC][/SIGPIC]
tenshu: nozoite waga hitokage
Last edited by CoolSoFar; 04-13-2007 at 03:06 PM..
|
|
|
04-11-2007, 06:36 PM
|
#2 (permalink)
|
Ascendancy Creator
Join Date: Mar 2007
Posts: 618
|
wow trigger only, that would be nice for a change
|
|
|
04-11-2007, 09:17 PM
|
#3 (permalink)
|
User
Join Date: Jan 2005
Posts: 2,982
|
Umm ... triggers ARE GUI!
__________________
Current project:
iTaLiaN WaRZ v1.0
Progress: ||||||||
|
|
|
04-11-2007, 09:20 PM
|
#4 (permalink)
|
Ascendancy Creator
Join Date: Mar 2007
Posts: 618
|
|
|
|
04-11-2007, 09:38 PM
|
#5 (permalink)
|
Yawn...
Join Date: Jul 2006
Posts: 751
|
Huh?
I didnt quite understand your whole post?
I cant take up you challenge atm, cuz i dont have acess to WE atm...
But if i do take up your challenge i wanna being able JASS! If you want to be better than me, i should be able to use all of my skills? And GUI is so limited >.< how could i make my Spell MUI?
And could you maybe make this a pack of 5 spells. So that all aspects can be tested?
__________________
[ Current Project : Fallen Legends - Anub'arak ]
|
|
|
04-12-2007, 12:01 AM
|
#6 (permalink)
|
User
Join Date: Feb 2007
Posts: 403
|
Haha.
GUI is triggers. Graphical User Interface; it's just the name for the drop-down menus and conveniently labeled functions.
JASS is GUI. Not sure what it stands for.. Something like Just Another Script; it's the core of GUI. GUI is just a fancy cover of pre-made functions for those who don't know Jass.
Quote:
|
skills with triggers only
|
As opposed to what?
Does that mean you guys can't use units? Or effects? Or tooltips? :emote_huh:
|
|
|
04-12-2007, 01:14 PM
|
#7 (permalink)
|
Away for a Year
Join Date: Dec 2006
Posts: 275
|
Because I didn't know anything about programing and too lazy to learn GUI and JASS, making skills with Triggers only not that bad.. Just there's some leaks and if it finished and some1 wanna put it on a map he just must fix those leaks..
Anyway guys, doesn't you have Idea for a skill to be the challenge?? You can also put skills for your map that don't finished and we will finish it as soon as possible..
Kixer you right, we wait until there's 5 skill request and make it in 1 map:emote_grin:
__________________
I always do many project in same times and none of it finished...
[SIGPIC][/SIGPIC]
tenshu: nozoite waga hitokage
|
|
|
04-12-2007, 01:34 PM
|
#8 (permalink)
|
User
Join Date: Mar 2007
Posts: 20
|
Triggers = GUI, Functions = JASS... JASS=GUI only in a different context...
|
|
|
04-12-2007, 01:42 PM
|
#9 (permalink)
|
Yawn...
Join Date: Jul 2006
Posts: 751
|
Conditions:
ok will accept your challenge under these conditions :
1.The winner of the challenge will be decided via public vote.
2. Spells are judged according to leaknessless, eye-candy, lag ect.
3. We must both enter a pack of 5 spells.
4. 3 weeks Time Limit
5. We are both allowed to use all the skills we have to make it a fair challenge (eg codeing ect)
If you agree the challenge begins on the 19th.
__________________
[ Current Project : Fallen Legends - Anub'arak ]
|
|
|
04-12-2007, 02:58 PM
|
#10 (permalink)
|
User
Join Date: Jan 2005
Posts: 2,982
|
Kixer, if you want use jass, you can still make series 'Custom Script' Actions 
__________________
Current project:
iTaLiaN WaRZ v1.0
Progress: ||||||||
|
|
|
04-12-2007, 03:56 PM
|
#11 (permalink)
|
Yawn...
Join Date: Jul 2006
Posts: 751
|
If only
If only it was that simple... But how could i use functions, returns, ext! 
__________________
[ Current Project : Fallen Legends - Anub'arak ]
|
|
|
04-13-2007, 01:16 PM
|
#12 (permalink)
|
iRawr
Join Date: Dec 2005
Posts: 8,349
|
functions -- new triggers, pass the stuff with BJ globals
returns -- BJ globals again.
Example:
 Some Trigger  Events  Conditions  Actions  Custom Script - set bj_forLoopAIndexEnd = 5 * (bj_forLoopAIndex + 3)
 Main  Events  Something happens  Conditions  Something is something to Something  Actions  Custom Script - set bj_forLoopAIndex = 5  Custom Script - call Trigger_Some_Trigger_Actions()  Custom Script - call SomeFunctionThatTakesAnInteger( bj_forLoopAIndexEnd )
K, it's a bad example, but I hope you get the point ><
EDIT: Kix -- since the forum is closed, I sent you a PM as to how to do advanced stuff in GUI, I was curious to see if it worked and it does :D (PMed cause this forum is closed)
Last edited by PurplePoot; 04-13-2007 at 08:31 PM..
|
|
|
04-13-2007, 01:29 PM
|
#13 (permalink)
|
Only if it pays...
Join Date: Sep 2006
Posts: 3,114
|
Plz understand that GUI are trigger and triggers are GUI .. u made me confused for a moment..
|
|
|
04-13-2007, 02:07 PM
|
#14 (permalink)
|
Yawn...
Join Date: Jul 2006
Posts: 751
|
I was talking about the more advanced functions...
For instance timer functions, locals, the return bug, ect?
I mean how can you recreate the return bug functions or similar processing returns in GUI?
If Cool want to be better than me then he has to beat everything iv got at my disposal?
__________________
[ Current Project : Fallen Legends - Anub'arak ]
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|  |  |  |  |   |  |
|