JASS 101 Classroom

Status
Not open for further replies.

PurgeandFire

zxcvmkgdfg
Reaction score
509
Hmmm... whats the big idea here?

This is a classroom.

How exacly do you do things here?

The teacher (IKilledKEnny in this case) teaches lessons and assigns homework

Because I'd want to learn JASS too.

Then you can post here, but I dunno whether or not IKK is taking in students right now.

Well... kinda. I know most stuff. You could say what I lack now is the vocabulary of the language.

Well, it is case sensative so make sure you have propper spelling. :p

Also, there are a bunch of natives from JASSCraft that tell you a bunch of functions. (Go to the Useful Tools Section)

Simply because I don't have anything to do with it. I'm not involved in any projects and something.
Now if I just had something to do that gets me somewhere. :p

JASS is very efficient and can help you a ton. Learning JASS is in fact an oppertunity in my case, so I'm learning.
You can create spells or create a new map idea; or you can possibly even join another map recruition project and help them. :D
 

PurgeandFire

zxcvmkgdfg
Reaction score
509
Sensitive*
Proper*
You better check your spelling too, PurgeandFire ;)

rofl. Sensitive was a typo and proper I accidentally clicked "P" two times.

[Off-Topic]Leet language Translation:
|20ƒ£. §€|\|§¡7¡\/€ \/\/@§ @ 7¥p0 @|\|þ p|20p€|2 ¡ @çç¡þ€|\|7@££¥ ç£1ç|<€þ "|*" 7\/\/0 71|\/|€§.

Lol... jk :D
 

martix

There is no spoon
Reaction score
49
PurgeandFire now here's the problem. I just don't have the time to start a project of my own right now. I may be a quick study but do you think some map maker would want a newb jasser in their project anyway...
And I'd prefer to waste my time with something thats worth it. I just too practical.
 

Omni

Ultra Cool Member
Reaction score
37
a quick question:
can i use locals in GUI like:
(Code tags not Jass tags:p )
Code:
Morph with agility for an elf
Event:
Unit - gains a level
Condition:
blabla bla
Actions:
Custom script: local integer Elf_Agility = the thingy how to get the lvler's agi
Unit : replace leveling hero with a uberelfhatyougetwhenlvl10
custom script: setagilityto Elf_Agility

pretty sorry i dont have the we open so i just typed something in on some
spots but you'll understand (i hope)

~mixing JASS with GUI,.. nice :D ~
 

ertaboy356b

Old School Gamer
Reaction score
86
My trigger seems not to be working.... Mind checking it out... Heres the trigger I made with Jasscraft...

JASS:
function SpinCut takes nothing returns nothing
local integer a = 0
local unit SpinCutCaster = GetTriggerUnit()
local unit SpinCutTarget = GetSpellTargetUnit()
local location SpinCutPoint1
local location SpinCutPoint2
local integer SpinCutInteger = R2I(DistanceBetweenPoints(SpinCutPoint1, SpinCutPoint2))
local integer SpinCutSpeed = ( SpinCutInteger / 25 )
local location SpinCutPoint3
local integer SpinCutAngle
call TriggerSleepAction( 0.10 )
call PauseUnit( SpinCutCaster, true )
call SetUnitTimeScale(SpinCutCaster, 50 * 0.01)
call SetUnitAnimation(SpinCutCaster, &quot;attack slam&quot;)
call UnitAddAbility(SpinCutCaster, &#039;Amrf&#039;)
call UnitRemoveAbility(SpinCutCaster, &#039;Amrf&#039;)
call SetUnitFlyHeight(SpinCutCaster, 1000.0, 1000.0)
loop
set a = a+1
exitwhen a&gt;25
set SpinCutPoint1 = GetUnitLoc(SpinCutTarget)
set SpinCutPoint2 = GetUnitLoc(SpinCutCaster)
set SpinCutAngle = R2I(AngleBetweenPoints(SpinCutPoint2, SpinCutPoint1))
set SpinCutPoint3 = PolarProjectionBJ(SpinCutPoint2, I2R(SpinCutSpeed), I2R(SpinCutAngle))
call SetUnitPositionLoc(SpinCutCaster, SpinCutPoint3)
call RemoveLocation(SpinCutPoint3)
call RemoveLocation(SpinCutPoint1)
call RemoveLocation(SpinCutPoint2)
call TriggerSleepAction(0.02)
endloop
call SetUnitFlyHeight(SpinCutCaster, 0.0, 1000.0)
set a = 0
loop     
set a = a+1
exitwhen a&gt;25
set SpinCutPoint1 = GetUnitLoc(SpinCutTarget)
set SpinCutPoint2 = GetUnitLoc(SpinCutCaster)
set SpinCutAngle = R2I(AngleBetweenPoints(SpinCutPoint2, SpinCutPoint1))
set SpinCutPoint3 = PolarProjectionBJ(SpinCutPoint2, I2R(SpinCutSpeed), I2R(SpinCutAngle))
call SetUnitPositionLoc(SpinCutCaster, SpinCutPoint3)
call RemoveLocation(SpinCutPoint3)
call RemoveLocation(SpinCutPoint1)
call RemoveLocation(SpinCutPoint2)
call TriggerSleepAction(0.02)
endloop
call PauseUnit(SpinCutCaster, false)                  
call SetUnitTimeScale(SpinCutCaster, 100 * 0.01)
set SpinCutCaster = null
set SpinCutTarget = null
set SpinCutPoint1 = null
set SpinCutPoint2 = null
set SpinCutPoint3 = null
endfunction
 

Omni

Ultra Cool Member
Reaction score
37
AARGH!! TOO HARD THINGS FOR ME TO UNDERSTAND NOO
CALL REMOVEJASS (UDG_OMNI) NOO ARGH!!

....
..
.

i dont understaaand...
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
Hi Kenny,

Please take me off the list. I'll be quitting WC3 soon. There's no point me learning any more Jass. Thanks for all your hard work with us and before this classroom. I really appreciate it. :)
 

PurgeandFire

zxcvmkgdfg
Reaction score
509
What isn't working, and what is it supposed to do?

Did you test it out?

Do you have init functions?

What happens?

Sorry, but I need details before I answer a question, most of the time. :D

P.S. Nooo!! Don't leave chovynz!! Awww... :(
 

elmstfreddie

The Finglonger
Reaction score
203
We now must mourn Chovnyz.
Well, that was easy.
Just kidding, cya. Good luck on your path to the future!
Path to the future? Where the hell do I get these things =/
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
:(
Orbitos burned you out eh?

offtopic: Kinda/sort've/notreally. It is my baby and I'll be continuing that, but I'm not going to be playing WC3 anymore. I need to make some life changes and some choices. I've been addicted to Wc3 (and these forums...;)) and spending too much time playing games rather than spending time with my wife and kids. So I'm going cold turkey for those things that are...intruding.

Maybe later I'll pick wc3 up again who knows. For now, the WC3 part of my life is closed.
 
I

IKilledKEnny

Guest
> Please take me off the list. I'll be quitting WC3 soon.

Sorry to see you go Chovynz, your project orbitos seemed like a great game!!


To the rest: Please try to keep the disscussion relevant to the classes only, this thread is already 12 pages long and we are not even halfway through.


I might be able to post class only on staturday but I hope to manage to post it until tommorow.

Sorry for the many delays, it takes hours to write those lessons so please understand.
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top