Search results

  1. M

    Help - JASS spell (Idiot Coder)

    Okay, so I'm trying to make a Portal remake into wc3, well, not a remake, but general idea of portal into like, a PvP game, or something. Anyway. I was working on the creation of the portals. And for what ever reason, JASSHelper is saying I have 4 errors. I don't get why these are syntax erros...
  2. M

    "Unit bones"?

    Alright, well I've been poking around in the JASS Manual. And I noticed this line of code SetUnitLookAt unit whichUnit, string whichBone, unit lookAtTarget, real offsetX, real offsetY, real offsetZ Now this caught my eye because of, "whichBone". I looked into wc3's GUI, and apparently...
  3. M

    SetAltMinimapIcon question(s)

    Alright, so I'm wanting to know how to, well change the minimap icon to fit the terrain. I know this is possible, because it is done in Eota, the question is how to do it? So does anyone have like, a working, functional code that does this? I've tried setting the icon, then the...
  4. M

    Unit Movement system, why doesn't it work?

    Okay, so I actually took the snippet from Sevion's Physics wars Modified to to work, but the part of the code that doesn't work, was working before I modified it. Anyway, here's the code, and the part that doesn't work (in red) and the error along with these parts is "Invalid argument type...
  5. M

    Dialog: where's the problem

    Okay, so I was looking at AceHeart's Dialog Box Tutorial (here) I was doing a modified version of part 3. So instead of using 3 (do to the number of heroes) I decided to reuse the first one. Heroes Untitled Trigger 001 Events Map initialization Conditions Actions...
Top