[Jass] Casting Text System

User avatar
Enalias
Site Admin
Site Admin
Posts: 200
Joined: Sat Sep 15, 2018 1:57 pm
Reputation: 9
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:
United States of America

[Jass] Casting Text System

#1

Post by Enalias » Mon Nov 05, 2018 11:50 am

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.

Return to “Systems”

×