veiled Ehcampment waypoint

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
newton666
Posts: 81
Joined: Fri Oct 22, 2010 3:16 pm

veiled Ehcampment waypoint

#1 Post by newton666 »

hi this is the way point for the new daily in the new zone

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
	<!-- #  1 --><waypoint x="-2654" z="-17947" y="810"  type="TRAVEL">		player:target_NPC("Forem Mone");
CompleteQuestByName(425495);  	
AcceptQuestByName(425495); 
	</waypoint>
	<!-- #  2 --><waypoint x="-2746" z="-18080" y="809">	</waypoint>
	<!-- #  3 --><waypoint x="-2807" z="-18155" y="811">	</waypoint>
	<!-- #  4 --><waypoint x="-2855" z="-18106" y="811">	</waypoint>
	<!-- #  5 --><waypoint x="-2944" z="-18016" y="811">		player:mouseclickL(906, 689, 1280, 748);
player:rest(2);
	</waypoint>
	<!-- #  7 --><waypoint x="-2881" z="-18084" y="811">	</waypoint>
	<!-- #  8 --><waypoint x="-2813" z="-18156" y="811">		player:mouseclickL(912, 687, 1280, 748);
player:rest(2);
	</waypoint>
	<!-- # 10 --><waypoint x="-2751" z="-18081" y="809">	</waypoint>
	<!-- # 11 --><waypoint x="-2653" z="-17951" y="810">		player:mouseclickL(909, 696, 1280, 748);
player:rest(2);
	</waypoint>
</waypoints>
it works but i don't want to use mouse click , how do i use the item "magic circle charge rune" at each mouse click thx.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: veiled Ehcampment waypoint

#2 Post by rock5 »

Normally you click something by using

Code: Select all

player:target_Object(nameorid)
  • 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
newton666
Posts: 81
Joined: Fri Oct 22, 2010 3:16 pm

Re: veiled Ehcampment waypoint

#3 Post by newton666 »

no , i mean the items are in my backpack. And the items("magic circle charge rune") must be place at each mouse click point.
i'm wanting to know what is the command to use something on your action bar or backpack slot
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: veiled Ehcampment waypoint

#4 Post by rock5 »

To use an item in your backpack use

Code: Select all

inventory:useItem(nameorid)
As for clicking, what is it that you have to click?
  • 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
abron1
Posts: 162
Joined: Wed Feb 22, 2012 12:43 am

Re: veiled Ehcampment waypoint

#5 Post by abron1 »

you get over the circles and you have to right click the item in your bag
Post Reply