HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

cleaving attack order/command string

08-10-2003, 10:11 PM#1
Lord_Zinger
what is it?! i need the order/command string for cleaving attack, anyone know what it is?
08-10-2003, 10:15 PM#2
Sage the Mage
It doesn't have one.
08-10-2003, 10:28 PM#3
Lord_Zinger
sure it does, bash have one (it's "bash") and so does cleaving attack, problem is that i don't know what it is.
08-11-2003, 12:30 AM#4
Shvegait
If you think it has one, then it should appear in the Object Editor under the Cleaving Attack ability listing... All orders for all abilities can be found there...
08-11-2003, 05:13 AM#5
element_5
Just use this trigger to find out the orderstring of any ability (it's NOT always listed in the Object Editor):
Code:
Display Issued Order
    Events
        Unit - A unit owned by Player 1 (Red) Is issued an order targeting an object
        Unit - A unit owned by Player 1 (Red) Is issued an order targeting a point
        Unit - A unit owned by Player 1 (Red) Is issued an order with no target
    Conditions
    Actions
        Game - Display to (All players) the text: (String((Issued order)))
08-11-2003, 01:10 PM#6
Vexorian
The last time I checked both cleaving attack and bash were passive skills, Why do you need the order string?
08-11-2003, 07:05 PM#7
T3I7E1
There's a Find function for the new TFT editor.... try using it :////
08-11-2003, 09:39 PM#8
RodOfNOD
Actually I went and looked and there does not appear to be an order. I looked not only in the object editor where it says NONE, I also looked in the actual SLKs and TXTs inside war3x

// Cleaving Attack
[ANca]
Art=ReplaceableTextures\PassiveButtons\PASBTNCleavingAttack.blp
Buttonpos=2,2
Researchart=ReplaceableTextures\CommandButtons\BTNCleavingAttack.blp
Researchbuttonpos=2,0
Specialart=Abilities\Spells\Other\Cleave\CleaveDamageTarget.mdl
Specialattach=chest

// Cleaving Attack (creep)
[ACce]
Art=ReplaceableTextures\PassiveButtons\PASBTNCleavingAttack.blp
Buttonpos=1,2
Specialart=Abilities\Spells\Other\Cleave\CleaveDamageTarget.mdl
Specialattach=chest

Note there is no ORDER

I then did a quick test on a map with a unit that had cleaving and no order was issued even though the units next to him took damage.

Then finally I looked at BASH, when bash was actually done and STUN effect was generated on a unit there was a command issued but it had NO name. it was NULL.

So id say you are SOL dude. Good Luck.

Tell me what u are trying to acomplish and maybe I can figure out another way to detect it?