azmanomer 
Journeyman

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1
![]()
|
RE: Request for a gump to show cooldown of a skill
i can work that just like this otherwise it wont open dialog i dont know why
[function haha]
dialogclose d_status
dialog d_status
[ITEMDEF i_timer_UA_draco1]
NAME=Delay Teleport
ID=i_handr_1
TYPE=T_EQ_SCRIPT
ON=@Create
ATTR=attr_invis|attr_decay
MORE1=22
SRC.TAG.COOLDOWN=<MORE1>
ON=@Timer
// Take the effect we would like.
//if ( <CONT> )
say <cont> <src>
if ( <MORE1> > 0 )
MORE1 -= 1
CONT.TAG.COOLDOWN -= 1
TIMER=1
CONT.timerf 0 haha
return 1
else
CONT.SYSMESSAGE Your Blood Boil ability is ready
CONT.TAG.UA1=
SOUND=1450
remove
endif
|
|
10-25-2014 07:10 AM |
|
|