Use item by ID?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
affirm
Posts: 14
Joined: Sun Sep 19, 2010 5:33 pm

Use item by ID?

#1 Post by affirm »

Alright, so I've bought a ton of convenient mailbox to send my own stuff to my other character while botting... just wondering how to use an item by id... or will

Code: Select all

RoMScript("UseItemByName(Convenient_Mailbox")
work?
poulpito
Posts: 7
Joined: Sun Nov 14, 2010 5:24 pm

Re: Use item by ID?

#2 Post by poulpito »

by id : inventory:useItem(xxxx);

to get the id easily i'm using itempreview addon (/ip ingame)
affirm
Posts: 14
Joined: Sun Sep 19, 2010 5:33 pm

Re: Use item by ID?

#3 Post by affirm »

poulpito wrote:by id : inventory:useItem(xxxx);

to get the id easily i'm using itempreview addon (/ip ingame)
http://www.runesdatabase.com/item/20113 ... nt-mailbox for item id. thanks :) Also, any idea if there a command for my character to leave the instance? When i leave an instance with rombot, it keeps me in the instance
poulpito
Posts: 7
Joined: Sun Nov 14, 2010 5:24 pm

Re: Use item by ID?

#4 Post by poulpito »

i've bypass this by using 2 account

first one botting in miller with addon comonin configure to group anyone whisper with a preconfigure word (GroupInstance for example)

so the instance farmer whisp the character

Code: Select all

RoMScript("SendChatMessage('secretword', 'WHISPER', 0, 'toonname');");
and when farm is done i use

Code: Select all

RoMScript("LeaveParty();");
to be eject from the instance and spawn again on a rez point
:mrgreen:

by this way i can reset the instance each time i group ;)
affirm
Posts: 14
Joined: Sun Sep 19, 2010 5:33 pm

Re: Use item by ID?

#5 Post by affirm »

poulpito wrote:i've bypass this by using 2 account

first one botting in miller with addon comonin configure to group anyone whisper with a preconfigure word (GroupInstance for example)

so the instance farmer whisp the character

Code: Select all

RoMScript("SendChatMessage('secretword', 'WHISPER', 0, 'toonname');");
and when farm is done i use

Code: Select all

RoMScript("LeaveParty();");
to be eject from the instance and spawn again on a rez point
:mrgreen:

by this way i can reset the instance each time i group ;)
Thats exactly what i do, but when i use the leave party, I am still stuck in the instance :(
poulpito
Posts: 7
Joined: Sun Nov 14, 2010 5:24 pm

Re: Use item by ID?

#6 Post by poulpito »

you must join party before entering ;)
affirm
Posts: 14
Joined: Sun Sep 19, 2010 5:33 pm

Re: Use item by ID?

#7 Post by affirm »

poulpito wrote:you must join party before entering ;)
I am already in the party, then I enter clops, then when i'm done up to the first boss, my Rombot leaves party but I'm still stuck in Clops... I even added a yrest(20000); after it...
Post Reply