Search results

  1. T

    Fatal Error!

    So I'm making a spell, it compiles and runs but it crashes WC and I get a fatal error! I'm no pro so I don't understand why! Here is the code: struct divide unit bHole endstruct function Divide_By_0_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A01T'...
  2. T

    My structs arnt MUI?

    Hell all, so I have this spell and im using structs in order to pass variables into a timer. my problem is if the spell is cast more than once it stops the previous one in order to do then next one! So aperantly my struct variables are being overwritten causing it to stop! I'm wondering if I...
  3. T

    Timer Handles

    I'm currently trying to make a spell in which I'm using a timer to perform a periodic event. So, I need a system that will allow me to use handles... I've been doing some research and there is a lot of stuff out there I don't understand so I was hoping someone here could introduce me to a...
  4. T

    Strange Bug

    So I have this spell which a projectile bounces between players and puts them to sleep when hit, Every once and a while when they bounce a player will not be put to sleep, after many bug tests I have come to the conclusion that the dummy caster is not being created! So I added a loop to make...
  5. T

    Why won't my Globals Work?

    So I have this code for a spell, and I need to use Global Variables in order to make it work (at least thats the only way I can think of) Anyway, maybe I'm initializing them wrong and I don't realize it but this is how the tutorials told me to do it.... If someone could figure out why they...
  6. T

    Efficiancy/Leak Check

    hey so I'm new to JASS and this is my first spell. It works perfectly just wanted to check if there was a more efficient way or if there are any leaks in it. EDIT: by more efficient im refering to the loop and the fact that it cycles through it every .01 seconds until the condition is met What...
  7. T

    Quick Question

    How do I get the raw data for a spell, unit etc...? example: 'A005' im using newgen
  8. T

    A Few Questions

    Hey, so I'm a big newb to JASS and I had a few questions before I get on my way. What sort of helper programs do people use and what are the best? (JASS Craft etc..) And what sort of benefits would one have over the other? Whats the difference between vJASS and regular JASS? And how would...
  9. T

    Ability Help

    Hey guys, the following trigger is a little disastrous but I was hoping I could get some help! The triggers are for 2 spells working together, The first spell 'Haunt' sends out a banshee type thing (storm bolt based), when it hits a target the target is put to sleep and takes damage over time...
  10. T

    -ar problems

    I browsed the forums for quite a while and was unable to find someone with the same problem, many people are using the same code just arn't experiencing the same problem as me. Right now I am using a unit type array to store my heros then I am using loop to summon a random hero to each player...
Top