Search results

  1. E

    Spell not working: supposed to hit enemies in a line only once

    Hi, I'm trying to make a spell that fires out a missile, hitting all enemies it passes through once per missile. Although the first missile works as expected, all subsequent casts cause the missiles to damage enemies it passes through multiple times. For the life of me, I can't figure out...
  2. E

    How to get last unit of a group

    Hi, in JASS, you can use 'FirstOfGroup(<Groupname>) to get the unit that was added to a unit group most recently. I was wondering how you would be able to get the unit that added last to a unit group, i.e. 'LastOfGroup'. Now, 'LastOfGroup' doesn't exist... how could i do this?
  3. E

    Defense Downfall (by EsKiMoJoE_66)

    Downfall by EsKiMoJoE_66 Here's the deal: Humanity is on its last legs: the world's dead are returning from the grave by some strange phenomenon and attacking the living. At first, it posed little threat. The zombies were universally slow and aimless. However, they started to mutate, most...
  4. E

    Warcraft crashes upon saving

    I am using vJASS and whenever i save a map the vJASS checker displays the message "errors found" and just freezes, along with World Editor itself. The map still saves, but it is annoying and stops me from indentifying errors. How can this be solved?
  5. E

    vJASS 1.5d Crash

    I am using a vista and have recently downloaded the vJASS 1.5d pack. It works, but whenever I try to test a map warcraft 3 doesnt load; it just crashes, giving the message "Warcraft 3 has stopped working." How can I fix this?
  6. E

    How to Install NewGen

    I know that this may seem like a stupid question, but how do i install NewGen/vJASS 1.5 once i've downloaded it(e.g. where do i put the file, how do I use it, etc)? I cant find out how... P.S. I am using a Windows Vista PC.
  7. E

    Retrieve an Array Integer

    How can i get the array value of an expired timer?
  8. E

    Warlocks: Shield Special Effect

    Hi, I was wondering how to create a special effect similar to the Shield spell in the Warlocks WC3 mod. When a unit with Shield is hit, there is a Replenish Mana "bubble" effect, however, instead of showing this effect above the head of the unit, it is displayed horizontally facing the damage...
  9. E

    Unregistered Native Function?

    Hi, i just downloaded the 1.24 patch, and now every trigger i have comes up with the error: "Unregistered native functions." This applies even to the 'Melee Initialization' that is created by World Editor upon making a new map. WHAT IS GOING WRONG?! P.S. if it has any significance, i am using...
  10. E

    Spell Problem

    oThis spell creates a rock dummy and moves it in the targeted direction, dealing damage and stunning the first enemy that it encounters. However, as soon as the spell is cast, the dummy is killed (which is supposed to happen when it encounters an enemy). What am I doing wrong? function...
  11. E

    MUI in JASS, not vJASS

    Hi, i've recently started learning JASS. Since im using a mac and I cannot get a PC for a while, I cannot use NewGen/vJASS until then. For now, I was wondering how I could make an MUI ability using timers and not the loop + call TriggerSleepAction (because it looks very sloppy). The only way i...
  12. E

    'Channel' Based Spell That Doesn't Interrupt Movement/Orders?

    I am creating a fast-paced game mod with a unique cast system that requires the use of spells that do not interrupt movement or any existing orders. Therefore, if the hero has been given a move order and then casts a spell, he will continue to walk without any visible indication that a spell has...
  13. E

    How to Apply Item Abilities to Heroes Without Using Items

    In my map, im using the inventory to show items that would be in the selected hero's bag, and using a multiboard system to allow players to view equipped items, such as helmets, armor, weapons and boots. Because of this, I cannot simply create items with item abilities to apply their effects to...
  14. E

    how to detect "move" order in GUI

    Ok, when i use the "condition: issued order = "move"" it only detects it when i click the move button and target an area. How can i detect a right-click move?
  15. E

    How to Create an Ability to Give Units a Chance to Miss on Attack

    I am making a map in which the units use guns and I was wondering hw you could make a passive ability that gives a unit the chance to miss on attack. Pls help!
  16. E

    Model Request

    Its a special effect that looks similar to the Avatar effect except without the sound file and a skeleton or spirit instead of a dwarf. Thanks in advance!
  17. E

    Terraining

    Hi, I am making a map with a first person view, and I was wondering how to raise doodads to make a sort of roof for buildings. I have tried page up/page down but it doesn't seem to work. PLEASE HELP!!!
  18. E

    Mac World Editor Problem

    Hi, I use a mac laptop to play warcraft and use the world editor program. I am also in school, and so I want to edit my maps in certain lessons. Because of this, I changed the icon and name of the world editor program so that when the teacher looked at the dock, it would appear to be a microsoft...
  19. E

    Lordaeron Defender Spell Ideas

    Hi, I also need one more spell idea for a hero called the Lordaeron Defender, based off the Swordsman/Captain model. Here are the spells I have so far: PACT OF RIGHTEOUSNESS Bonds the target to nearby allies, distributing any damage they take among those joined by Devotion. Level 1 - Joins...
  20. E

    Gargantuan Spell Ideas

    Hi, I am working on a hero called The Gargantuan. He is based off the Icetusk Mammoth model, and I need more spell ideas! These are the spells that I have so far: RAMPAGE Mammoth goes into feral rage, charging at full speed in targeted direction. Any units that the Gargantuan collides with...
Top