<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to make criticals turn off after 3 hits?]]></title><description><![CDATA[<p dir="auto">How to make criticals turn off after 3 hits?</p>
]]></description><link>https://forum.liquidbounce.net/topic/2229/how-to-make-criticals-turn-off-after-3-hits</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 11:29:24 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2229.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 May 2021 13:16:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 17 Apr 2022 08:09:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bygraf" aria-label="Profile: bygraf">@<bdi>bygraf</bdi></a> <img src="https://forum.liquidbounce.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=866ab33d74c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forum.liquidbounce.net/post/29953</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29953</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sun, 17 Apr 2022 08:09:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 17 Apr 2022 08:08:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> nice <img src="https://forum.liquidbounce.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=866ab33d74c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forum.liquidbounce.net/post/29952</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29952</guid><dc:creator><![CDATA[ByGraf]]></dc:creator><pubDate>Sun, 17 Apr 2022 08:08:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 17 Apr 2022 09:25:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bygraf" aria-label="Profile: bygraf">@<bdi>bygraf</bdi></a> Here is the fixed version</p>
<pre><code>var crit = moduleManager.getModule("Criticals");
var count = 0; 
this.onAttack = function() {
	count++
	} 

this.onUpdate = function() {
	if (count == 3) { 
		crit.setState(false); 
		var count = 0; 
		} 
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/29951</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29951</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sun, 17 Apr 2022 09:25:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 17 Apr 2022 07:47:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romnaed" aria-label="Profile: romnaed">@<bdi>romnaed</bdi></a><br />
var count = 0;<br />
var crit = moduleManager.getModule("Criticals");</p>
<p dir="auto">this.onAttack = function(event) {<br />
count = count+1;<br />
}</p>
<p dir="auto">this.onUpdate = function() {<br />
if (count == 3){<br />
crit.setState(false);<br />
count = 0;<br />
}<br />
}</p>
<p dir="auto">something like this it could look like idk if it works</p>
<p dir="auto">hope it helped</p>
]]></description><link>https://forum.liquidbounce.net/post/29947</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29947</guid><dc:creator><![CDATA[ByGraf]]></dc:creator><pubDate>Sun, 17 Apr 2022 07:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Mon, 17 May 2021 10:53:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/habitualdeep" aria-label="Profile: habitualdeep">@<bdi>habitualdeep</bdi></a> so he dosent get kicked for no fall because he use no ground</p>
]]></description><link>https://forum.liquidbounce.net/post/17503</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17503</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 17 May 2021 10:53:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 18:34:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romnaed" aria-label="Profile: romnaed">@<bdi>romnaed</bdi></a> why do u want it to turn off</p>
]]></description><link>https://forum.liquidbounce.net/post/17490</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17490</guid><dc:creator><![CDATA[HabitualDeep]]></dc:creator><pubDate>Sun, 16 May 2021 18:34:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 14:35:08 GMT]]></title><description><![CDATA[<p dir="auto">there's no reason to turn criticals off after 3 hits</p>
]]></description><link>https://forum.liquidbounce.net/post/17486</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17486</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 16 May 2021 14:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 14:32:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/indomsgods" aria-label="Profile: indomsgods">@<bdi>indomsgods</bdi></a>  yes</p>
]]></description><link>https://forum.liquidbounce.net/post/17485</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17485</guid><dc:creator><![CDATA[romnaed]]></dc:creator><pubDate>Sun, 16 May 2021 14:32:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 14:06:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romnaed" aria-label="Profile: romnaed">@<bdi>romnaed</bdi></a> like AutoDisableAura???</p>
]]></description><link>https://forum.liquidbounce.net/post/17481</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17481</guid><dc:creator><![CDATA[IndomsGods]]></dc:creator><pubDate>Sun, 16 May 2021 14:06:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 13:39:53 GMT]]></title><description><![CDATA[<p dir="auto">@gc-onetap<br />
No, I need critics to turn off auto</p>
]]></description><link>https://forum.liquidbounce.net/post/17479</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17479</guid><dc:creator><![CDATA[romnaed]]></dc:creator><pubDate>Sun, 16 May 2021 13:39:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 13:30:30 GMT]]></title><description><![CDATA[<p dir="auto">@gc-onetap i mean bind it</p>
]]></description><link>https://forum.liquidbounce.net/post/17478</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17478</guid><dc:creator><![CDATA[HabitualDeep]]></dc:creator><pubDate>Sun, 16 May 2021 13:30:30 GMT</pubDate></item><item><title><![CDATA[Reply to How to make criticals turn off after 3 hits? on Sun, 16 May 2021 13:30:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romnaed" aria-label="Profile: romnaed">@<bdi>romnaed</bdi></a> keybind it</p>
]]></description><link>https://forum.liquidbounce.net/post/17477</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/17477</guid><dc:creator><![CDATA[HabitualDeep]]></dc:creator><pubDate>Sun, 16 May 2021 13:30:16 GMT</pubDate></item></channel></rss>