<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zcoretri</id>
	<title>EQ2Emulator - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zcoretri"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Special:Contributions/Zcoretri"/>
	<updated>2026-07-12T10:19:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Players:How_To_Connect&amp;diff=628</id>
		<title>Players:How To Connect</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Players:How_To_Connect&amp;diff=628"/>
		<updated>2009-09-01T22:14:51Z</updated>

		<summary type="html">&lt;p&gt;Zcoretri: /* Client versions that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What to expect ==&lt;br /&gt;
In the latest release (0.6.5), many features have been implemented. See the [http://www.eq2emulator.net/phpBB3/viewtopic.php?f=6&amp;amp;t=942 Project Status thread] for a complete list. We are still in an ALPHA development stage, so nothing is 100% complete. Combat, spells, quests, items, loot, even mounts have found their way into the code. Everything requires a second look, so when you are playing on an EQ2Emulator, we ask that you utilize the /bug command in-game and report anything you find that is not working.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting a copy of Everquest 2 ==&lt;br /&gt;
To play on the emulator you must first have a '''legal copy''' of ''Everquest 2: Rise of Kunark or The Shadow Odyssey'', or a patched version that will work on the emulator. Asking on the forums on how to illegally get Everquest 2 is frowned upon, you will not receive an answer and you may possibly be banned, so please do not ask this question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Client versions that work ==&lt;br /&gt;
The client version number is displayed in the window title of the game when in windowed mode. The following is a list of clients that are known to work on the emulator.&lt;br /&gt;
&lt;br /&gt;
*4412 - RoK Box&lt;br /&gt;
*4427L&lt;br /&gt;
*5097L&lt;br /&gt;
*5316L&lt;br /&gt;
*5721L - 6/24/2009&lt;br /&gt;
*5771L - 7/17/2009&lt;br /&gt;
&lt;br /&gt;
The current supported client will always be updated on the [http://eq2emulator.net main page of our Portal]. Check there before asking questions about your current version being supported. If your version is higher than our current, you will have to wait til EQ2Emulator gets updated to your version.&lt;br /&gt;
&lt;br /&gt;
'''ALWAYS BACKUP YOUR CLIENT FILES BEFORE CONNECTING TO SOE LIVE SERVERS!'''&lt;br /&gt;
&lt;br /&gt;
== Connecting to a Public Server ==&lt;br /&gt;
&lt;br /&gt;
===Getting an account===&lt;br /&gt;
Before proceeding, you must create a player account to play on the public world servers.  To do this, use the  [http://www.eq2emulator.net/index.php?page=14 Player Registration Module] found on our Portal and complete the form. Hit 'Register Account' and now you can begin connecting to the server.&lt;br /&gt;
&lt;br /&gt;
Note: This is NOT registering a Forum Account, but a LoginServer Account. Be aware of the difference, as they are totally separate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Connecting===&lt;br /&gt;
It is advised that you backup your Everquest 2 directory so that you can play both on Sony's Live servers while testing the server emulator out.&lt;br /&gt;
&lt;br /&gt;
To connect to an emulator server you must first edit your eq_default.ini file. &lt;br /&gt;
&lt;br /&gt;
Find the line similar to&lt;br /&gt;
 cl_ls_address 199.108.12.33 199.108.........&lt;br /&gt;
and change it to&lt;br /&gt;
 cl_ls_address eq2emulator.net&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
Now run the Everquest2.exe to login to the server. There should not be any patching screen, you should be taken directly into the game login. If your game shows up with the sony patcher then it may be because you have clicked a shortcut link to the patcher instead of clicking on the Everquest2.exe program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Guide Written By: Andrew''&lt;/div&gt;</summary>
		<author><name>Zcoretri</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestSelectableRewardItem&amp;diff=482</id>
		<title>LUA:AddQuestSelectableRewardItem</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestSelectableRewardItem&amp;diff=482"/>
		<updated>2009-03-04T19:11:12Z</updated>

		<summary type="html">&lt;p&gt;Zcoretri: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Reward item(s) that a player receives after make their selection of choices upon quest completion==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, item_id, quantity)&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 35249, 1)&amp;lt;br&amp;gt;&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 38926, 1)&amp;lt;br&amp;gt;&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 21046, 1)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: The player only receives one item out of the selection&lt;/div&gt;</summary>
		<author><name>Zcoretri</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestSelectableRewardItem&amp;diff=481</id>
		<title>LUA:AddQuestSelectableRewardItem</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestSelectableRewardItem&amp;diff=481"/>
		<updated>2009-03-04T19:08:11Z</updated>

		<summary type="html">&lt;p&gt;Zcoretri: New page: ==Reward item(s) that a player receives after make their selection of choices upon quest completion==   ===Syntax=== AddQuestSelectableRewardItem(Quest, item_id, quantity)  ====Example====...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Reward item(s) that a player receives after make their selection of choices upon quest completion==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, item_id, quantity)&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 35249, 1)&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 38926, 1)&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 38926, 1)&lt;br /&gt;
AddQuestSelectableRewardItem(Quest, 21046, 1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: The player only receives one item out of the selection&lt;/div&gt;</summary>
		<author><name>Zcoretri</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestRewardItem&amp;diff=480</id>
		<title>LUA:AddQuestRewardItem</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestRewardItem&amp;diff=480"/>
		<updated>2009-03-04T19:01:41Z</updated>

		<summary type="html">&lt;p&gt;Zcoretri: New page: ==Reward item(s) that a player receives upon quest completion==   ===Syntax=== AddQuestRewardItem(Quest, item_id, quantity)  ====Example==== AddQuestRewardItem(Quest, 34094, 1)   NOTE: The...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Reward item(s) that a player receives upon quest completion==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
AddQuestRewardItem(Quest, item_id, quantity)&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
AddQuestRewardItem(Quest, 34094, 1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: The player will always receive the item or items added with this function&lt;/div&gt;</summary>
		<author><name>Zcoretri</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestRewardCoin&amp;diff=479</id>
		<title>LUA:AddQuestRewardCoin</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:AddQuestRewardCoin&amp;diff=479"/>
		<updated>2009-03-04T18:56:07Z</updated>

		<summary type="html">&lt;p&gt;Zcoretri: New page: ==Amount of coin a player gains upon completing the quest==  ===Syntax=== AddQuestRewardCoin(Quest, copper, silver, gold, platinum)  ====Example==== AddQuestRewardCoin(Quest, 24, 0, 0, 0)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Amount of coin a player gains upon completing the quest==&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
AddQuestRewardCoin(Quest, copper, silver, gold, platinum)&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
AddQuestRewardCoin(Quest, 24, 0, 0, 0)&lt;/div&gt;</summary>
		<author><name>Zcoretri</name></author>
		
	</entry>
</feed>