| 05-21-2003, 03:37 AM | #1 |
Would be a nice usefull resource for those of us that don't know how to write code strings. |
| 05-21-2003, 12:43 PM | #2 |
Ehm, what? I didn't understand jack of that actually. Could you elaborate? |
| 05-21-2003, 01:08 PM | #3 |
http://www.wc3campaigns.com/sections...ticle&artid=24 is there a non-scripted version of that anywhere is what I wanna know. :P for those of us that don't know JASS. |
| 05-21-2003, 01:42 PM | #4 |
If you'd read between the lines you could translate that to GUI triggering. |
| 05-22-2003, 06:00 AM | #5 |
IF I already knew how to do that I wouldn'tve posted this thread in the first place. :P I know there's gotta be some helpfull dude out there that'd be willing to put that intro gui trigger form for us noobs , right? Or at the very least somebody that could explain how we can do it ourselves... show us what events/conditions/values we should use. |
| 05-22-2003, 06:18 AM | #6 |
if target of blah is within blah of orderd unit do stop |
| 05-22-2003, 07:06 AM | #7 | |
Quote:
One line answers like that help me and everybody else that's wondering or wanting to learn how to do this absolutely 0. Obviously it needs to be explained to me. However stupidly easy YOU may think it is. For me it's not, because I haven't learned how to do it yet. And the only way I'm ever gonna learn is if someone who DOES know is nice enough to take the time to break it down for me. So pls. Somebody? ANYbody? Help me out? :P |
| 05-22-2003, 08:15 AM | #8 |
thats the best i can exlain it at 3:00AM.... Code:
Events:
Order is isued [with]/[without] a target
Conditions:
isued order is equil to [your spell]
target of isued order is within [Numerical value] of orderd unit
Actions:
-{your spell actions here}-numerical value is the range inwith you want the spell to be allowed to be cast. |
| 05-22-2003, 10:35 AM | #9 |
Thank you. Just that little bit there helped me out alot... just this morning I found this nice tutorial too about JASS spells taht breaks it all down for you. Even has jpgs of what some of the triggers should look like. god bless whoever wrote this. :P http://forum.warcraftiii.net/showthr...threadid=32729 |
| 05-22-2003, 10:36 AM | #10 |
That will not entriely work Earth Fury... the way your trigger works if the spell is cast out of range, then your hero will walk towards them and do the normal spells effect (i.e. throw a hammer) then, the trigger will not run when he is in range and your trigger effect wil ONLY work if you were in range when you ordered it... The JASS scripting runs a loop which constantly checks the heroes mana, and only when the mana drops the correct value does the trigger run. Right now I have never used it but this is how I understand it works, I will be attempting to make this GUI later, but there are no gaurentees I can do it. |
