Search results

  1. X

    how to make a spell bounce of a wall (colission detection)

    Hi guys, I played a map called 'glaive masters' and i saw they used some engine on how the glaive should bounce off walls, i'm asking you guys for a little help on making the engine, i would prefer GUI cause it's been a VERY long time since i used some Jass :confused: Thanks in advance <3...
  2. X

    how to make a unit move faster than 522

    i am still making the charge ability and i need you guys to tell me about how i could do it, because 522 is way too slow :D
  3. X

    Need help with etecting which variable you type

    i just have an easy question, how, in GUI or JASS, can you detect what (in this case) integer you type? e.g. -Circle 50 ---> how does WE know that you typed "50" after -circle well thats about it i think :D any constructive criticism is welcome
  4. X

    noob mistake (i bet)

    hi again:D, Xenaris is making a charge spell (earlier mentioned search forums ) And im trying to do it in JASS (im a newb) and i get an error and i cant seem to fix it, help?<3:o function Trig_Charge_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A000' ) )...
  5. X

    just another JASS spell problem

    hi guys, I recently learned JASS but im not really good at it yet. :o Tried to make a ShockNova spell but it doesn't work :( (btw i can make it in GUI) function Trig_NewTrigger_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A000' endfunction function...
  6. X

    Spellmaking problem

    I am working on a warrior-type hero and im almost done except for one spell, the charge spell. The spell almost looks the same as the Charge skill in Wow, the only question now is, how do i make it? I think basing it off a storm bolt would be a good idea but further?... hope you guys can...
  7. X

    Shaki-tlar the frost guardian v2.0

    here is a improved version of the earlier uploaded hero Shaki-tlar :cool: . hope you enjoy it and maybe more versions coming up :) and i would sure appreciate ANY comments (even critics :p) and hints of what i could change/make. changelog: -fixed the buff problem showing the old...
  8. X

    Shaki-tlar the frost guardian

    hi all, this is the first hero i made :D most ppl tested him and thought he was alright. but not too great, so im asking you guys what i should improve, or some other suggestions :o
  9. X

    Steal a hero skill

    hi all im making a spell called 'steal skill' the ability steals a random ability (including ulti) from the other hero for 30 seconds, then the skill stolen will be deleted.(the other hero still has the skill btw) i have no idea how to make this,, any help plz? :o
  10. X

    trouble with meat-hook like spell

    hello again now im making a new hero, but im having some trouble with her ulti,... :( its when u click a hero u will see the lightning effect of spirit link and pull the target to the location of the caster (not instant) (like pudges hook only when u hit another unit with ur spell it wont...
  11. X

    help with spell + spellmaking plz

    hi you guys, im making a spell atm wich makes fire lines draws!(not appear) a "jew" star around the caster (i attached paint file which i drawed for how it suppose to look). I would like the normal wc3 trigger instead of the JASS ^^. that was it for the 1st spell :) the second one is...
  12. X

    keyboard movement

    hey guys, apologize me for my bad english or if my post is in the wrong forum or something... Do any of u guys have (or make if possible) a map where your hero moves if u press an arrow key (so player presses left and the hero moves to the left) Im a newb when it comes to world editor but...
Top