• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] Two Questions

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240
Thi removes Wind Walk after 2 seconds.
  • Untitled Trigger 077
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Wind Walk
    • Actions
      • Wait 2.00 seconds
      • Custom script: call UnitRemoveAbility(GetTriggerUnit(), 'BOwk')
BOwk is the raw code of the buff, check them by pressing Ctrl + D in object editor.
 
You can't add any single sound you want to a unit animation. The list of sounds you can add via modelling is defined in some files ("UI/SoundInfo/AnimSounds.slk" and "UI/SoundInfo/AnimLookups.slk" in your warcraft's MPQ archives) and, if I remember correctly, you can't replace those files to add more sounds.

Here is the list of sounds you can add using model editing (Magos' editor has a list too but it has not been updated so there are some missing) :
Code:
DABA 	AbominationAlternateDeath
DABO	AbominationDeath
MABS	AbsorbManaLaunch
SABI	AcidBombImpact
DACO	AcolyteDeath
DALB	AlbatrossDeath
KANG	AncestralGuardianAttack1
MANG	AncestralGuardianMissileHit
MANL	AncestralGuardianMissileLaunch
AAST	AncestralSpirit
KAOE	AncientOfTheEarthAttack1
KAOM	AncientOfTheMoonAttack1
KAW1	AncientOfTheWildAttack1
KAW2	AncientOfTheWildAttack2
KAP1	AncientProtectorMeleeAttack1
KAP2	AncientProtectorMeleeAttack2
KANP	AncientProtectorMissileAttack
MANP	AncientProtectorMissileHit
MAPL	AncientProtectorMissileLaunch
AAMS	AntiMagicshell
DARC	ArachnathidDeath
DRAN	ArcherDeath
DARG	ArmorGolemDeath
MARR	ArrowHit
MARL	ArrowLaunch
DART	ArtilleryExplodeDeath
DASS	AssassinDeath
AHAV	Avatar
MAXE	AxeMissileHit
MAXL	AxeMissileLaunch
KAZB	AzureDragonAttack1
KBLL	BallistaAttack
DBAL	BallistaDeath
MBAL	BallistaMissileHit
KBAL	BalrogAttack1
DBNT	BanditDeath
DBAN	BansheeDeath
MBAN	BansheeMissileHit
MLSH	BansheeMissileHit
MBNL	BansheeMissileLaunch
MLSL	BansheeMissileLaunch
AEBA	Barkskin
DBAT	BatRiderDeath
ABTR	BattleRoar
DBSP	BattleShipDeath
DGRS	BearSwimDeath
KBST	BeastmasterAttack
DBTM	BeastmasterDeath
ABSK	BerserkerRage
AWBS	BigWaterStep
ANBA	BlackArrowHit
KBLB	BlackDragonAttack1
DBSF	BlackStagFemaleDeath
DBSM	BlackStagMaleDeath
AEBL	BlinkCaster
AEBT	BlinkTarget
AHBZ	Blizzard
ABLO	Bloodlust
MBML	BloodMageMissileLaunch
MBHT	BoatMissileHit
MBHL	BoatMissileLaunch
MBLT	Bolt
ABPD	BothGlueScreenPopDown
ABPU	BothGlueScreenPopUp
ACBC	BreathOfFire
ACBF	BreathOfFrost
KPB1	BrewmasterAttack1
KPB2	BrewmasterAttack2
DBRI	BristleBackDeath
MBRH	BristleBackMissileHit
MBRL	BristleBackMissileLaunch
KBRB	BronzeDragonAttack1
ABRW	Burrow
ACAN	Cannibalize
KCAN	CannonTowerAttack
MCAN	CannonTowerMissile
AUCD	CarrionSwarmDamage
AUCS	CarrionSwarmLaunch
MCAT	Catapult
KCAT	CatapultAttack1
DCAT	CatapultDeath
DCNA	CentaurArcherDeath
DCEN	CentaurDeath
AUCH	Charm
MCAH	ChimaeraAcidHit
MCAL	ChimaeraAcidLaunch
ACLB	CinematicLightningBolt
DHTR	ClockwerkGoblinDeath
MTRI	ClusterRocketsImpact
MTRL	ClusterRocketsLaunch
MCDA	ColdArrow
ACRH	CorrosiveBreathMissileHit
ACRL	CorrosiveBreathMissileLaunch
ACSL	CreepSleep
ACRI	Cripple
AOCR	CriticalStrike
ACCV	CrushingWave
ACWD	CrushingWaveDamage
DPIT	CryptFiendDeath
MCRH	CryptFiendMissileHit
MCRL	CryptFiendMissileLaunch
KCL1	CryptLordAttack1
KCL2	CryptLordAttack2
ACRS	Curse
ACYB	CycloneBirth
ACYD	CycloneDeath
DDKR	DarkRangerDeath
AUDA	DarkRitual
AUDM	DarkSummoningMissileLaunch
AUDS	DarkSummoningTarget
AUDT	DeathAndDecayTarget
DBRG	DeathBridge
DCBL	DeathCityBuilding
AUDC	DeathCoil
MDCL	DeathCoilMissile
DHBC	DeathHumanBuildingCancel
DHLB	DeathHumanLargeBuilding
DHLS	DeathHumanSmallBuilding
DEBC	DeathNightElfBuildingCancel
DELB	DeathNightElfLargeBuilding
DELS	DeathNightElfSmallBuilding
DOLB	DeathOrcLargeBuilding
DOLS	DeathOrcSmallBuilding
AUDP	DeathPactTarget
DUBC	DeathUndeadBuildingCancel
DULB	DeathUndeadLargeBuilding
DULS	DeathUndeadSmallBuilding
DEBA	DeathWalkingNightElfBuilding
FDFL	DeepFootstep
FDFR	DeepFootstep
ADEF	Defend
DDMN	DemonessDeath
MDEM	DemonHunterMissileHit
MDML	DemonHunterMissileLaunch
ADHM	DemonHunterMorph
MDLL	DestroyerMissileLaunch
ADEV	Devour
MDVM	DevourMagicLaunch
ADVP	DevourPuke
DDWF	DireWolfDeath
ADIS	DispelMagic
AHDI	DivineShield
AHDD	DivineShieldDeath
DDMG	DoomGuardDeath
ANDO	DoomTarget
DDRN	DraeneiDeath
DDRA	DragonDeath
DDHK	DragonHawkDeath
MWIN	DragonHawkMissileHit
MWNL	DragonHawkMissileLaunch
DDRS	DragonspawnDeath
DDOC	DruidOfTheClawDeath
DDCA	DruidOfTheClawDeathAlternate
ADCM	DruidOfTheClawMorph
ADCA	DruidOfTheClawMorphAlternate
DADR	DruidOfTheTalonDeath
DDTA	DruidOfTheTalonDeathAlternate
MDTH	DruidOfTheTalonMissileHit
MDTL	DruidOfTheTalonMissileLaunch
ADTM	DruidOfTheTalonMorph
ADTA	DruidOfTheTalonMorphAlternate
DDRY	DryadDeath
MDRY	DryadMissile
DDNW	DuneWormDeath
AEBD	Earthbind
AEQK	Earthquake
AEAT	EatTreeMunch
DEGS	EggSackDeath
AENS	Ensnare
AENM	EnsnareMissile
AEMB	EntangleMineBirth
AEMD	EntangleMineDeath
AEMS	EntangleMineStand
AESV	EntanglingRoots
AERD	EntanglingRootsDecay
DENT	EntDeath
GSMN	ExpansionGlueMonster
DFCO	FacelessOneDeath
DFDR	FaerieDragonDeath
MFDL	FaerieDragonLaunch
AFAE	FaerieFire
AEFK	FanOfKnives
MFKH	FanOfKnivesHit
MFAR	FarseerMissile
AFBK	Feedback
DFLG	FelguardDeath
DFEL	FelhoundDeath
AOSD	FeralSpiritDone
AOSF	FeralSpiritTarget
FDSL	FiendStep
FDSR	FiendStep
AIFT	FinalCinematic
MFRB	Fireball
MFRL	FireballLaunch
AFLK	FlakCannonHit
AHFS	FlameStrike
AHFT	FlameStrikeTarget
AFL1	Flare1
AFL2	Flare2
AFL3	Flare3
AFL4	Flare4
DFOO	FootmanDeath
AEFN	ForceOfNatureBirth
DFRT	ForestTrollDeath
DFSP	ForestTrollShadowPriestDeath
DFOR	ForgottenOneDeath
DFTN	ForgottenOneTentacleDeath
AFSH	FragShards
AFRZ	FreezingBreath
AUFA	FrostArmor
MFAH	FrostArrowHit
MFAL	FrostArrowLaunch
MFBH	FrostBoltHit
MFBL	FrostBoltLaunch
DFRM	FrostmourneDeath
AUFN	FrostNova
KFRB	FrostWyrmAttack1
DFRW	FrostWyrmDeath
DFUR	FurbolgDeath
DGAR	GargoyleDeath
MGRH	GargoyleMissileHit
MSVH	GargoyleMissileHit
MGRL	GargoyleMissileLaunch
MSVL	GargoyleMissileLaunch
DGAS	GargoyleStoneDeath
DGAT	GateDeath
AUGS	GatherShadowsMorph
AUGA	GatherShadowsMorphAlternate
DGOB	GemstoneObeliskDeath
DGHO	GhoulDeath
DGST	GiantSeaTurtleDeath
DTDS	GiantSeaTurtleDeathSwim
AGBC	GlueScreenBNetClose
AGBE	GlueScreenBNetExit
AGBO	GlueScreenBNetOpen
AGBS	GlueScreenBNetSlam
AGEQ	GlueScreenEarthquake
AGMH	GlueScreenMeteorHit
AGMT	GlueScreenMeteorLaunch
DGNA	GnollArcherDeath
DGNL	GnollDeath
ANAL	GoblinAlchemistAttack
DNAL	GoblinAlchemistDeath
DNAA	GoblinAlchemistDeathAlternate
SCRM	GoblinAlchemistMorph
SCRA	GoblinAlchemistMorphAlternate
DGLM	GoblinLandMineDeath
DGSD	GoblinSapperDeath
DGSP	GoblinSapperExplode
DGZP	GoblinZeppelinDeath
DGLD	GoldMineDeath
AGVB	GraveMarkerBirth
AGVD	GraveMarkerDeath
KGRB	GreenDragonAttack1
DGRZ	GrizzlyBearDeath
DGRU	GruntDeath
DGRY	GryphonRiderDeath
MGML	GryphonRiderMissileLaunch
KGUA	GuardTowerAttack
MGUA	GuardTowerMissileHit
KGYR	GyrocopterAttack
DGYR	GyrocopterDeath
DHRP	HarpyDeath
MHAR	HarpyMissileHit
MHRL	HarpyMissileLaunch
DHUN	HeadHunterDeath
AHEA	Heal
SHSI	HealingSprayImpact
SHSL	HealingSprayLaunch
AHWD	HealingWardBirth
DHWD	HealingWardDeath
AOHW	HealingWaveTarget
DHMC	HermitCrabDeath
DAMG	HeroArchMageDeath
KBM1	HeroBladeMasterAttack1
KBM2	HeroBladeMasterAttack2
DBLA	HeroBladeMasterDeath
DBES	HeroBloodElfDeath
FHCL	HeroCinematicStep
FHCR	HeroCinematicStep
DCRL	HeroCryptLordDeath
KDK1	HeroDeathKnightAttack1
DDKN	HeroDeathKnightDeath
KDH1	HeroDemonHunterAttack1
KDH2	HeroDemonHunterAttack2
DDEM	HeroDemonHunterDeath
DDMA	HeroDemonHunterDeathAlternate
DDRL	HeroDreadLordDeath
KFAR	HeroFarSeerAttack1
DFAR	HeroFarSeerDeath
DNFL	HeroFlameLordDeath
ANFI	HeroFlameLordMissileImpact
ANFL	HeroFlameLordMissileLaunch
SNFL	HeroFlameLordSpell
DKEE	HeroKeeperOfTheGroveDeath
KLIC	HeroLichAttack1
DLIC	HeroLichDeath
DMOO	HeroMoonPriestessDeath
KMKG	HeroMountainKingAttack1
DMKG	HeroMountainKingDeath
KPL1	HeroPaladinAttack1
KPL2	HeroPaladinAttack2
DPAL	HeroPaladinDeath
KRN1	HeroRangerAttack1
KRN2	HeroRangerAttack2
DSHH	HeroShadowHunterDeath
KTC1	HeroTaurenChieftainAttack1
KTC2	HeroTaurenChieftainAttack2
DTCH	HeroTaurenChieftainDeath
DHTI	HeroTinkerDeath
SHTM	HeroTinkerMorph
SHTA	HeroTinkerMorphAlternate
DHTT	HeroTinkerMorphDeath
DWRD	HeroWardenDeath
DHIP	HippogryphDeath
AHHB	HolyBolt
DHOR	HorseDeath
ANHT	HowlOfTerror
DDSH	HumanDissipate
DNDS	HumanDissipate
MHUN	HunterMissileHit
MHNL	HunterMissileLaunch
DHDA	HydraDeath
DHDS	HydraDeathSwim
DHYD	HydraliskDeath
DICT	IceTrollDeath
AEID	ImmolationDecay
AEIM	ImmolationTarget
AUIM	Impale
AUIT	ImpaleHit
AUIH	ImpaleLand
AFDE	IncinerateDeath
KIN1	InfernalAttack1
KIN2	InfernalAttack2
AINB	InfernalBirth
DINF	InfernalDeath
KINJ	InfernalJuggernaughtAttack
KINM	InfernalMachineAttack
DINM	InfernalMachineDeath
AINF	InnerFire
AIVS	Invisibility
KIRG	IronGolemAttack1
DIRG	IronGolemDeath
AILL	ItemIllusion
DJAN	JainaDeath
MKGH	KeeperOfTheGroveMissileHit
MKGL	KeeperOfTheGroveMissileLaunch
DKNI	KnightDeath
DKOB	KoboldDeath
DKBS	KoboldShovelerDeath
DKOD	KodoBeastDeath
AKDL	KodoDrumLeft
AKDR	KodoDrumRight
ALSB	LavaSpawnBirth
ALSL	LavaSpawnChannel
ALSK	LavaSpawnDeath
ALSI	LavaSpawnMissileImpact
ALSA	LavaSpawnMissileLaunch
ALSD	LavaSpawnSplit
ALPD	LeftGlueScreenPopDown
ALPU	LeftGlueScreenPopUp
AHER	LevelUp
DLVR	LeverDeath
MLIC	LichMissile
AOLB	LightningBolt
ALSD	LightningShield
DLOC	LocustDeath
DMAG	MagnataurDeath
DMAK	MakruraDeath
DMLF	MalfurionDeath
DMAM	MammothDeath
AESO	ManaBurn
AHMF	ManaFlareMissile
AIMA	ManaPotion
AHMC	MarkOfChaos
AHMT	MassTeleport
KMTW	MeatWagonAttack1
DMTW	MeatWagonDeath
MMEA	MeatWagonMissileHit
AOMC	MirrorImage
AOMI	MirrorImageDeath
ANMO	MonsoonBolt
MMTI	Mortar
KMT1	MortarTeamAttack1
KMT2	MortarTeamAttack2
DMOR	MortarTeamDeath
DMGT	MountainGiantDeath
DMGS	MurgulDeathSwim
DMUR	MurlocDeath
DNBL	NagaBuildingDeath
DMYR	NagaMyrmidonDeath
DMYS	NagaMyrmidonDeathSwim
DNSW	NagaSeaWitchDeath
DNWS	NagaSeaWitchDeathSwim
DNSR	NagaSirenDeath
DNSS	NagaSirenDeathSwim
AENA	NatureTouch
DNEC	NecromancerDeath
MKMH	NecromancerMissileHit
MNCH	NecromancerMissileHit
MKML	NecromancerMissileLaunch
MNCL	NecromancerMissileLaunch
DNDR	NetherDragonDeath
ANEU	NeutralBuildingActivate
AIDC	NeutralizationWandHit
DDSN	NightElfDissipate
DBSX	ObsidianAvengerDeath
DOBS	ObsidianStatueDeath
AAVE	ObsidianStatueMorph
DOGR	OgreDeath
AICH	OrbOfCorruptionHit
AICB	OrbOfCorruptionLaunch
DDSO	OrcDissipate
AGB1	OrcGlueBear1
AGB2	OrcGlueBear2
AGB3	OrcGlueBear3
DORW	OrcWarlockDeath
DOWB	OwlbearDeath
DPMB	PandarenBrewmasterDeath
ANPA	Parasite
DPES	PeasantDeath
DPEN	PenguinDeath
DPEO	PeonDeath
APHS	PhaseShift
APHX	PhoenixBirth
DPHX	PhoenixDeath
APXB	PhoenixEggBirth
MPXL	PhoenixMissileLaunch
DPIG	PigDeath
KPD1	PitLordAttack1
KPD2	PitLordAttack2
KPD3	PitLordAttack3
KPS1	PitLordAttackSlam1
KPS2	PitLordAttackSlam2
DPLD	PitlordDeath
AHTF	PocketFactoryBirth
AHTP	PocketFactoryMissileLaunch
MPAH	PoisonArrowHit
APOL	Polymorph
APLA	PolymorphAir
APLD	PolymorphDone
APSH	PossessionMissileHit
APSL	PossessionMissileLaunch
DPRS	PriestDeath
MBSH	PriestMissileHit
MPMH	PriestMissileHit
MSBH	PriestMissileHit
MBSL	PriestMissileLaunch
MPML	PriestMissileLaunch
MSBL	PriestMissileLaunch
DIPW	PrisonWagonDeath
AWRS	Pulverize
APRG	Purge
DQBS	QuillBeastDeath
DRAI	RaiderDeath
ASKA	RaiseSkeletonArcher
ASKW	RaiseSkeletonWarrior
MRAN	RangerMissile
DFRG	RatDeath
DRAT	RatDeath
KRDB	RedDragonAttack1
AORE	Reincarnation
AREJ	Rejuvenation
AREP	Repair
AIRE	RestorationPotion
AHRE	Resurrect
ANDT	RevealMap
DREV	RevenantDeath
AHRV	ReviveHuman
AERV	ReviveNightElf
AORV	ReviveOrc
AURV	ReviveUndead
DRHG	RiddenHippogryphDeath
MRIF	Rifle
KRIF	RiflemanAttack1
DRIF	RiflemanDeath
ARPD	RightGlueScreenPopDown
ARPU	RightGlueScreenPopUp
KRG1	RockGolemAttack1
KRG2	RockGolemAttack2
DRKG	RockGolemDeath
DRKW	RockWallDeath
AROO	Root
ANSA	SacrificeUnit
DSAT	SatyrDeath
AUCB	ScarabBirth
DSCB	ScarabDeath
AESC	ScoutBirth
AESD	ScoutDeath
DSGT	SeaGiantDeath
DSGW	SeaGiantSwimDeath
DSEL	SealDeath
MFLA	SearingArrowHit
MFLL	SearingArrowLaunch
DSEN	SentinelDeath
MSEH	SentinelMissileHit
MSEL	SentinelMissileLaunch
AEYE	SentryWardBirth
DSHD	ShadeDeath
MSHH	ShadowHunterMissileHit
MSHD	ShadowHunterMissileLaunch
ASHP	ShadowPact
AESH	ShadowStrikeBirth
AESM	ShadowStrikeMissileBirth
DSHM	ShamanDeath
DSHP	SheepDeath
DSHW	SheepDeathSwim
AOSH	ShockWave
ACSI	Silence
AHDR	SiphonManaCaster
DSKE	SkeletonDeath
DSKK	SkinkDeath
AESE	Sleep
ASLO	Slow
ASLC	SlowCaster
DSLG	SludgeMonsterDeath
DSND	SnapDragonDeath
DSNS	SnapDragonDeathSwim
MSNL	SnapDragonMissileLaunch
DOWL	SnowOwlDeath
DSOR	SorceressDeath
MSMH	SorceressMissileHit
MSML	SorceressMissileLaunch
ANSB	SoulBurnTarget
AISO	SoulGem
MSPR	Spear
DSPB	SpellBreakerDeath
ANSS	SpellShieldAmulet
ASPM	SpellStealMissileLaunch
ASPS	SpellStealTarget
DSPC	SpiderCrabDeath
DSPD	SpiderDeath
ASPL	SpiritLink
DSPV	SpiritOfVengeanceDeath
ASWB	SpiritWolfBirth
DSPL	SplatDeath
ASTH	StampedeHit
AESF	StarfallArea
AEST	StarfallTarget
ASTB	StasisTotemBirth
ASTS	StasisTotemDeath
KSTT	SteamTankAttack
DSTT	SteamTankDeath
ASTO	StoneFormMorph1
AST2	StoneFormMorph2
AST3	StoneFormMorph3
ASTA	StoneFormMorphAlternate
AHTB	StormBolt
AHSL	StormBoltLaunch
ANSD	StrongDrink
ANSM	StrongDrinkMissile
ATAU	Taunt
DTAU	TaurenDeath
FBCL	TestFootstep
FBCR	TestFootstep
AHTC	ThunderClap
AITM	Tome
AETQ	Tranquility
AETT	TranquilityTarget
STMI	TransmuteMissileImpact
DANP	TreantDeath
KTOL	TreeOfLifeAttack1
ATRB	TreeWallBirth
DTRW	TreeWallDeath
MTBL	TrollBatriderMissileLaunch
DTUS	TuskarrDeath
DUNB	UnbrokenDeath
DUAB	UndeadAirBargeDeath
AUB1	UndeadBuildingBirth1
AUB2	UndeadBuildingBirth2
AUB3	UndeadBuildingBirth3
AUB4	UndeadBuildingBirth4
DUDS	UndeadDissipate
AUHF	UnholyFrenzy
AUCO	UnstableConcoction
AUPR	Uproot
DVNG	VengeanceDeath
DVLC	VillagerChildDeath
DVLM	VillagerManDeath
DVLW	VillagerWomanDeath
MVRL	VolcanoMissileLaunch
AOVD	VoodooBirth
DVUL	VultureDeath
AOAG	WardBirth
DANG	WardDeath
KWAR	WardenAttack
DWRE	WarEagleDeath
DWAR	WarlockDeath
DWLD	WarlordDeath
AOWS	Warstomp
DWTC	WatcherDeath
ASWE	WaterElementalBirth
DWAT	WaterElementalDeath
MWAT	WaterElementalMissile
AWST	WaterStep
AWEB	Web
MWEB	WebMissileLaunch
DWEN	WendigoDeath
AOWW	Whirlwind
DWDS	WingedSerpentDeath
DWSP	WispDeath
DWIT	WitchDoctorDeath
MDOH	WitchDoctorMissileHit
MDOC	WitchDoctorMissileLaunch
DWLF	WolfDeath
DWCD	WyvernCageDeath
DWYV	WyvernRiderDeath
MWYV	WyvernSpearMissile
MZFH	ZigguratFrostMissileHit
MZFL	ZigguratFrostMissileLaunch
MZGH	ZigguratMissileHit
MZIG	ZigguratMissileLaunch
DZOM	ZombieDeath
 
Level 5
Joined
Nov 30, 2012
Messages
200
You can disable Wind Walk via the command card. Just edit the Gameplay Constants:

SShqCEZ.png
 
Level 5
Joined
Nov 30, 2012
Messages
200
If it doesn't work, you could always just remove the ability Wind Walk after casting, give it a dummy ability so that when it's used, you use the trigger posted above in this thread to remove the Wind Walk buff. Once the dummy ability is used it should also add Wind Walk back to the unit.
 
Status
Not open for further replies.
Top