Search results

  1. K

    System Shape Creator 3

    Update 3.1
  2. K

    System Shape Creator 3

    Ok i did it
  3. K

    Even or Odd numbers

    Thx dave
  4. K

    Even or Odd numbers

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

    System Shape Creator 3

    ok done. Can you check out the map? the updated system broke the first 2 spells but i cant figure out why
  6. K

    System Shape Creator 3

    How would i go about changing the thread title then?
  7. K

    System Shape Creator 3

    I added hypocycloids :P
  8. 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...
  9. K

    Getting the denominator

    i figured it out, 5 is treated as an integer so 5./3 works perfectly!
  10. K

    Getting the denominator

    lol cuz i need to get the denominator forthe number of rotations, i guess ill just make it so you have to give both and it will be combined later EDIT: PROBLEM! 5/3 gives a continueing number but wont work for some reason, 1.6666 and 1.667 works tho. HOW WOULD I FIX THIS!
  11. K

    System Shape Creator

    Once i add hypocycloids and rose curves, ill post it in a new thread and have executor link to it in the first post!
  12. 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
  13. K

    System Shape Creator

    Announcements: I will be taking over this system. :thup:
  14. K

    [Discussion] The Power of Intelligence

    Expanding on what xenim said: EXAMPLE: Take witch doctor(dota) or voodoo jester(hon) they are the same hero basicly. Their spells have the best synergy but when used alone can be shitty. One skill is a bouncing stun that doesnt damage heroes(waste huh?) but in reality if you get only 2...
  15. K

    Windwalk damage as a percent

    damage detection system, that way you can test to see if the damage is a miss, a hit, spell damage, physical damage, etc. theres a few in the resources section
  16. K

    [RESULTS POSTED] The Tower Contest - The 5th Iteration

    WE WANT RESULTS! but take your time lol. im just really anxious, my first contest
  17. K

    Why doesn't this work call ForGroup(... SetUnitAcquireRangeBJ...

    not to be mean or anything but HOLY SHIT THAT IS ALOT OF bjs might want to consider rewriting some of the bjs into natives
  18. K

    Omnislash Ending before all slashes are done

    does this work? it works for me, but like is it efficient and wont cause too much problem? function Trig_Omnislash_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A00C' endfunction function Trig_Omnislash_Filter takes nothing returns boolean local unit...
  19. 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...
Top