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

    Yes... Owell, I'll just use the GUI version then.. Thanks anyway guys :)
  3. C

    Spell Not Working

    Yes. At least now it is, I just updated it :P
  4. C

    Spell Not Working

    Importing the ABC system helped - no errors anymore, thanks a lot :D Though there is one other problem.. The spell doesn't work :banghead: Does anyone know why..? I can use the GUI version if not but I'm afraid it will bug if many players use it :/ Thanks in advance! +Rep to everyone who...
  5. C

    Spell Not Working

    I'm sorry, but I've never heard of this ABC thing... I'll try to locate it, thanks a lot. Rep will be given when I've found it if the trigger works :)
  6. C

    Spell Not Working

    Oh.. the initializer, true :P Added it but it doesn't help :/ The problem seems to be that the function "ClearTriggerStructA" is undeclared? Following errors show up: "Undeclared function ClearTriggerStructA" "Undeclared function ClearTriggerStructA" "Undeclared function...
  7. 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...
  8. C

    Return Bug Used - How do I fix it?

    So I'll try replacing [/jass] Improper way of fixing:function H2I takes handle h returns integer return h return 0 endfunction with function H2I takes handle h returns integer return GetHandleId(h) endfunction Edit: Problem solved with your help saw :) Thanks a lot! +Rep
  9. C

    Return Bug Used - How do I fix it?

    Accidently double posted when I meant to edit. Sorry.
  10. C

    Return Bug Used - How do I fix it?

    Now I've examined the map closer and found the trigger that's responsible. It's the well knows H2I. I don't know how to fix it though... :o Editing in my first post.
  11. 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...
  12. C

    Can't Install Wc3

    I fixed it through going to www.battle.net! I downloaded the games with the help from my serials there. Thanks for all help. // Carl-Fredrik
  13. C

    Can't Install Wc3

    Thank you very much for your suggestions and help, I will look into it tomorrow when I've got more time. +Rep
  14. 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...
  15. 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...
  16. C

    air attack don't hurt land unit

    Try using this trigger: Untitled Trigger 001 Events Unit - A unit Is attacked Conditions (Unit-type of (Attacked unit)) Equal to <Your Unit> ((Attacking unit) is A flying unit) Equal to True Actions Unit - Order (Attacking unit) to Stop
  17. C

    Map kicks other players out

    Disable all your trigger and test. If the player aren't kicked, allow them one at a time until it kicks the second person again. Then you know which trigger is causing it (if it is a trigger). If he is... well... I don't know to be honest, make sure your ports are forwarded properly if it's...
  18. C

    Help with an Ensnare Spell!

    Try this: Incarcerous Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Incarcerous Actions Set Caster_Point = (Position of (Triggering unit)) Set Target_Point = (Target point of ability being...
  19. C

    TextTag not showing up?

    nope.. I don't think that's it though since if I change "d" to "GetDyingDestructable" the text displays (the t variable still doesn't work though..)
  20. C

    TextTag not showing up?

    It shouldn't matter if t works or not since t is only used to reffer to the text later in the code... I think the variable "d" is the problem since when I switched from d to "GetDyingDestructable" it works...
Top