<?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%3AReload</id>
	<title>LUA:Reload - 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%3AReload"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:Reload&amp;action=history"/>
	<updated>2026-07-14T19:19:01Z</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:Reload&amp;diff=587&amp;oldid=prev</id>
		<title>Xanibunib: New page: '''Syntax'''&lt;br&gt; Reload(Quest, QuestGiver, Player, Step)&lt;br&gt;  '''Explanation'''&lt;br&gt; This is the function that will tell your server which step you are on if you log out, zone, or reload yo...</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:Reload&amp;diff=587&amp;oldid=prev"/>
		<updated>2009-04-04T00:19:23Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; Reload(Quest, QuestGiver, Player, Step)&amp;lt;br&amp;gt;  &amp;#039;&amp;#039;&amp;#039;Explanation&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; This is the function that will tell your server which step you are on if you log out, zone, or reload yo...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Syntax'''&amp;lt;br&amp;gt;&lt;br /&gt;
Reload(Quest, QuestGiver, Player, Step)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Explanation'''&amp;lt;br&amp;gt;&lt;br /&gt;
This is the function that will tell your server which step you are on if you log out, zone, or reload your quest scripts in SQL. It is a MUST in your quest scripts.&lt;br /&gt;
&lt;br /&gt;
'''Example'''&amp;lt;br&amp;gt;&lt;br /&gt;
  function Reload(Quest, QuestGiver, Player, Step)&lt;br /&gt;
    if Step == 1 then&lt;br /&gt;
        Step1_Complete_Threat(Quest, QuestGiver, Player)&lt;br /&gt;
    elseif Step == 2 then&lt;br /&gt;
        Step2_Complete_RecoBox(Quest, QuestGiver, Player)&lt;br /&gt;
    elseif Step == 3 then&lt;br /&gt;
        Step3_QuestComplete(Quest, QuestGiver, Player)&lt;br /&gt;
    end&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.eq2emulator.net/wiki/index.php/Developer:LUA_Functions Back to LUA Functions]&lt;/div&gt;</summary>
		<author><name>Xanibunib</name></author>
		
	</entry>
</feed>