Search results

  1. K

    Even or Odd numbers

    Is it possible to check to see if a number is even or odd?
  2. K

    System Shape Creator 3

    Shape Creator 3.1 Shape Creator 3.1 vJass, sys independent (optional TimerUtils), MI by Executor alias Lord_Executor tookover by Killingdyl Hello people of thehelper.net. First off i want to explain that Lord_Executor has asked me to continue this system because he lost interest. I made a...
  3. K

    Getting the denominator

    Ok how would i go about getting the denominator of a fraction? For those who failed math or forgot: Denominator is the bottom part of a fraction: 5/3 its 3
  4. K

    Omnislash Ending before all slashes are done

    Ok so im making an omnislash ability but i cant seem to figure out how to make the whole spell stop when there arent any units in range. heres my code. Please dont point out leaks, the code is unfinished and i dont remove leaks til im done. function Trig_Omnislash_Conditions takes nothing...
  5. K

    Ok damage stacking problem

    the damage is stacking over each attack, even though the actions arent activated. so after 4 attacks it does 4 times the damage when its not supposed to. Spell info: Passive spell that does damage in a line when activated. dealing half to all units behind the main unit. function Conditions...
  6. K

    Question about passive spells

    Okay heres a brain buster! Is it possible to make the channel spell uncastable? as in it just shows the icon like a passive ability(critical strike). If no then is it possible for a hero to have TWO TRIGGERED passive spells based on the same spell?
  7. K

    Channeling Cancelation Detection

    ok so heres what i was wondering: A hero cast a spell and he starts to channel it(i.e lifedrain) but the spell is trigger based. How would i make it so that when he stops channeling, the trigger stops wherever it is?
  8. K

    Knockback Help

    Ok ive searched thehelper.net for a good way to do knockback but everything i found was really really confusing. How do i do it in jass and implement t32? Please please make it as simple as possible. and if you dont know how to implement t32, its ok.
  9. K

    Really really small waits

    Ok i know i have to use a timer, but i dont know how to do that. I want make my loop have a .01 seconds delay between each loop, this way it will draw on. How would i do that using timers? Heres my loop: loop exitwhen i > 1080 set xx = (r * (k - 1) * Cos((i) *...
  10. K

    Shape Drawing Help

    Ok so im no great mathematician but i copied this equation down from wikipedia and used it to create hypocycloids, but im trying to make a hypocycloid pentagram which is using a repeating decimal (5/3 = 1. 6666...) When i do that it doesnt work and i just get a dot. Someone want to help? P.s...
  11. K

    Undeclared variable problem

    Bare with me, i am very new to jass. I am making this trigger but i keep getting this error with an undeclared variable and i know i declared it. Heres the code function Trig_Elemental_Vortex_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A000' ) ) then...
  12. K

    Player Problems

    ok. how do i lock teams and lock computer players? i searched the forums and did what the all told me to do but it still doesnt work. EDIT: Never Mind I got it to work.
  13. K

    polar projection for my td (newbie needs help)

    i just figured out how to make a tower with 2 unit on the base, but it involves polar projection and i have no idea how to work it. can someone help? P.S. top 3 most helpful gets +rep
  14. K

    Two kids in one model help

    hey im making a td and i need help making a model that has 2 village child side by side. Can someone help me?
  15. K

    Creeps attack damage

    just a quick question. im making a td and i want the creeps attack to get stronger should i make an upgrade for them or should i use triggers?
  16. K

    hero tower

    anyone know how to make a tower be a hero? because i am having alot of trouble doing a simple one. is there a more complicated way to do it so it runs smoothly?
Top