Waterdragon Lytfir Waypoints
Posted: Tue Jan 01, 2013 12:45 pm
These are my selfmade Waypoint for flying through the ini for just farming the endboss.
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.
But I guess you should be at least lvl 65, to nuke down the dragon, successfully. But check yourself. You have been warned.
Needs the following entry in your CharProfile to make Lytfir fall asleep, properly.
it might also work, if you insert this in the waypoint itself, but i did not test it yet.
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.
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.