• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Evaluated] [Assignment] Week 1

Status
Not open for further replies.
Level 20
Joined
Jul 12, 2010
Messages
1,735
We need to submit the maps here right? Why I'm the only one? lol

I'm sorry missing the first week, I was on a vacation for 5 days and I only have a desktop computer so i couldn't do the lesson from a laptop.

I tried my best to do the project and the lessons, here they are:

Week 1: View attachment vJASS Student W1.w3x

Week 2: View attachment vJASS Student W2.w3m

Ill edit this post every time i finish and upload each week's test.
 
Last edited:
Level 20
Joined
Jul 12, 2010
Messages
1,735
You aren't the only one.
You just can't see other people's threads :p
Ah ok, but wouldn't it be better if we can see each other's projects and learn from them? or are you releasing maps with the projects done? how do we know if we did our lessons/projects correct?

EDIT:
how should i post problems i have with the lessons? should i make a new thread or should i post them on this thread?

EDIT 2:
no reply?:(
 
Last edited:
Evaluation:

Code:
Lesson 1
        Good job
        
Lesson 2
        Good job
        
Lesson 3
        Good job
        
Lesson 4
        Good job
        
Lesson 5
        Failed
        Didn't create a footman
        The trigger was supposed to be enabled for you to be able to create one as well.
        The action you left there creates a peasant.
        
Lesson 6
        Failed
        Did not call the custom functions
            This bonus was incorrect
                call AbilityId2String(A000)
            Remember that ascii values must be surrounded with ' '
        Forgot ( ) on calls
        Remember, enable the triggers. You're putting code that doesn't compile.
        
Lesson 6 P2
        Good job
        
Lesson 7
        Failed
        
            It said to pass in the types, not values
            
            Forgot ( ) on some of them, probably because you didn't
            know what values to put in, which is why it said  to pass in
            types.
        
Lesson 8
        Failed
        
Lesson 10
        Failed
        
        Output was right, but all of your answers were reversed
        
Project 1
        Failed
        
        Didn't name variables correctly
        Used things that haven't been covered yet
        Did not call the natives correctly

        Player Red would be Player 1 *in-game*.
        so player0

        player player0
        player player1
        etc...

        See lesson 6 for how to call natives
        Also, you're supposed to enable the triggers. Disabled triggers don't run. Ever.
        They are also ignored by the compiler, so you wouldn't know if what you're doing is right or not.
 
Status
Not open for further replies.
Top