Search results

  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
  16. N

    Illusions help

    The main problem is that Item Illusion(The ability Wand of Illusion cast) is not in the list for you to choose from with Order targeting a Unit. This just skips by that. I think you can give the ability a custom order, and then convert it to custom script and put in that orderid, but I...
  17. N

    how to make triggered passive spells

    I wasn't quite sure what You were asking, but, here's something that I think is like what you're wanting. That's like a passive entangling roots. It goes by 5/10/15% chance to cast, easily modifiable what you multiply by, or changing the ability it casts by what you want the dummy unit to...
  18. N

    Illusions help

    I tried it with giving the unit an inventory, as you listed, and it seemed to give me no problems. I used Wand of Illusion in that has 1 charge. Another thing to think is if you're trying to use it on enemies and you haven't changed the allowed targets then that could be why none...
  19. N

    [RPG System] Arrow Combat System + Sphere Grid

    1. The dirt really isn't the intended background. This is just a map for the system, with nothing in it. It could easily be changed. 2. The gray blocks are the tiles used for detection of where to create wisps, however, I can convert them once the unit is created. 3. Do you mean remove the...
  20. N

    [RPG System] Arrow Combat System + Sphere Grid

    @Revolver I'm not quite sure what you mean. Replace all the wisps with circles of power, and have a wisp to show where you are on the sphere grid? Err, thats basically what Psiblade said in the quote underneath this. If I were going to make the sphere grid multi player usable, it'd...
Top