Sarlo Daily : Creating Confusion

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Post Reply
Message
Author
runegod
Posts: 27
Joined: Fri Aug 30, 2013 5:56 am

Sarlo Daily : Creating Confusion

#1 Post by runegod » Sat Sep 28, 2013 8:49 pm

hmm seems to be working for me, accept quest from first npc, check to see if quest are complete, if you have any daily reset tickets to use, then use it

second part runs off to the other npc where you can turn in the quest to complete.

had a hard time figuring it out, since i tried on both characters, the accept and finish quest options ingame are different, probably cause of my daily addons, but if you are having problem on the complete quest, just remove the line CompleteQuestByName("Creating Confusion")


oops forgot to add the ,"Daily"); there we go should work a little bit better,

if any can improve, feel free and let me know how, 2nd waypoint i made only.


Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
	<!-- #  1 --><waypoint x="-22330" z="-10097" y="135"  tag ='Main'>



local dqCount, dqPerDay = RoMScript("Daily_count()");
   if dqCount ~= 10 then
      player:target_NPC("Worr Jones");
            AcceptQuestByName("Creating Confusion","Daily"); yrest(500)
   else
      inventory:update();
      player:update();
      if inventory:itemTotalCount(202434) > 0 then
         inventory:useItem(202434);
         yrest(2000)
        player:target_NPC("Worr Jones");
               AcceptQuestByName("Creating Confusion","Daily");yrest(500)         
      else
         player:sleep();
      end
   end


		

		
 
         
	</waypoint>
	<!-- #  2 --><waypoint x="-22235" z="-10700" y="132">	



	
        

	player:target_NPC("Zhadin Bloodfang");  yrest(500)
		sendMacro("ChoiceOption(1);");  yrest(500)


               player:target_NPC("Zhadin Bloodfang"); yrest(500)
sendMacro("ChoiceOption(1);");  yrest(500)


 
         
            

CompleteQuestByName("Creating Confusion","Daily");
	

         
	</waypoint>
	<!-- #  3 --><waypoint x="-22304" z="-10101" y="134">		player:target_NPC("Worr Jones");
	</waypoint>
</waypoints>

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Sarlo Daily : Creating Confusion

#2 Post by rock5 » Sun Sep 29, 2013 1:32 am

I don't think you need the last waypoint.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests