Swap gear and mail between characters.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
weirdo69
Posts: 7
Joined: Fri Jul 22, 2011 11:39 am

Swap gear and mail between characters.

#1 Post by weirdo69 » Thu Aug 04, 2011 11:32 pm

I have a set of white gear with stats that I would like to mail between characters. My thought was it would be structured like this:

Waypoint
REMOVE GEAR
item:moveTo(bag)
if player.character =="toon1" then UMM...send by name "toon2"
end
if player.character =="toon2" then UMM...send by name "toon3"
end
... infinite number just use names of next character on account.
Then logoff and swap characters.
character logs on
inventory:UseItem.... for gear and then on to profile

I cannot figure out how to target to remove or directly mail gear that is equipped. I am pretty sure I can manage the rest of the coding. Could anyone help me with this part?

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

Re: Swap gear and mail between characters.

#2 Post by rock5 » Fri Aug 05, 2011 1:13 am

I don't think you can. I think you can only mail from your bag.

I used to do exactly the same thing. That's why there is a mail function for that.

Code: Select all

UMM_SendByStatNumber(_recipient, _statNo)
All you have to do is unequip your gear then use that function. To unequip your gear I used to use,

Code: Select all

		for i = 1, 17 do
			sendMacro("EquipItem("..i..")");yrest(1500)
		end
  • 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

weirdo69
Posts: 7
Joined: Fri Jul 22, 2011 11:39 am

Re: Swap gear and mail between characters.

#3 Post by weirdo69 » Fri Aug 05, 2011 4:00 pm

Thanks Rock that works perfect.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest