Spell Contest III

Status
Not open for further replies.
Reaction score
456
Whos idea was to remove the Contest forum? This is more popular than in a the sub-forum..

Argh.. I can't figure out some good story for my Chaotic Strings spell ;(.. Is the story part a big part of the grading?
 

Ninja_sheep

Heavy is credit to team!
Reaction score
64
Do not directly ask how to make a spell on the forums.You're allowed to ask "how do I do this", but not "can someone make this spell for me".

just re-read this and saw i may ask for help :D So let's do this.
 

Sooda

Diversity enchants
Reaction score
318
> I dont even know what those error messages mean lol.

Do not edit/ write JASS directly to World Editor, you may create compile error what causes World Editor to crash without chance to get back your so far work.
Don' t ever forget to end loop in default World Editor or it crashes when you hit test map button or disable/ enable (compile JASS).
Use JASSCraft or similar program to write JASS, it gives logical and better error messages also than World Editor. Check out SFilip TESH too.
Will MUI give something to your ability ? I mean points ?
 

Ninja_sheep

Heavy is credit to team!
Reaction score
64
Whats a "TESH"?:confused: :confused: :confused:

I dont think MUI gives points, but i also want to learn (even if it's in contest) :D
 
Reaction score
456
>you may create compile error what causes World Editor to crash without chance to get back your so far work.
Nope, if you used New Gen Jass Pack :p

>Will MUI give something to your ability ? I mean points ?
Probably some points to:

Efficient: ?/10 This?
Leak-less: ?/10
Importability: ?/5
 

Ninja_sheep

Heavy is credit to team!
Reaction score
64
oO
trigger window not found, make sure WE is running and then try again

But im sure WE is running...:eek: :confused: :eek: :eek:
also tried restart computer
 

U are a noob

Mega Super Ultra Cool Member
Reaction score
152
Can we use vJASS and New Gen Pack ? Means you have to open map(s) with modified World Editor ? Please :eek:
Ok. If you use vJASS you MUST submit the coding of it in your post too. From what Pyrogasm has told me he cant open vJASS because he has a Mac.
Pyrogasm is able to grade vJass spells as far as I know, but I don't know if uareanoob uses it so.. Well it takes 2 seconds to download and do whatever to it ;D
I use vJASS don't worry.
Yes.
Water Image​

This is my first spell of this type :eek: Screens and map Attached. The prison-type is only to the unit that attacked the ilussion (I can do it for all the units in the zone but i am not sure how to do it so i decided leave it this way)
Nice spell added to front.
damned! My spell is allmost complet, but im using jass to keep it MUI (since it shall be some kind of mine wich would be unrealistic if not MUI) and the jass is doing things it shouldn't. lol.

(' needed oO
end-of-line needed :confused: :confused:

I dont even know what those error messages mean lol.
Just to let you know MUI does not add points. Although it would be nice to have it MUI so people can use the spell.
Hmm... maybe I should reinstall my Wc3? :D:D I'm tented to enter this xD.
Perhaps this is the return of the mighty Smith.
You do that ;D Smith.

I make a spell named "Chaotic Strings", for my Black Predator spider hero.

Actually I don't know what it does yet.. Something chaotic I guess.
Lol.

Whos idea was to remove the Contest forum? This is more popular than in a the sub-forum..

Argh.. I can't figure out some good story for my Chaotic Strings spell ;(.. Is the story part a big part of the grading?
Yea seriously this is way more popular.
Added.
just re-read this and saw i may ask for help :D So let's do this.
Yeah you are allowed to ask for help not just "Make this spell for me". :p
> I dont even know what those error messages mean lol.

Do not edit/ write JASS directly to World Editor, you may create compile error what causes World Editor to crash without chance to get back your so far work.
Don' t ever forget to end loop in default World Editor or it crashes when you hit test map button or disable/ enable (compile JASS).
Use JASSCraft or similar program to write JASS, it gives logical and better error messages also than World Editor. Check out SFilip TESH too.
Will MUI give something to your ability ? I mean points ?
MUI will not give to points.
Whats a "TESH"?:confused: :confused: :confused:

I dont think MUI gives points, but i also want to learn (even if it's in contest) :D
Contestes are good for learning. TESH is SFilips program to check JASS.
>you may create compile error what causes World Editor to crash without chance to get back your so far work.
Nope, if you used New Gen Jass Pack :p

>Will MUI give something to your ability ? I mean points ?
Probably some points to:

Efficient: ?/10 This?
Leak-less: ?/10
Importability: ?/5
No it will not give points.
This is TESH:

http://www.thehelper.net/forums/showthread.php?t=54822

It's a program created by SFilip that can be "hooked" into the World Editor, and it acts almost like a built-in JassCraft.
Yes.
sounds neat :D have to test this :D
It is a good program.
Uhhh... I can't really remember... must be something around the end of last summer xD.
Perhaps it shall change to tommorow. :p
oO
trigger window not found, make sure WE is running and then try again

But im sure WE is running...:eek: :confused: :eek: :eek:
also tried restart computer
You must have a trigger editor open. Also dont ask stuff about it in this thread. Please.
 

Void

New Member
Reaction score
16
Here ya go. No fancy titles for me, just the basics.
It's a life drain trap, people who go near it will be damaged... it's mainly an eye candy spell.
MUI: Hell no biznatches! mui is for noobs! (jk, I just don't know how to do it :()
Awesome: Yup.

Things to edit:
Range:
Code:
Set temploc[(Integer A)] = (draintraploc offset by [B]500.00[/B] towards ((Real((Integer A))) x 45.00) degrees)
Code:
Stats - Area of Effect: [B]500[/B]

Damage:
Object editor.

Number of points in the star:
Code:
For each (Integer A) from 1 to [B]8[/B], do (Actions)
Code:
Set temploc[(Integer A)] = (draintraploc offset by 500.00 towards ((Real((Integer A))) x [B]45.00[/B]) degrees)
 

U are a noob

Mega Super Ultra Cool Member
Reaction score
152
Here ya go. No fancy titles for me, just the basics.
It's a life drain trap, people who go near it will be damaged... it's mainly an eye candy spell.
MUI: Hell no biznatches! mui is for noobs! (jk, I just don't know how to do it :()
Awesome: Yup.

Things to edit:
Range:
Code:
Set temploc[(Integer A)] = (draintraploc offset by [B]500.00[/B] towards ((Real((Integer A))) x 45.00) degrees)
Code:
Stats - Area of Effect: [B]500[/B]

Damage:
Object editor.

Number of points in the star:
Code:
For each (Integer A) from 1 to [B]8[/B], do (Actions)
Code:
Set temploc[(Integer A)] = (draintraploc offset by 500.00 towards ((Real((Integer A))) x [B]45.00[/B]) degrees)
Added. I hope thats just your first version.
 

Void

New Member
Reaction score
16
Yeah it is. :p
More work tomorrow.
I suppose I should give you a progress bar...
Terrain: IIIIIIIIII 100%
Triggers: IIIIIIIIIi 90%
SFX + SFX triggers: IIIIIIIiii 70%
 
Reaction score
456
Looks cool, I use the same lightning effect.. In biiiit different way than you do :p

Anyway, if I cannot make this in time, bit hurries currently, I still post the in work spell here.
 

elmstfreddie

The Finglonger
Reaction score
203
You shouldn't be using globals at all if you use JASS :nuts:

We won't lose marks for not using systems to make our JASS easier, right :p
I don't like using systems =/

Edit > I love how I just triggered my whole spell without testing, and now that I test it does nothing except create the ward T_T
 

Prometheus

Everything is mutable; nothing is sacred
Reaction score
589
Free form globals allow you to make 2 triggers but MUI
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top