Trying to target pet without moving to pet

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
fred55555
Posts: 101
Joined: Sat Aug 07, 2010 7:57 pm

Trying to target pet without moving to pet

#1 Post by fred55555 »

I am targeting the pet using targetobject
it works fine but the pet moves lol and when i use target the character moves also and then cant cast a spell as it is interupted from moving
is there another target i can use to target my pet (warden pet) with out the character having to move to him ?

i looked through the rom wiki and bot wiki and dont seem to find the solution
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Trying to target pet without moving to pet

#2 Post by Administrator »

Try:

Code: Select all

player:target( player.Pet );
Post Reply