HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Questions on purge

08-29-2006, 12:03 PM#1
darkwulfv
I put this here because triggering may be involved, I dunno.
Anyways, I'm making a spell called Luster Purge. I want it to remove all buffs (done) Damage the target slightly (can be done) and lower move speed by a certain amount...(?) problem is, nowehere on the purge screen do i see data for how much the speed is decreased by, only for how long and how often the speed comes back. Does anyone know of a way to set the factor of speed loss?
As far as triggering goes, I think it can be done by setting the move speed to the unit's move speed x . whatever.
Ideas anyone?
08-29-2006, 12:16 PM#2
The)TideHunter(
You cant set the movespeed loss specificly, only by factor unfortunatly.
If you wanted specific, i sugget giving the targeted unit boots of speed ability with your -amount for a certain amount of time, then remove it.
08-29-2006, 03:30 PM#3
darkwulfv
The factor is fine, I just have no clue where to find it :(
08-30-2006, 12:05 PM#4
BertTheJasser
It's DataB1 for attack factor and DataA1 for speed factor.

Btw. I have a finished trigger of that spell, a mod form FireFreak's spellpack, which fits exactly to your request? PM? Rep?
08-30-2006, 12:15 PM#5
The)TideHunter(
Removes all buffs from a target unit, and slows its movement speed by a factor of <Aprg,DataA1>.

A1 is Movement Update Frequency.

The images show the correct one.
Attached Images
File type: jpgNormal.jpg (74.8 KB)
File type: jpgData.jpg (39.5 KB)
08-30-2006, 04:05 PM#6
darkwulfv
Quote:
Btw. I have a finished trigger of that spell, a mod form FireFreak's spellpack, which fits exactly to your request? PM? Rep?
Thanks, but I think I'll be alright. It was stupidly annoying how it didn't say like "Speed Loss Factor" or something. +rep anyways for the offer though :D

Quote:
Removes all buffs from a target unit, and slows its movement speed by a factor of <Aprg,DataA1>.

A1 is Movement Update Frequency.

The images show the correct one.

Thanks, +rep for you too (if i can)