Page 1 of 1

Waterdragon Lytfir Waypoints

Posted: Tue Jan 01, 2013 12:45 pm
by Rintintin
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. :arrow: 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.

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>
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.

Re: Waterdragon Lytfir Waypoints

Posted: Wed Jan 02, 2013 9:16 am
by runehemma
how you get it workin i have both file mut it dont work

Re: Waterdragon Lytfir Waypoints

Posted: Wed Jan 02, 2013 4:01 pm
by Rintintin
as every other waypointfile else, you have to put these two attached files to your waypoint folder within rombot. Afterward you can choose one of these to start after executing rombot.

This should be no rocketsurgery.

Hint:
Edit every waypointfile and change the filepath for the loadPaths Command. It might fail to chain the other waypointfile if you bypass this task.

Re: Waterdragon Lytfir Waypoints

Posted: Thu Jan 17, 2013 8:41 am
by Jamnyk
I have to have the crystal ball(i need the crystal ball). (http://www.runesdatabase.com/item/205836/crystal-ball)
How can i get it?

Re: Waterdragon Lytfir Waypoints

Posted: Thu Jan 17, 2013 1:55 pm
by Rintintin
You must have accomplished this quest

http://www.runesdatabase.com/quest/422717/Back+to+Sleep

to get this item. And don't throw it away after you made this quest, as there's no way to recover it!


--=== edited by lisa ===--
fixed link

Re: Waterdragon Lytfir Waypoints

Posted: Thu Jan 17, 2013 3:11 pm
by Jamnyk
Thank you, I'm going to test it soon :)