| 07-26-2004, 05:44 AM | #1 |
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 |
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 |
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 |
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 |
| 07-26-2004, 11:12 AM | #5 |
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 | |
Quote:
nope. tried that. |
| 07-26-2004, 11:50 AM | #7 | |
Quote:
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 | |
Quote:
WRONG...........maybe you should try it? :< |
