Recent content by gref

  1. gref

    Tutorial Making a Backstab Spell (GUI)

    You should able to change the missile homing the the Attack Detection orb. Sorry for a late reply. This is the first time I've been on this forum in months. Also, attack-move is in no way affected by this system... so that must be a bug with whatever map you used it in.
  2. gref

    Spellpack Overgrowth, Death Pulse

    Um ... His point is that it doesn't cancel non combat consumables anymore, so your version of the spell is out of date.
  3. gref

    Tutorial Making a Backstab Spell (GUI)

    Bump.
  4. gref

    System Spoofing

    So confused right now.
  5. gref

    Need help with Wind Walk

    Ahh true...I keep forgetting people use GUI :)
  6. gref

    Making GUI MUI

    Or you could just learn Jass. That makes life easier.
  7. gref

    Spellpack Whip Spells

    If you want to cut down lag, put all your different types of dummy's on the map at the start to preload them, then remove them at init. Also add the abilities that dummy will be casting later to the dummy via triggers at init, then remove them. That should help reduce lag on the first casts.
  8. gref

    Need help with Wind Walk

    Prrft. That's a lame solution :) That would mean he'd have to learn how to make a dummy unit to cast invis on him. Which is clearly too difficult.
  9. gref

    Back Sliding Spell [Help please =D]

    The reason you pass through doors is that the distance covered per periodic event is too large. Make it occur more frequently (reduce the period) but make the distance less. Yeah...and your trigger leaks. Position of Triggering Unit needs to be stored and removed as well. Set the facing of...
  10. gref

    Need help with Wind Walk

    Not if windwalk for some reason doesn't actually allow you to change from land to water or visa versa...
  11. gref

    Making GUI MUI

    Well firstly, if you don't use timed actions, none of the Event variables (Which in general are globals) that you use will be overwritten, so it will always be mui. For example: Unit casts Blah Make dummy Add generic expiration timer to last created Order dummy to cast "Blah" That is mui...
  12. gref

    Need help with Wind Walk

    Make your own custom ability through triggering? When unit casts "blah" give it the Ghost ability, and change it's movement speed. After duration is over, or it attacks, remove ghost.
  13. gref

    Making GUI MUI

    There are so many threads on this. Here are the basic ways: -Use a seperate index in an array for each unit -Have no waits in your spell, or pass variables using something like custom values, or ability levels
  14. gref

    Any JASS tools for Mac?

    You can learn Jass, just not use vJass syntax... vJass is all converted to Jass anyway, provided you keep yourself to strict coding conventions it's not as though you need it.
  15. gref

    System PUI - Perfect Unit Indexing

    Good system. I already use it for a couple of things. That is all.
Top