<waypoints type="TRAVEL">
		<onLoad>
		<![CDATA[changeProfileOption("WAYPOINT_DEVIATION", 0);]]>
		</onLoad>
<onLoad>
   local pet = player:findNearestNameOrId(113199)
   if pet then inventory:useItem(207051); end -- get rid of the annoying newbie pet
   for k,v in pairs(settings.profile.skills) do
         v.AutoUse = false
   end;    --disable skills eg buffs --  may need  loadProfile()   after this if you continue the code and need skills again.
   
</onLoad>
	<!-- #  1 --><waypoint x="-7137" z="-4127" y="172">	 
		queststate = getQuestStatus("Earn a Reputation");
          if queststate == "complete" then
               player:target_NPC("Hugope");
           CompleteQuestByName("Earn a Reputation")
   end
         local dqCount, dqPerDay = RoMScript("Daily_count()");
     if dqCount == 10 then
      player:sleep();
   else
			yrest(1000);
               player:target_NPC("Hugope");
               AcceptQuestByName("Earn a Reputation")
          end
   </waypoint>
	<!-- #  2 --><waypoint x="-7206" z="-4118" y="173">	</waypoint>
	<!-- #  3 --><waypoint x="-7230" z="-4150" y="172">	</waypoint>
	<!-- #  4 --><waypoint x="-7287" z="-4233" y="172">	</waypoint>
	<!-- #  5 --><waypoint x="-7207" z="-4716" y="176">	</waypoint>
	<!-- #  6 --><waypoint x="-7106" z="-4738" y="176">	
      player:target_NPC("Uncomfortable Adventurer");
      sendMacro("ChoiceOption(1);");
      yrest(500);
      sendMacro("ChoiceOption(1);");
      yrest(20000);
	player:update();

      player:target_NPC("Uncomfortable Adventurer");
      sendMacro("ChoiceOption(1);");
      yrest(500);
      sendMacro("ChoiceOption(1);");
      yrest(20000);
		player:update();
		
      player:target_NPC("Uncomfortable Adventurer");
      sendMacro("ChoiceOption(1);");
      yrest(500);
      sendMacro("ChoiceOption(1);");
      yrest(20000);
   </waypoint>
<!-- # 7 --><waypoint x="-7086" z="-4738" y="176">	</waypoint>
<!-- # 8 --><waypoint x="-7205" z="-4694" y="176">	</waypoint>
<!-- # 9 --><waypoint x="-7287" z="-4233" y="172">	</waypoint>
<!-- # 10 --><waypoint x="-7230" z="-4150" y="172">	</waypoint>
<!-- # 11 --><waypoint x="-7206" z="-4118" y="173">	</waypoint>
<!-- # 12 --><waypoint x="-7137" z="-4127" y="172">	 </waypoint>
</waypoints>