HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Shadow Strike Color

07-26-2004, 05:44 AM#1
Ghost_81st
Is there anyway to Change the SS Color? when it does the damage? I tried importing one of the TXT files with the color changed, but it did not work. Does anyone know what I did wrong or know of how to do it?
07-26-2004, 07:01 AM#2
GaDDeN
Im dont think there is a "easy" way of doing thing, but you could try making the effect manually (WEU has a ready made trigger which can create different texts above).

But that is a stupid way anyways, if anybody know a way to actually change the color, that is much better...
07-26-2004, 07:03 AM#3
Ghost_81st
BTW: I am not going to use 3rd party editors.... just doesnt feel right :8. I just have reg WE.
07-26-2004, 07:17 AM#4
bur
I don't think there is any way to change it, but if you make the shadow strike into the trigger.
Code:
Event: A unit starts finishes casting of an ability.
Condition:All the following conditions are true
 ((Target unit of ability being cast) has buff Shadow Strik Mimic) Equal to
True
(Ability being cast) Eqaul to Shadow Strike Mimic
Action: Wait 1 seconds
Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit
 of ability being cast)) - 25.00 *Or your amount*
Floating Text - Create floating text that reads 25 above (Target unit of ability being 
cast) with Z offset 0.00, using font zie 10.00 zolor (100.00%, 0.00%, 0.00%), and 
0.00% transparency
Copy/Paste 5 times for 5 seconds of effect
You'll also need to edit the ability you made it so theres no poison damage for 0 amount of time. If you still need help PM me. I don't think its a very hard spell to make btw.
07-26-2004, 11:12 AM#5
logik
actually i think there is...

UI/MiscData.txt

there it has ability to edit the text of mana burn, crit strik etc. and i think shadow strike ( cant garentee though )
07-26-2004, 11:23 AM#6
Ghost_81st
Quote:
Originally Posted by logik
actually i think there is...

UI/MiscData.txt

there it has ability to edit the text of mana burn, crit strik etc. and i think shadow strike ( cant garentee though )


nope. tried that.
07-26-2004, 11:50 AM#7
logik
Quote:
Originally Posted by Ghost_81st
nope. tried that.

i am telling you now, your mustn't of looked hard!!

Code:
// ShadowStrike text tag data
ShadowStrikeTextColor=255,160,255,0
ShadowStrikeTextVelocity=0,0.04,100
ShadowStrikeTextLifetime=5
ShadowStrikeTextFadeStart=2


that there is what you need to edit... it was aty the top of the list

this part is what you edit

Code:
ShadowStrikeTextColor=255,160,255,0

that that there uses RGB values

its *RED* , *GREEN* , *BLUE* , *TRANSPARENCEY*

you change it to the colour you wish... to find a colour you go into microsoft paint and go to "COLORS >>> EDIT COLORS"
and then click the box labeled "Define Custom Colors"

then it will provide you with the RGB value of the color you choose.
07-26-2004, 11:51 AM#8
Ghost_81st
Quote:
Originally Posted by logik
i am telling you now, your mustn't of looked hard!!

Code:
// ShadowStrike text tag data
ShadowStrikeTextColor=255,160,255,0
ShadowStrikeTextVelocity=0,0.04,100
ShadowStrikeTextLifetime=5
ShadowStrikeTextFadeStart=2


that there is what you need to edit... it was aty the top of the list

this part is what you edit

Code:
ShadowStrikeTextColor=255,160,255,0

that that there uses RGB values

its *RED* , *GREEN* , *BLUE* , *TRANSPARENCEY*

you change it to the colour you wish... to find a colour you go into microsoft paint and go to "COLORS >>> EDIT COLORS"
and then click the box labeled "Define Custom Colors"

then it will provide you with the RGB value of the color you choose.


WRONG...........maybe you should try it?
:<