Search results

  1. C

    Muting players?

    That's a good idea, and it works. But I would still like to know how to insert Jass into my wc3 map because I'm eventually going to learn Jass. EDIT: Do I just convert my trigger to custom text then copy and paste the JassCraft code into it?
  2. C

    Muting players?

    Thanks, but how do I insert Jass into my Warcraft map? I have JassCraft. (lol im such a nub)
  3. C

    Muting players?

    Is there a way (other than putting a player in cinematic mode) to mute a player? I don't want cinematic mode because it reveals map for everyone else. I just want a player to not be able to talk. Is this possible?
  4. C

    Replacing Units

    Using different base abilities worked, thanks! But I would rather change the base order ID's. I've added a custom ability with the base Channel but I don't see any Base ID (Yes, I do have display values as raw data checked)
  5. C

    Replacing Units

    Nope it's not there
  6. C

    Replacing Units

    Yeah same base spell, but how would I change/check the baseid?
  7. C

    Replacing Units

    Untitled Trigger 002 Events Unit - A unit Begins casting an ability Conditions Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Ability being cast) Equal to Morph into a Human (Neutral...
  8. C

    Replacing Units

    How come my trigger doesn't work? Events Unit - A unit Begins casting an ability Conditions Actions If ((Ability being cast) Equal to Morph into Hydralisk (Neutral Hostile)) then do (Unit - Replace (Triggering unit) with a Hydralisk using The old unit's relative life and mana)...
  9. C

    Giving an item to a random hero

    I understand what you're saying, but how would I store the hero in the unit array? I can't find "Set"
  10. C

    Giving an item to a random hero

    What would the action be for giving a hero (a random player's hero) a specific item, and displaying a message to the hero's player? Thanks in advance, I just need this to finish my map<3
  11. C

    Creating a certain amount of units

    Thanks xD I found it like a minute after posting my reply. <3<3<3 EDIT: I just tried typing -create 10 and nothing happened :l
  12. C

    Creating a certain amount of units

    (Integer((Substring((Entered chat string), 8, 10)))) Where do I find integer?:confused:
  13. C

    Creating a certain amount of units

    How would I be able to do this? For example, I would like to type this: -create 5 and it would create 5 units. Basically I just need to know what to put for the event. I was thinking like when player 1 types the integer, it gets stored into my integer variable, then in the action section, I...
Top