Search results

  1. C

    Computer doesn't start (on first try) ?

    Hello everyone. So I bought this computer approx. 1,5 years ago and I've had no major problems with it. So suddenly a week ago or something when I started it it decided to get stuck at the first picture the screen shows... I tried pressing almost every key on the keyboard but nothing...
  2. C

    Spell Not Working

    Hi everyone! :) So... A long time ago I requested a spell called Magical Shield . It's supposed to cause the target to receive 25% less damage from spells as well as sharing 50% of the damage caused to it by ALL sorts of attacks with the caster's mana. (Example, target is damaged 500 damage by...
  3. C

    Return Bug Used - How do I fix it?

    Hi everyone! That might not've been the most accurate title but I didn't really know what to write, a mod is of course free to change it if he/she likes to. My map isn't playable since the latest patch. I think it's in this trigger (the H2I system): library LHV globals private gamecache...
  4. C

    Can't Install Wc3

    Hello everyone! I came down to my computer this evening hoping to play some wc3, I soon noticed there was a new patch though (damn blizzard). I couldn't install it because of replacing the worldedit.exe file so I decided to reinstall wc3 to get a new one. This was a very stupid move to...
  5. C

    Starting Error - WZCSLDR2.exe

    Hello everyone! Everytime I start my computer I get the following error message: WZCSLDR2.exe - The procedure entry points apsinitialize could not be located in the dynamic link library wlanapi.dll. I don't know if it slows the computer or affects it at all, but I'd still like to get rid of...
  6. C

    TextTag not showing up?

    Hi everyone... In my map there are a couple of explosive barrels, so I added damage through these in a trigger. I also want it to display "Boom!" at the exploding point, but nothing is displayed at all :( scope ExplosiveBarrel initializer EBInit globals private group DAMAGEGROUP =...
  7. C

    NewGen Problem

    Hi everyone... Yesterday I updated NewGen to the C version, and now when I play the map it freezes if I put the cursor over an ability icon in game!! I think this only happens while I use test button. Any idea why? Thanks in advance!
  8. C

    Need Help With This Spell (Rush spell)

    Hello everyone... you might've seen my old thread about this spell I was trying to make. I decided to start out with making it non-MUI and then learn how to improve it later.. thing is; it doesn't work ^^ The script stops working when it picks the group I think :S Any help appreciated... The...
  9. C

    Making a "Run Forward Into The God Damn Enemies" spell

    Hello everyone. So I've been trying to make one of those spells... I've failed so far though :P So I started out with "let's start with making the unit move forward". This is what I made...: scope KodoRun initializer KodoRushInit globals private timer TIMER = CreateTimer()...
  10. C

    Destroying and Removing Globals

    Hi everyone... So, earlier I've been doing GUI, and what I learned is "To prevent memory leaks you must destroy groups, locations, forces, etc.". But now when I'm learning vJASS/JASS I notice that when I destroy global groups (created between "globals" and "endglobals") triggers will fuck up...
  11. C

    Spawning Units For Lanes

    Hello everyone... I've been trying to make a trigger that spawns units for 4 different lanes and then send them away towards each other, but for some reason it doesn't work :/ The units are not created... So, here's one of the four triggers that's supposed to do this: scope LifeSpawn1...
  12. C

    Nulling Locals

    Hi everyone.. I was wondering, I have this trigger that spawns units and sends them away. It runs each 30 second and has two local locations involved (Create them at loc and send them to loc) So I was wondering, shall I (set null) / (call RemoveLocation) these to prevent leaks? Or will it...
  13. C

    JassHelper Not Running ==> vJass useless

    Hi everyone... I've got this new project called BoA [Battle of Alagaësia]... I've done almost all the terrain when I notice - oh shit.. JassHelper isn't running. Since I really, REALLY want to learn vJass this is a problem for me, and I won't continue on the map if I can't fix it in some way...
  14. C

    How to convert this into efficient vJass?

    Hi everyone :) I've heard that in Jass/vJass you can make timers in one trigger, and I was wondering how to do this since I'm learning vJass. I made these triggers in GUI so far: Start Upgrade Timer Events Time - Elapsed game time is 0.10 seconds Conditions...
  15. C

    -Kill Command

    Picking Every Unit Matching Hi everyone! I'm learning Jass/vJass... So I'm about to make a trigger that kills the player's Hero when he types "-kill" in my map. So I made the event... then I converted the GUI Unit Group Actions... It looks like this: function...
  16. C

    How to decrease the experience needed for the next level?

    Hi everyone! In my AoS the max level is 20, and I think it takes too long to get there, so I was wondering how I can make it go a little faster... the thing is that I don't want to increase the speed too much because then I guess the 1-5 levels will be gained within one minute of the game ^^...
  17. C

    Yes. Another thread about the fearsome LAG

    Hi everyone... I suffer from lag in wc3. Sadly. It's weird, my computer is quite new and it has good parts etc. but still lag occurs :( So, what are the most common reasons for lag? It acts in a quite weird way. In most maps I play I start at FPS: 60+ Then suddenly it starts to drop: 50...
  18. C

    set bj_wantDestroyGroup = true [What does it do?]

    Hi everyone!! So.. what I've learned is that if you don't want a unit group to leak, do like this: Actions Set UnitGroup = (Units in (Playable map area)) Unit Group - Pick every unit in UnitGroup and do (Actions) Loop - Actions Unit - Change color...
  19. C

    Same Buff For Multiple Abilities - Would that work?

    Hello everyone! I guess the title speaks quite clearly... I've given an item in my map two different auras, I think it looks quite bad with two buffs though ;/ So would it work using the same buff for them? Or would only one of the effects work then? If so, then how do I solve this problem...
  20. C

    Spirit Ultimate Ability Ideas

    Hi everyone, I'm working on a hero called "Spirit" in my AoS, and I'm not sure what ultimate ability I should give it :/ I suddenly ran out of ideas you see :P So here's some information: Attack Type: Magic, Ranged Armor Type: Hero Model: Wisp Name: Spirit Proper Name: (None so far) Starting...
Top