Page 1 of 1
Use item by ID?
Posted: Tue Nov 16, 2010 1:24 am
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?
Re: Use item by ID?
Posted: Tue Nov 16, 2010 2:40 am
by poulpito
by id : inventory:useItem(xxxx);
to get the id easily i'm using itempreview addon (/ip ingame)
Re: Use item by ID?
Posted: Tue Nov 16, 2010 3:09 am
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
Re: Use item by ID?
Posted: Tue Nov 16, 2010 4:48 am
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
to be eject from the instance and spawn again on a rez point
by this way i can reset the instance each time i group

Re: Use item by ID?
Posted: Tue Nov 16, 2010 10:42 am
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
to be eject from the instance and spawn again on a rez point
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

Re: Use item by ID?
Posted: Tue Nov 16, 2010 11:58 am
by poulpito
you must join party before entering

Re: Use item by ID?
Posted: Wed Nov 17, 2010 1:45 am
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...