Recent content by noworries

  1. N

    Event question!

    That should be the condition which you would want to use. The problem could either be your event is not set up right, or your entered chat string does not equal the variable.
  2. N

    Event question!

    Actually, I don't think any of that is really necessary at all, and it would be extremely unnecessary to add a new event everytime the string variable is changed. Rather.. Events Player - Player 1 (Red) types a chat message containing <Empty String> as A substring Conditions...
  3. N

    Easy Question

    set udg_Variable = GetLastCreatedEffectBJ() Where Variable is a Special Effect Variable. That's what you'd put in the custom script action, is that what you were asking?
  4. N

    Trigger...

    The then action should loop for every unit that player 1 owns that has no units owned by player 11 that isn't around it. So basically, you have 3 units, 1 of them is next to a unit owned by player 11, the "then" will run twice. Or are you wanting something different...?
  5. N

    Combat System advice

    Its up to you, your map. I think, however, if you want to get past the constant clicking, you could just set a boolean like InCombat to true, and it repeatedly runs the trigger based on the cooldown of your choice, and it sets the unit they're attacking to as the main target. Basically, it...
  6. N

    Trigger...

    I'm a bit confused, but I would like to help. You want the bolded area to loop? As in the Then actions? Or..the bolded actions to loop? I know it says Bolded area, but that and whats in your trigger are conflicting in my mind..
  7. N

    Combat System advice

    I think one of the biggest problems with equipment systems is that there is no easy way to add Damage/Armor. I'm trying to read into how your combat works, and if I'm reading into it correctly, then its pretty much like regular w3 combat? The only difference being you can actually equip the...
  8. N

    Triggered lightning shield graphic

    Well, I went ahead and tried to make it MUI, which I suppose it is. Up to 999 units using it, I think, which isn't technically MUI, since hypothetically there could be more than 999 units who could use an ability, but it recycles the unused ones, so if slot 3 becomes available but you're at 55...
  9. N

    question about some words...

    Array on a variable allows you to use the same variable for multiple instances. Basically it adds a [] to the variable, where each instance of the variable is separate. It allows you to do like, Set Integer[0] = 368 Set Integer[1] = 389 Rather than creating 2 different Integer...
  10. N

    Mirror Point

    Change it from Move To ((Position of (Ordered unit)) Move To ((Position of (Picked Unit))
  11. N

    Infernals not spawning from chaos storm

    I believe what you are talking about is Rain of Chaos. Rain of Chaos calls upon the information from another spell to create the units. The Field - Data - Ability for Unit Creation is what you want to modify. If you want to keep things simple then modify the fields in Inferno (Neutral...
  12. N

    Mirror Point

    I'm not sure how you'd add 90 degrees, however, here is something I just did with two footman. keep in mind, this leaks. Basically its completely mirrored, distance between position of ordered unit and target point is how much it moves, and the angle is already backwards since it is...
  13. N

    Triggered lightning shield graphic

    You can change the speed to make it go slower, or faster, as he said, by changing the value in that line. The only problem is making it look natural, once you get over a certain value of the number, it will be look unnatural. With 3 units spaced out 120 degrees apart, it still looks...
  14. N

    Triggered lightning shield graphic

    Alright, I didn't know if you wanted this multi unit, or multi player, or what, so what I wrote up I believe is multi-player instanced, meaning each player can use it at the same time. At least, it works in single player! So, two triggers total, 5 variables. First Trigger. I chose...
  15. N

    Warcraft 3 Shortcut: How do one open it in custom window size?

    Try going to Start - > Run type in "regedit" go to.. HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III\Video resheight and reswidth are what you want to change Enter it as a decimal, not a hexadecimal. That should work, its how I get my W3 to run at 1680x1050
Top