Search results

  1. O

    I need some help with my spell...

    I need some help with my chain heal spell...The problem i have is that, it heals up to 16 units, but it doesn't show up the special effect for more than 3...Can any1 tell me how to fix that? Here is the spell code: function Cond takes nothing returns boolean return GetSpellAbilityId() ==...
  2. O

    Need help with JassHelper

    I need help making my JassHelper work... i downloaded it from http://www.wc3campaigns.net/showthread.php?t=88142 and i don't rly get how to make it work... i am not using JassNewGenPack coz i am getting error when downloading it from Wc3campains.net(it's not about antivir). Any easy solution...
  3. O

    I have problems with downloading JassNewGenPack

    As i mentioned in title, i can't download JassNewGenPack from http://www.wc3campaigns.net/showthread.php?t=90999 I also used a direct link from one of threads on this forum(i don't remember which thread was it). When i start downloading it, it's all ok, until it gets to about 90%, cuz then it...
  4. O

    What is better...Jass or vJass

    So...as i mentione in title, what is better...Jass or vJass? I am going to work on a team and i know a bit of jass, so will it be better to learn vjass or stay at jass?
  5. O

    I can't make my spell work...

    I was trying to fix my chain healing spell, but i can't make it work... Can any1 help? Here i the code: function Cond takes nothing returns boolean return GetSpellAbilityId() == 'A002' endfunction function ChainHeal takes nothing returns nothing local unit cast = GetTriggerUnit()...
  6. O

    I can't find out how to fix my code.

    I've made a spell, that is chain heal spell... But when i try to activate it in my WE, it pop out a list of errors. Why can it be? Here is the spell code: function Cond takes nothing returns boolean return GetSpellAbilityId() == 'A002' endfunction function ChainHeal takes nothing returns...
  7. O

    Need help with special effect.

    I want to make a chain heal spell, but the only problem is that i don't know how to add a special effect that is like the one in normal chain heal. How do i make an effect going from unit to unit?(etc. Chain Heal)
  8. O

    I need help making a spell that spawns a creep when unit was killed by the spell.

    I have most of my spell done, and now i am stuck at point, where after the creep is damaged by the spell, and if it is killed by the spell, there is a new creep spawned for the owner of the casting unit. Here is what i have done in the spell: function Cond takes nothing returns boolean...
  9. O

    I am new to Jass and i can't find problems in my spell

    So... As I said in title I am new to Jass and i have made a group heal spell to test my skills. When I try to test my map the WE pops out a box with errors. Here is my Jass spell: function Cond takes nothing returns boolean call GetSpellAbilityId() == 'A000' endfunction function...
  10. O

    How to make a player field be a computer by default?

    So... I would like to have a computer in the screen where the players are joining the game. It would look like: Team 1 Player 1 red Player 2 blue Player 3 teal ...and so on until Player 8 pink Team 2 Computer (Normal) I need it in my td, cuz i have bug when...
  11. O

    Auras in TD

    I am making a TD and i have some problems with Auras. My damage aura doesn't add damage to other towers and the speed aura doesn't boost the attack speed of other auras. What auras should i use to have the damage and atack speed increased (2 different auras)??:confused: Or should i make...
  12. O

    Team kills help pls

    I am making an arena map and i need a trigger, that will count hero kills, and the first team to reach 50 will be the winner. I would be pleased if some1 would give me the trigger or help me write it.
  13. O

    I need some help with my first map.

    Hi all. I am new to the World Editor and i want to create Arena Map. I have a few question's: 1.I made an Assasin hero, and i want to give him Frost Attack as the lvl 6 ability...I made the ability, but it doesn't slow attacked enemies in any way...What should i do to make it work? 2.Can...
Top