<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AResetQuestStep</id>
	<title>LUA:ResetQuestStep - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AResetQuestStep"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:ResetQuestStep&amp;action=history"/>
	<updated>2026-07-15T08:57:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:ResetQuestStep&amp;diff=5467&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: ResetQuestStep() = This will reset the given step for the given quest   ==== Syntax ==== ResetQuestStep(param1, param2, param3, param4)   ==== Parameters ==== ; ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:ResetQuestStep&amp;diff=5467&amp;oldid=prev"/>
		<updated>2014-07-21T03:24:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: ResetQuestStep() = This will reset the given step for the given quest   ==== Syntax ==== ResetQuestStep(param1, param2, param3, param4)   ==== Parameters ==== ; ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: ResetQuestStep() =&lt;br /&gt;
This will reset the given step for the given quest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
ResetQuestStep(param1, param2, param3, param4)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Quest), ''param2'' (int32)&lt;br /&gt;
: ''param1'' is the quest whos step is being reset&lt;br /&gt;
: ''param2'' is the step to reset&lt;br /&gt;
; Optional - ''param3'' (string), ''param4'' (string)&lt;br /&gt;
: ''param3'' is the description to set the step to&lt;br /&gt;
: ''param4'' is the task group to set the step to&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function Step2Failed(Quest, QuestGiver, Player)&lt;br /&gt;
    ResetQuestStep(Quest, 1, &amp;quot;whatever the description was to begin with&amp;quot;, &amp;quot;whatever the task group was to begin with&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will set the progress of step 1 to 0 and reset the description and task group to what it use to be&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
If you remove the only step of a task group and reset the last step of the previous task group it is important to reset the description and task group so it displays properly&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>