Recent content by J3LADE

  1. J

    What language should i use?

    Ok because i have no idea about any of those things you just told me, can you tell me the easiest one to use to satisfy the job?
  2. J

    What language should i use?

    Hi i am making an assignment which involves me building a machine to do a desired task. It requires the ability to make fast computations (within about 3 seconds) of numbers and co-ordinates with the ability to receive various inputs and outputs from sensors. I was wondering which programming...
  3. J

    Question about models

    So you want to create a Phoenix egg and then have it spawn into a phoenix? If so you could trigger it and just make 2 separate units, 1 for the egg and 1 for the phoenix.
  4. J

    World Ms World Finalist gets Hands and Feet Amputated

    That's gotta be one of the most unluckiest things i've ever heard! Doctors never take a close enough look...
  5. J

    Sci/Tech Scientists plan to ignite tiny man-made star

    I wonder if it will swallow the earth :eek:
  6. J

    Need Help with Ability/Wards

    He said Command Aura. Maybe if simply using allowable targets doesn't work then maybe you could create a buff which increases damage by x% and then just simply select all your specified targets and give them the buff when the ability is in action.
  7. J

    why doesnt my triggered spell function right?

    Try slowing the trigger down and add game messages to tell you where the trigger gets up to. Then you can find out exactly where the trigger is malfunctioning. Bit of a trial and error method but it saves me from having to read it. :D
  8. J

    Purge Question

    NOTE: I haven't tested this. Add to your Initialization trigger: Set PurgedSpells[1] = Stunned Set PurgedSpells[2] = Slow Set PurgedSpells[x] = x Event: A unit begins the effect of an ability. Condition: Ability being cast is equal Purge. Actions: For each (Integer A) from 1 to x do...
  9. J

    Which are better?

    Ice ppl
  10. J

    Math equation

    Do you want this done periodically or only once? Specify please.
  11. J

    Making this ability

    How can i make an item ability that has a 5% chance on hit to give the wearer a 50% increase in movement speed and a 20% increase in attack speed?
  12. J

    Dialog Button Actions...

    Events: Dialog - Dialog Button Clicked for (your dialog) Conditions: Clicked Dialog Button equal to (you dialog button variable (this variable is an array to store each button)) Actions: Create (however many units you want) at center of (your region or co-ordinates) for...
  13. J

    Shield Spell

    Dude... go to Tinki3's "Spell Request Thread 2" and you'll find this spell. Next time look before you ask.
  14. J

    Disabled Abilities

    Well what you could do is make another ability but set it's icon to the DIS (Disabled: should be in most icon sets) version and give it a tooltip stating what lvl is required to use it and make it do absolutely nothing but once the hero gets to the required lvl then remove that dummy ability and...
Top