Search results

  1. O

    I need some help with my spell...

    Any1 can help me? I want it to show the speciall effect everytime it jums from a target to target. I want the spell heal good amount of units(it heals the right amount of units now) AND show the special effect everytime it heals a unit(it doesn't do that, dunno why).
  2. 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() ==...
  3. O

    Need help with JassHelper

    I am using the newest Mozilla Firefox... EDIT: When i download it with Internet Explorer it shows up same error.
  4. O

    Need help with JassHelper

    It's not about the program...the error pops up before i finish download... I am using 7-zip on other comp and i am getting same error...
  5. O

    Need help with JassHelper

    I have ZipGenius6... When i get to 90+% of Jass new gen download, it displays and error about the download: "File C:\Documents and Settings\Arek\Pulpit\jassnewgenpack5a.7z.part cannot be saved, because the source code is damaged. Please try again later or contact administrator of the server."...
  6. 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...
  7. O

    What is better...Jass or vJass

    I think i am just gonna stay at Jass...I don't think my whole team will be getting Jasshelper or JassNewGenPack...
  8. O

    I have problems with downloading JassNewGenPack

    I did as you said and it displayed error...the error is about source code
  9. O

    I have problems with downloading JassNewGenPack

    I tried to download it on Wc3search...look at the first post...Any other propositions?
  10. 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...
  11. O

    What is better...Jass or vJass

    i downloaded jass helper only(cuz i am getting error when i am downloading new gen) EDIT: if it's gonna help, i downloaded the New Gen from http://www.wc3campaigns.net/showthread.php?t=90999
  12. O

    What is better...Jass or vJass

    I don't have the jass helper...if i will want to use vJass, the whole team working on a map will have to use jasshelper? i downloaded jass helper, but it displays an error, when i want to switch it on... it says it didn't find bin\SFmpq.dll
  13. O

    What is better...Jass or vJass

    hummm...won't be easy, cuz it displays about 90 errors...lol EDIT: It starts errors on this line: return GetSpellAbilityId() == 'A002' and then it goes on most of lines down EDIT2: It's actually every line down :P
  14. O

    What is better...Jass or vJass

    I tried to convert this into vJass: function Cond takes nothing returns boolean return GetSpellAbilityId() == 'A002' endfunction function ChainHeal takes nothing returns nothing local unit cast = GetTriggerUnit() local unit prevtarg local unit targ = GetSpellTargetUnit()...
  15. O

    What is better...Jass or vJass

    how can i convert a spell from jass to vjass? is it just making scope, private functions and etc? Cuz when i tried to do that, my test map displayed an error about the spell
  16. O

    What is better...Jass or vJass

    Am i going to need JassNewGenPack to make it work in the map?
  17. O

    What is better...Jass or vJass

    thanks for help guys :P i am gonna try vjass, as i can write a spell in jass ( ain't easy and mostly is buggy), but works even partly ;]
  18. 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?
  19. O

    I can't make my spell work...

    why does the spell stop targeting units after it healed 2-3 units?
Top