Page 1 of 1

Bot does not collect crystal hormone

Posted: Tue Mar 13, 2012 6:51 am
by Sota
Hi!
Recently I made a bot collecting jade. On this basis I wanted to do like the collection of the hormone in the cemetery crystal mirrors. Everything works nicely just does not collect. Can someone tell me what did I do wrong?
I attach two files. "Jadeit" is one of jade, which works well. "Lustra" is one who does not collect.

Re: Bot does not collect crystal hormone

Posted: Tue Mar 13, 2012 7:04 am
by Germangold
you have to use player:target_Object like this

Code: Select all

player:target_Object(112801,8000, true, true);
without Quotation marks

Re: Bot does not collect crystal hormone

Posted: Tue Mar 13, 2012 7:24 am
by Sota
But in this file to collect jade works even with quotation marks. It is in this second file, "lustra" just does not work

/edit
Just in case, I checked but it did not work. In addition to these waipoints, which should collect in the bot window does not appear any error message or anything

Re: Bot does not collect crystal hormone

Posted: Tue Mar 13, 2012 8:52 am
by rock5
Try 112800 instead. The id you were using is the id of the item in your bag. The id of the item you have to click is different.

Re: Bot does not collect crystal hormone

Posted: Tue Mar 13, 2012 9:15 am
by Sota
Now everything works. Thank you for your help.

Re: Bot does not collect crystal hormone

Posted: Sun Mar 18, 2012 5:27 pm
by Sota
You can write me how to check the ID numbers? To the next time there was no mistake.

Re: Bot does not collect crystal hormone

Posted: Sun Mar 18, 2012 7:02 pm
by lisa
The easiest way is to use rom/getid
you then just point the mouse at an object in game and on the MM window it will say what the Id is.

Re: Bot does not collect crystal hormone

Posted: Mon Mar 19, 2012 7:57 am
by Sota
Ok. Thanks!