Page 2 of 2
Re: I could use some testers for my 1-10/10
Posted: Tue Jan 11, 2011 2:21 am
by Administrator
rock5 wrote:It's funny how people keep giving me credit for things I didn't do.

I can only assume it is because I have been posting less in this section, so people assume you're the one doing all the work. I have been totally ignoring a lot of threads where people ask for help, but refuse to give any useful/meaningful information, or you just beat me to the ones where they do.
Re: I could use some testers for my 1-10/10
Posted: Tue Jan 11, 2011 2:52 am
by lisa
When I started using the bot and forum a couple months ago I assumed admin created micromacro and rock5 created rom-bot.
Seems I was wrong

I'll have to start saying thank you to admin aswell now lol
Re: I could use some testers for my 1-10/10
Posted: Thu Apr 28, 2011 12:26 pm
by Reymauro
Hi,
I'm posting this here because this is what I was looking for at the beginning please let me know if I'm wrong.
this is my issue, it seams like is not counting how many items I have in my bag to continue with the next WP "RQMS" the funny part is that it worked fine two times and then no more...
Code: Select all
if (invetory:itemTotalCount("Mushroom Stem") > 10); then loadPaths ("RQMS")
end
Thanx for the help
Re: I could use some testers for my 1-10/10
Posted: Thu Apr 28, 2011 10:40 pm
by lisa
I'd probably try it without the ;
Code: Select all
if inventory:itemTotalCount("Mushroom Stem") > 10 then loadPaths("RQMS")
end
also was a spelling error inventory and there was a space after loadPaths.