Search results

  1. Grymlax

    HoN 10 days free to play

    In celebration of it's 1 year anniversary (HoNiversary) Heroes of Newerth has a 10 days free to play deal right now (from may 13 to may 22). Just thought I should tell you guys incase someone has been intrested in trying it out or if you have not played it since the beta ended. All you have to...
  2. Grymlax

    how to open a melee map?

    I can't seem to locate the melee maps on my computer. Do I have to download them to open them with the editor? if so where can I do that? I am specifically intrested in "metalopolis". Any help is appreciated
  3. Grymlax

    angles of a triangle

    how do i check the angles of a triangle consisting of three points. for example lets say we have three units standing on the map creating a triangle (stading on each corner). how would i do to check the angle of (A)
  4. Grymlax

    Rotation bug

    Found a bug I thought I should share with you guys before you spend as much time as me trying to find a mistake that isn't there. The bug I have found is concerning the "Real Function" "Camera Yaw of Player" simply what this function does is giving you the angle the player is looking at. The...
  5. Grymlax

    Iconpack Weapon Iconpack

    Items and weapons So this is the first Iconpack I submit here. All of these icons are freehanded by me, there are no copy and pastes among them (except for dice in which i copied the runes from this image) Feel free to use them however you like but don't upload them on another forum as your...
  6. Grymlax

    Please give feedback to my first jass spell

    2 days ago I started reading some Jass tutorials and now after a lot of time and frustration I’m ready to post my first Jass spell. The purpose of this post is feedback so please tell me everything I did wrong and everything I missed to clean. thanks! Oh right, I should perhaps also mention...
  7. Grymlax

    Storing a lightning effect

    Hi again. A couple of months ago I asked how to set the height of a lightning effect and i got some help so that i would be able to do it with Gui. This was more out of curiosity so I only looked if it worked not if it worked as I intended. The problem I am having is that I don’t know how to...
  8. Grymlax

    Rotate a Unit with jass

    Once again Gui isn't enough and i need some help from someone familiar with jass. My problem is that i need to move a unit without breaking his order or animation. I know that to do this i need to Set the units x and then set its y but is there also a way to rotate him so that he doesn't...
  9. Grymlax

    Do you need to destroy sounds?

    Do I need to destroy sounds? I decided to enhance some of my spells with 3d sounds. I started by setting a variable as a sound. After I was done using it I destroyed it with the gui function Sound - Destroy Sound. This is where my problem starts becouse after it was destroyed I could not set it...
  10. Grymlax

    Moving a unit

    If you move a unit using gui then his order will be lost aswell as the animation he is doing. If I don’t recall wrong I think there was a line in jass, something about setting x and y of unit to change his location. My question is of course does something like that exist and what is the code...
  11. Grymlax

    Height of lightning effect

    Hello helpers! I was wondering if there was some easy way of setting the height of a lightning effect. So far the only way I know how to set the height is creating a spell and then make it target an air unit, this way complicates things when I am triggering and I would prefer an easier way...
  12. Grymlax

    Skin Young Medivh

    This is medivh back in the days. when his cloths had colors and when they were whole. And yes as you probably will see, he did dye his hair, beard and even his eyebrows blue back then. I have altered his face quite alot to make him look younger and i thought he looked better in black so...
  13. Grymlax

    Play specific unit animation

    At the moment I'm doing a spell. in this spell i require the unit to play his Stand - 3 animation but I only manages to play either his ordinary stand or his rare. and becouse of the fact that he has 2 rare animations he doesn't allways play the animation I want. I can also say that the...
  14. Grymlax

    Spell Pentagram

    Pentagram Jass: I wish Mui: not even close Gui: Yupp Leakless: Hopefully Here it is my first trigger enhanced spell. Tooltip: Pentagram Creates a Pentagram that damages and freezes 5 enemies. each level increases the size of the pentagram aswell as the damage done Implementation...
  15. Grymlax

    Destroying point array

    hi guys. I'm doing some trigger enhanced abilities at the moment. and i ran in to a problem when i was about to remove the leaks. the thing is i don't know how to destroy a point array. if i doCustom script: call RemoveLocation (udg_my_array) then will that destroys all the points in the...
  16. Grymlax

    condition - unit is moving?

    is there anyway to determine whether or not a unit is moving? thx in in advance /Grymlax
  17. Grymlax

    condition: unit inside of region?

    hi. i'm having a small problem that unfortunatly is messing a little with my map. i'm basicly looking for a good condition that checks if a unit is inside of a specific region. any help is appriecieted
  18. Grymlax

    Using channel?

    1 simple question if u give channel to a hero the spell will go blank. how do i change that?
  19. Grymlax

    change owner and the change back?

    this should be a really simple trigger but i'm new with the editor. okey i'm doing a spell which changes the ownership of a unit for x seconds and then change it back. the problem i got is when i'm trying to change the unit back to the original owner, then nothing happends. This is a simple...
  20. Grymlax

    Hiding train ability?

    is there a way to hide an ability from training? for exemple, i got a hero and this hero has the ability "ability X". "Ability X" has 5 levels but u can only train the ability up to level 3 after that it will be hidden so u can't choose it for higher levels. to access lvl 4 and lvl 5 u need...
Top