Search results

  1. G

    Trigger executes with no errors, but nothing happens

    Hey, I made an item stacking trigger (that worked fine a while ago, mind you). Now, whenever a hero picks up multiple charged items, they simply refuse to stack. Here's the code itself: function Trig_Item_Stacking_Conditions takes nothing returns boolean if ( not ( GetTriggerUnit() ==...
  2. G

    Editing Triggers Crashes WE

    I've been working on this map for a while and it's never given me any problems. It's only crashed once in-game and that was because of a bad trigger which I removed. Now every time I open it in the editor and add/copy/paste/rename/add an action to/remove a trigger the WE crashes to desktop...
  3. G

    iPhone WiFi settings

    I wasn't sure at first, but this does say "General Tech Help" so here goes: When I first started my iPhone, it connected to the WiFi network. When I left my house for the first time it automatically used edge, which is good. The only problem now is that now it won't go back to WiFi. I...
  4. G

    Used to host, now i cant...

    I used to be able to host WC3 frozen throne games but then one day something happened to my wireless network and it completely died on me. So I reset and fixed it but now I can't host. My wireless network uses an Apple Airport Extreme and a Mac Pro is my computer. I know I've fixed this...
  5. G

    WE Limits

    I wanted to add to my map by creating more areas and just more stuff, but I don't like using Game Caches because i just plain stink at using Game Caches. To solve my problem I got WEU and tried to make the map 480x480, the WE didn't let me, it said too many cells. Then I tried WE no limits...
  6. G

    Problem with Imported model files

    I started making a game and decided that the game would look much better using custom model files instead of the supplied WE model files. So I imported the models and textures and everything works fine and looks good in the editor, but when I run the game the item/character/whatever becomes...
  7. G

    Item Stacking Trigger

    I was trying to make a trigger to take an item and stack it, but for some reason when the trigger runs, the game crashes. I will put the code here and maybe someone can tell me what I did wrong. Acquire Potion Events- Unit - A unit Acquires an item Conditions- (Triggering unit) equal to...
  8. G

    Model Files Won't Work

    I imported some model files and made it so that special item abilities have model attachments and give them to items so that when equipped the item shows the attachment. It worked fine but when i used the same model files in a single player map they wouldn't work, and when i went back to the...
  9. G

    First Person Camera Help

    I'm making a game with a first person camera and I want to know how to make the camera stay at the same elevation of the hero. I tried making it stay at the height of a region and make the region follow the hero, but that didn't work. Here are the triggers Hero Position Event- Time - Every...
  10. G

    Campaign Help

    I have been searching for help on the web for a few days now and I finally decided to sign up for thehelper.net and ask a question. How can I make units switch back and forth between maps like in the WC3 TFT bonus campaign Founding of Durotar? I know how to use the trigger setnextlevel and...
Top