Start the run with inviting another char and head to the the revivepoint 44.0 / 41.4 in Logar. Start the Lytfir_return.xml waypoint. It is chaining the ini-file automatically.
One run takes about 10mins and you can earn 8 old Mementos per run.

Needs the following entry in your CharProfile to make Lytfir fall asleep, properly.
Code: Select all
<onSkillCast><![CDATA[
target = player:getTarget();
if target ~= nil then
if target.Name == "Lytfir" then
_used = false;
if( 50 > target.HP/target.MaxHP*100 and _used ~= true) then
inventory:useItem(205836);
_used = true
end
end
end
]]></onSkillCast>
Furthermore it needs the following stuff to make it work:
[*] Swimhack
[*] useGoodie http://www.solarstrike.net/phpBB3/viewt ... =27&t=2406
[*] addOn "InviteLastGroup" (search at course.com)
Hint

Please adjust in filepaths the waypointfiles to suite your needs.