JASS spell importing

Ducati

Member!
Joined
Aug 14, 2004
Messages
106
Reaction score
0
Location
alaska
Website
Visit site
k so i downloaded sum JASS spells from www.wc3sear.ch,but theres no triggers??theres jus a bunch of writing i dont understand.....?....im so confused.....do i need JASS to put them into my map?
could anyone tell me how its done? and if so can you please gimme a step by step walk through in the most easiest possible language a noob like me could understand,to give u an idea of how noob i am....i have absolutely no idea how any triggers work,i just copy n paste spells into my maps lol
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
Ducati said:
k so i downloaded sum JASS spells from www.wc3sear.ch,but theres no triggers??theres jus a bunch of writing i dont understand.....?....im so confused.....do i need JASS to put them into my map?
could anyone tell me how its done? and if so can you please gimme a step by step walk through in the most easiest possible language a noob like me could understand,to give u an idea of how noob i am....i have absolutely no idea how any triggers work,i just copy n paste spells into my maps lol
All triggers are essentially JASS code viewed in a different way. You can convert it back, but it's quite difficult.

That said, they probably did that to prevent people from modifying the spells easily. But they still are modifiable.*
 

Dream_Walker

BattleForums Senior Member
Joined
Feb 20, 2005
Messages
1,924
Reaction score
0
Location
Arcanum
Some spells cannot be done via triggers, that is where jass comes into play. As far as the language, i dont really understand it myself, the main thing i know is that when they have // it is not used in the scripting, but used as a note. Lol
 

Auron

BattleForums Senior Member
Joined
Jul 18, 2003
Messages
2,351
Reaction score
0
Website
Visit site
Post the JASS script, Ducati.
 

Octopor

your whole family is made of meat
Joined
Nov 28, 2003
Messages
2,043
Reaction score
2
Ducati said:
so its a note on how to convert it into triggers??
No.

There's an entire Jass Tutorial on the site if you actually looked, I'd post it but wc3search doesn't work for me.
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
// means a one-line comment greg, just like in C++!

JASS is completely different then the Triggers, they cannot be converted either way.
 

Octopor

your whole family is made of meat
Joined
Nov 28, 2003
Messages
2,043
Reaction score
2
Hellwolf_36 said:
// means a one-line comment greg, just like in C++!

JASS is completely different then the Triggers, they cannot be converted either way.
JASS is a different set of triggers*, with different commands, perameters etc.

*edited
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
well they call entities to do more than pre-set triggers are capable of.
 

Cabal

New Member
Joined
Apr 7, 2006
Messages
1
Reaction score
0
JASS is a programming language made by Blizzard and is used in the World Editor to make triggers in a different way. It is used by people who are experienced in trigger making and not from those who just startet their first steps in map making. For those there is the GUI way. GUI way is the visual making of triggers in the WE. Well JASS is quite similar with C++ and it is using raw codes to refer to abilities, units etc. The only way to learn JASS is to experience with it and to spend a lot of time. Of course JASS has a lot more capabilities cause it is more advanced and you can make some triggers which are impossible to be made by GUI.
 

Galmore

Member
Joined
Apr 25, 2006
Messages
11
Reaction score
0
Cabal said:
JASS is a programming language made by Blizzard and is used in the World Editor to make triggers in a different way. It is used by people who are experienced in trigger making and not from those who just startet their first steps in map making. For those there is the GUI way. GUI way is the visual making of triggers in the WE. Well JASS is quite similar with C++ and it is using raw codes to refer to abilities, units etc. The only way to learn JASS is to experience with it and to spend a lot of time. Of course JASS has a lot more capabilities cause it is more advanced and you can make some triggers which are impossible to be made by GUI.
Ok so is there a list of commands that JASS uses? because im sorry you cant just learn a programming/scripting lauguage with out at least a list of the syntec.

Is there a place that list the syntex ?
 

NewPosts

New threads

Top