Search results

  1. Anachron

    Discussion Getting accurate results, with converting reals to integers ?

    call SetUnitScale( this.unit, this.scale, 0.,0. ) You know that this functil will desync or crash warcraft?
  2. Anachron

    System Projectile

    I never understood why you need to loop through anything when you remove something from an index. Why don't you use a second table to store the index that the missile is using?
  3. Anachron

    System [system] (vJass) CustomMissile

    Update (I have added the code as .txt file)
  4. Anachron

    System Anachrons Move & Spawn Systems

    No problem, glad somebody uses it.
  5. Anachron

    System Anachrons Move & Spawn Systems

    The Function automatically gets the unit passed. In that function you can then add the unit to the group.
  6. Anachron

    System Anachrons Move & Spawn Systems

    Do you mean automatically? globals private Way wayOne = 0 endglobals private function yourFunction takes unit u returns nothing call wayOne.addUnit(u, 0) endfunction private function createSpawnGroups takes nothing returns nothing local Wave w = 0 local GroupSpawn gs = 0...
  7. Anachron

    System [system] (vJass) CustomMissile

    What do you think about external dependencies? There is no way to implement struct systems or such without recoding my whole systems. And if it really is that simple, users can do so as well, I can't care about every community, can I? I've decided to not make it, please accept it. There is no...
  8. Anachron

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

    Hmm, I guess I am allowed even when I already have a beta key. Nice. Well I may participate, the tower would be genre "Eletricity".
  9. Anachron

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

    To bad I already have a key :/
  10. Anachron

    System [system] (vJass) CustomMissile

    Nope. The height changes instantly. It's a feature. That would be lame. Really. Because its hard to keep it up to date. And that. Okay, so you want me to copy and paste all librarys of all my systems at all forums that I post in when I make an update? No, I can't. Nope.
  11. Anachron

    System [system] (vJass) CustomMissile

    Oh no not chat message commands if you mean that. Just play around with the examples. You can add chat commands like changing the effect or speed with chat commands.
  12. Anachron

    System [system] (vJass) CustomMissile

    Umm what? The examples are kind of self-speaking. The names are even more describing :P
  13. Anachron

    System [system] (vJass) CustomMissile

    You should maybe check the examples.
  14. Anachron

    Getting started...

    All people think that from the start, including me. But sooner or later when you are getting better, GUI just seems not to fit your conditions at all and you want to make more and better. At least then you have to learn vJass.
  15. Anachron

    Getting started...

    GUI may be easier for the beginning, but switching to JASS (which you will need, sooner or later) will be a pain in the ass because you have the GUI stuff in your head. Don't listen to GUI users, learn vJass, you will be amazed what nice things you can do with vJass which you can't in GUI.
  16. Anachron

    Getting started...

    Please, for the love of god, don't use GUI. I Used it 5 years and.. Well, it was a waste of time. Start from JASS, learn the syntax, check the examples, read tutorials, etc.
  17. Anachron

    Is there an action which order my unit to use custom spells ?

    Well, yes, you have based your spells on any melee spells, didn't you? The units will automatically cast your version of it, try it.
  18. Anachron

    Which is a better time lapse??

    Lol, that is a mix of VengesUlti plus weavers ulti.
  19. Anachron

    Is there an action which order my unit to use custom spells ?

    Yes,.. Check the Unit Actions, scroll down to Issue Target Unit Order and select the values that you need.
  20. Anachron

    Problem with NewGen

    You might want to check my tutorial on hive.
Top