Gunner, skill level 68

Post Reply
pawelgbw
VIP
Posts: 47
Joined: Fri Feb 10, 2017 8:10 am
Has thanked: 111 times
Been thanked: 14 times

Gunner, skill level 68

Post by pawelgbw » Sun Apr 09, 2017 5:46 pm

Why is the skill "Concentrated Cannon Shot" not functioning?
Example:

Code: Select all

if CheckAvailable("Concentrated Cannon Shot")
	then
	CheckExecute("Concentrated Cannon Shot")
	return true
end

if CheckAvailable("Frost Cannon")
	then
	CheckExecute("Frost Cannon")
	return true
end
The second skill never performs

locatelli
VIP
Posts: 71
Joined: Mon Jan 16, 2017 10:38 pm
Has thanked: 11 times
Been thanked: 8 times

Re: Gunner, skill level 68

Post by locatelli » Tue Apr 11, 2017 12:53 pm

You should try with ID

Code: Select all

if Helper:CheckAvailable( 4786 ) then
	Helper:CheckExecute( 4786 );
	return false;
end

Online
User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: Gunner, skill level 68

Post by nucular » Tue Apr 11, 2017 1:44 pm

Check this Thread, maybe it's the problem:

viewtopic.php?f=7&t=127

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests