Search results

  1. N

    Terrain: Raising the ground

    Is there anyway to raise the ground faster than at what I can at the moment? It's very irritating. :D
  2. N

    Question about custom skills

    I created two skills based off Lightning Shield and Brilliance Aura and modified their buff value to null. When I use the custom lightning shield skill in-game or I have brilliance aura custom skill active, their original buff still appears on the unit that's being affected. I'd like some...
  3. N

    Action crashing game

    I've been trying to use this action to send a message to a player name stored in a string variable. Why do I crash every time with an access violation? set stringvar[1] = playername Game - Display to (Player group((Player((Integer(stringvar[1])))))) the text: test
  4. N

    Rifleman Attachment Points

    bump. Help please. :)
  5. N

    Rifleman Attachment Points

    It's not the map, but it's what I did on it.
  6. N

    Rifleman Attachment Points

    I tried this. Nothing.
  7. N

    Rifleman Attachment Points

    Hello. I'm trying to add an object above a rifleman's head, an exclamation mark. My skill is based off berserk and increases movement speed of the unit who casts the ability. I placed the exclamation mark model on the custom berserk ability in 'Art - Target', specified how many attachment...
  8. N

    Action - Wait for condition?

    It will stop future checks. If you disable the trigger while it is checking, it will still do the action.
  9. N

    Target-table Locust Swarm and Hashtables

    Uncontrollable: Make a trigger that deselects the locust unit if players select them.
  10. N

    Fix my trigger

    If your setting the HP to an absolute value, use Set Life (To Value) Your using percentage.
  11. N

    Loading Screen

    I've been trying to convert your loading screen, but the BLP file is 0 bytes when it's done.
  12. N

    Modifying Chat Messages

    Commonly called as a bad-word filter. Exists in hosting bots.
  13. N

    JASS Beginner

    Thanks for the answers. +rep to both.
  14. N

    JASS Beginner

    Would you suggest using NewGen to code JASS instead of JassCraft?
  15. N

    Help with channel, triggers.

    In the future, post your trigger in a single {wc3}{/wc3}.
  16. N

    JASS Beginner

    I've dedicated myself to learning JASS, so here I am. My first question is the error with JassCraft. This my first JASS code. function Trig_Message_Actions takes nothing returns nothing local string a="ROFL" call DisplayTextToForce( GetPlayersAll(), a ) endfunction...
  17. N

    Resurrection

    I've been trying to make this resurrection spell for heroes that die in my map. I can't find a way to make it work. I need to place the correct number in ResurrectionPoint[Index] & ResurrectionUnit[Index] so that the spell revives the correct unit. The spell is suppose to pick the nearest...
  18. N

    Spell Channel

    Thank you. Works without flaw. +rep
  19. N

    Spell Channel

    I've made a Resurrection (point-target) spell based off Channel. Now I want, when the hero begins casting it, they are channeling the spell. How would I do this?
  20. N

    Ressurection (Point-target)

    Thanks! The spell is working 100%. +rep
Top