• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Changing CriticalStrike text?

Status
Not open for further replies.
Level 3
Joined
Jul 17, 2005
Messages
36
is there a way to change the crit stirke text (the one that flaots up ingame when you get a cirt *the numbers)

i have an skill called Backstab, and i based it of cirt strike, but insted of the numbers that flaot up u want "Backstabed" to float up
 
Level 8
Joined
Jul 28, 2004
Messages
258
u will have to create a floating text to indicate it.
Code:
Floating Text - Create floating text that reads Backstab at (Position of (Triggering unit)) with Z offset 90.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
        Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
        Floating Text - Change the lifespan of (Last created floating text) to 3.00
        Floating Text - Change the fadepoint of (Last created floating text) to 2.00
 
Status
Not open for further replies.
Top