• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

order

  1. HerlySQR

    Has the Order id stored the target-type?

    Hello, I just found something weird that I didn't notice before, I created an ability based on channel and gave it the order id of chainlightning and it has point target, then I tried to order an npc to order chainlightning in some point with triggers, but refuses to do that even if I could...
  2. Bawbz

    [Altered Melee] Spellbringers - Open Beta (and chance to win up to $300)

    WHAT IS SPELLBRINGERS? Spellbringers is a total conversion mod for Warcraft III Reforged, completely changing the game into a classic real-time strategy game that is full of surprises. It boasts all new units, many custom models, and completely asymmetric factions. There are no heroes in...
  3. HerlySQR

    [General] Is it ok this function? 2

    I create this function in Jass to the units keeping attacking to a point even if they stop in some moment, but it doesn't work, what is happening? function UnitsCond takes nothing returns boolean local unit u=GetFilterUnit() if GetUnitTypeId(u)=='ndrl' then set u=null...
  4. HerlySQR

    [General] I'm tired of this (Workers doing action that they shouldn't do)

    I don't wanna ask for help for this because I think it will be much, but I tried everything to solve this and nothing, so I wanna ask you for help, the problem is: My map is for "stages". I have them save in a group called "Trabajadores". When a "stage" is completed, the workers have to build...
  5. HerlySQR

    [Solved] Building order

    Hello, in my map there are towers what if they are destroyed then a worker builds another in the same place and in my map are only 5 workers, so when that happens just pick someone who don't have any current order, but if the towers are destroyed and all the workers have some order so the tower...
  6. matin45

    Special Order

    Hi, How to order a unit to go to the nearest specific thing? (something like: specific unit-type, specific terrain-type, nearest region, etc.) I mean something like we do in pour life: Event: A unit gets Covid-19 Action: Order triggering unit move to nearest hospital
  7. J2Krauser

    [Solved] Ordering a computer controlled unit to use custom Carrion Beetles

    Hi. Basically title. I know it doesn't work, the computer unit will refuse to use the ability. I also saw this exact bug referenced in a thread from 2009, so I guess it survived all the way till 2020. I tried standard GUI, also IssueImmediateOrder(unit, "carrionscarabsinstant") which is the...
  8. J2Krauser

    Obscure and weird bug with Channel order string

    Hi. Apologies if there was a thread about this somewhere, I tried searching, but nothing similar came up which isn't all that surprising considering the nature of this bug. It's extremely specific, and is also beyond my expertise with the editor to explain, which is why I'm posting here...
  9. Invisible Pink Unicorn

    [Solved] Issuing an order with no target in jass

    Hello I am currently making a campaign and want to make a unit that has an un-auto-castable Parasite. I wanted to make it impossible to auto-cast the spell with this simple trigger. Events Unit - A unit Is issued an order with no target Conditions (Issued order) Equal...
  10. Ricola3D

    WE - abilities - "Text - Order String - Use/Turn On"

    Hello, It has been 3 hours I am trying to make triggered orders, with some temporary abilities I give to the units. And I have the feeling that when I change the value of "Text - Order String - Use/Turn On" in the editor, Warcraft III just doesn't care, and keep the original value, so if I...
  11. Uncle

    [Solved] Issues with Run trigger/For Each Integer. Actions are executing out of order.

    Alright, so I didn't know how to word this one, but basically the issue is with this trigger: Generate Walls Events Time - GenerateTimer expires Conditions Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions...
  12. Wiseman

    Orders 852002-852007 problem

    Hello, i wanted to make enchant system for items and i've got a problem with order ''move item to a specific inventory slot''. I wanted to detect mentioned order (for example screened 852002, which moves item to slot 1) but no matter what kind of item move order i do (852002, 852003, 852004...
  13. Followers Of The Light

    Followers Of The Light

    ''We are the chosen of the light WE SHALL NOT FALL.''-Arthas Menethil
  14. CuriousJacque

    Identify If Building Stopped Attacking

    So I am currently working on my first map and as a newbie I am constantly being troubled especially on triggers. And there was this periodic event where a swarm of units are created and issued an order to attack a gate. Towers will be attacking the swarm and after the swarm has been all killed...
  15. 94tschmidt

    Issue train order from any Altar of Kings

    Hi, I am currently working on my very first AI, it is going to be very basic, and right now I am trying to make a trigger that orders a specific hero to be trained from an Altar. However at the ''Issue Train/Upgrade Order'' action, I cannot pick a unit-type, but only a specific unit on the map...
  16. Snigglel

    Re-ordering variable order

    Hi! I want to be able to store any order into a variable to re-order it after using an ability but I can't seem to find a function for it in GUI. Please help!
  17. zachhandley

    [JASS] Base System - Force Building to Cancel

    Hi All, I'm working on creating a basing system (I can post it here after I've polished it) and I'm trying to make it like Vampirism Fire's. However after a base is claimed I want to cancel when they try to build in another base. I've tried ordering the constructing unit to "cancel" I've tried...
  18. Spellbound

    [General] GetUnitCurrentOrder not detecting automated orders

    So I've noticed that if you right-click on a target and your unit begins to attack, the order that is caught it smart, rather than attack. Similarly, if the target was acquired automatically, the order id returned is 0, meaning there wasn't even an order event that fired. It's only after...
  19. FeruEnzeruJKun

    Warcraft Canon/Fanon Related Grand Alliance Races/Factions List

    FOR THOSE WHO PLAY AND DON'T PLAY WHAoS MUST READ THIS THREAD IMPORTANTLY (INCLUDING CANON WARCRAFT AND INCLUDING ONES THAT WARCRAFT FANS MADE UP). Grand Alliance of Order and Light Angelic Imperium (@FeruEnzeruJKun) Light Forged (Can be canon) Human Empire and Human Kingdoms Order of...
  20. Geritos

    [Solved] Organization

    When Im working with WE I like to have everithing organized. Of what I know the organization is very limited. For example in Object Editor, category units, you can only sort by the race or if the unit is from "Melee" or "Campaign". So is it possible to make custom folders or Is there any other...
Top