fight in exact location

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

fight in exact location

#1 Post by ograso »

Hey guys,

I am trying to search how can I fight at exact location.

You can use waypoint option type like "normal,run or travel" but I dont know what will I write after waypoint option.

I want to use mage skills(like purgutory) when I stop on exact location and after that continue to farming?

How can I write this chapter??
ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

Re: fight in exact location

#2 Post by ograso »

I didnt find anything about this part. I need your help

Code: Select all

<!-- #  5 --><waypoint x="4370" z="991" y="679">		skill
	</waypoint>
ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

Re: fight in exact location

#3 Post by ograso »

could be?

Code: Select all

<skill name="MAGE_PURGATORY_FIRE" hotkey="MACRO" priority="80" />
ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

Re: fight in exact location

#4 Post by ograso »

Hahahaha I found it :)

Code: Select all

player:cast("MAGE_PURGATORY_FIRE");
Post Reply