<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Кулдаун способностей]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15270&amp;type=atom" />
	<updated>2020-03-31T11:15:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15270</id>
		<entry>
			<title type="html"><![CDATA[Кулдаун способностей]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=138735#p138735" />
			<content type="html"><![CDATA[<p>помогите пожалуйста, не могу понять как реализовать таймер кулдауна способностей<br />#NoEnv&nbsp; ; Recommended for performance and compatibility with future AutoHotkey releases.<br />; #Warn&nbsp; ; Enable warnings to assist with detecting common errors.<br />SendMode Input&nbsp; ; Recommended for new scripts due to its superior speed and reliability.<br />SetWorkingDir %A_ScriptDir%&nbsp; ; Ensures a consistent starting directory.<br />;spell<br />spell_q = {sc10 SetTimer spell_q_kd, 6000} ;q<br />spell_w = {sc11 SetTimer spell_w_kd, 4000} ;w<br />spell_e = {sc12} ;e<br />spell_r = {sc13} ;r<br />spell_a = {sc1E} ;a<br />spell_s = {sc1F} ;s<br />spell_d = {sc20} ;d<br />spell_f = {sc21} ;f</p><p>; Сooldown<br />SetTimer spell_q_kd, 6000<br />SetTimer spell_w_kd, 4000<br />SetTimer spell_e_kd, 7000<br />SetTimer spell_r_kd, 5000<br />SetTimer spell_a_kd, 1000<br />SetTimer spell_s_kd, 4000<br />SetTimer spell_d_kd, 7000<br />SetTimer spell_f_kd, 8000</p><p>; auto<br />F1::<br />if spell_q_kd = 0<br />	SendInput spell_q<br />else<br />{if spell_w_kd = 0<br />	SendInput, spell_w<br />	}<br />	return</p>]]></content>
			<author>
				<name><![CDATA[lootfinder79]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40712</uri>
			</author>
			<updated>2020-03-31T11:15:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=138735#p138735</id>
		</entry>
</feed>
