[Jass] Casting Text System

Post Reply
User avatar
Site Admin
Site Admin
Posts: 202
Joined: Sat Sep 15, 2018 1:57 pm
Location: Florida, U.S.A.
Website: http://chaosrealm.co/memberlist.php?mod ... rofile&u=2
Discord: https://discord.gg/BUEZkef
Twitch: https://www.twitch.tv/enalias
Contact:

[Jass] Casting Text System

#1

Post by Enalias »

A system when you are casting a spell, it will show texts of spell and have a color like casting bar system

Copy all of trigger in Initialization Folder.
Timer Utils don't need, if you already have it.

Require JassNewGenPack to edit the map

How to use

Ex. Custom script: call CastingText(GetTriggerUnit(),2,"|cffff0080","stormbolt","thunderbolt")

GetTriggerUnit() = TriggeringUnit
2 = casting time. change this number to the same as casting time in object editor
"|cffff0080" = Code Color of text
"stormbolt" = Text Name that you want to show.
"thunderbolt" = an order of a spell. You can look at object editor --> Your abilities --> Text - Order String - Use/Turn On (aord)

Credits: Nookaiser
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Systems”