Search results

  1. F

    Can I get a link to EGUI?

    Hi, I have a map that used to use EGUI a long time ago but now I can't seem to find the download for it (access blocked on this forum too). Can any of the moderators or staff help me out here? My map can't be opened without installing EGUI =/ Thanks!
  2. F

    Human Flag is Red Coloured?

    Alright so I made a CTF map and its working well. The only problem is, whenever I create a special effect (Human Flag model) and attach it to the unit, it shows up as red in colour. How do you change the colour?
  3. F

    How to deal a specific element damage without triggering spell?

    Okay here's my problem: I want to make a kind of system that deals Fire/Ice/Lightning, etc damage to my targets whenever I cast a spell. The thing is, I don't want to be triggering every single spell (imagine 60-100 spells and I have to trigger...). I also dont want to be triggering a...
  4. F

    Invalid escape character sequence

    Hi all, I am trying to use a fade filter for my map. However it gives me an error when I try to save it: "Invalid escape character sequence". I was able to use this with the normal WE without problems. After installing NEWGEN with EGUI however, I seem to keep receiving errors with this...
  5. F

    Circle of Effects

    As the title says, how do I create a circle of effects using triggers? Please help.
  6. F

    Teleporting to the back of an enemy

    Hello all, I am creating a teleporting spell to the back of a target. However, I really aren't good with math and the like, so I'd like to ask how do you teleport a person to the back (behind) of a target? Also, can you change the name of Neutral Passives, Neutral Hostiles, etc so that they...
  7. F

    Is there a way to make attack speed/hp regen/etc unstackable WITHOUT using auras?

    The title says it all. Please help. +rep
  8. F

    Help with Importing a System

    Hello, I need help with importing a very complex system: Custom Inventory Now the problem here is that I don't know much vJASS (sadly, but Im still learning) and although I've tried multiple times to import the system correctly, somehow the Inventory doesnt appear when I press ESC. So...
  9. F

    Help with Acehart's Save/Load System

    First, I'm posting about a bug that I need fixed for Acehart's Save/Load System: http://www.thehelper.net/forums/showthread.php?t=49392 The bug is pretty simple. Let's say your name is Acehart when you save your character. When you change your name backwards or something like traheca or...
  10. F

    Which tutorial is really good for learning vJASS?

    Okay so this is probably a question thats been asked over and over, but I've read quite a number of tutorials that "teach vJASS", but they just dont seem detailed enough. For eg, I've read Romek's, Cohadar's, emj3lr's and daelin's guide but all of them I dont find detailed enough for me to...
  11. F

    Desync on Attack

    Well, Im not entirely sure whats the problem since Im no expert on desyncs. But basically a desync is like a server split. (except on bot it d/cs the one player that desynced instead of multiple players at a time) Now, everything is fine in the game. However, the moment this particular hero I...
  12. F

    Fishing Rod Icon

    Hello I was wondering where could I find any icons of fishing rods? I've checked in Hive but I could not find any. Any help will be greatly appreciated. +rep
  13. F

    [Request] Beam Model

    Hello I'd like to request a simple model. Basically its just a beam-like model (like revive hero, basically) but everything is white colour (so I can edit the colours via tinting) +rep.
  14. F

    Question about Generic Expiration Timer

    Okay so whenever I do triggered spells I've always been wondering one question. Since we all know having too many units in the map will cause lag, then whats the difference between -Add a 10 second generic expiration timer to unit. and -Going to object editor, set the life regeneration...
  15. F

    Memory Leak - Get variable's array

    Hello I have a question on how to remove a memory leak. For eg I have 2 variables called ABCGroup and ABCInteger. ABCGroup has an array so I set it to ABCGroup[ABCInteger] Now my question is how do I remove the memory leak? Custom Script : Call DestroyGroup(udg_ABCGroup[ABCInteger])?
  16. F

    Trigger Bug - Trigger executes twice

    Well I was making a few triggered spells for fun, and I noticed everytime I activate one of the spells, it would activate twice instead of once. Now my real question is - what causes triggers to execute twice instead of once?
  17. F

    Math Problem for my triggered spell

    Well Im making a triggered spell that looks like a beam blasting from the caster to all units in front of him. My problem is, how do I pick all the units thats in front of him and put them into a unit group? I know you have to calculate the distance between the caster and whatnot but can...
  18. F

    How to get units in front of the caster

    Well actually I have 2 questions. 1) Im making a triggered spell in which I want to damage units that are in front of the caster (with a suitable range, of course) so how do I do it? 2) I want a potion that heals a percentage of the unit's max hp/mana instead of a fixed value but I cant seem...
  19. F

    Barrage and Fan of Knives Bug

    Now this is probably not discussed before in this thread; if it is, then my apologies but I doubt so. Anyways...there is a little weird bug with barrage and fan of knives. First off, for Fan of Knives, there is an option to set "Max Number of Targets". When set to 0, it means it attacks an...
  20. F

    Calculating DPS

    Well what I want is to make a little system calculating the DPS of a unit. But I cant find the necessary values - atk cooldown, minimum damage, maximum damage in trigger editor. How do I do it then?
Top