Harvesting with the bot - How To For Dummies
Re: Harvesting with the bot - How To For Dummies
If your character die and come tombstone. I'm talking about that one.
Re: Harvesting with the bot - How To For Dummies
You didn't tell me what version of the rombot you are using. Version 476 or older will only target objects of type 4 eg. npcs and most clickable objects. It's possible the tombstone is a different type. If you are not using 477 or newer, update then try again.wizzyslo wrote:If your character die and come tombstone. I'm talking about that one.
- 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
Re: Harvesting with the bot - How To For Dummies
Updated and still same problem.
Re: Harvesting with the bot - How To For Dummies
What command are you using?wizzyslo wrote:Updated and still same problem.
By the way, how are you getting your script to find the tombstone?
- 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
Re: Harvesting with the bot - How To For Dummies
I'm using harvesting command with tombstone ID becouse on wiki didn't find command for pick up tombstone.
Re: Harvesting with the bot - How To For Dummies
Try player:target_Object(). Something like;wizzyslo wrote:I'm using harvesting command with tombstone ID becouse on wiki didn't find command for pick up tombstone.
Code: Select all
player:target_Object(tombstoneid,3000);
The player:harvest() command should only really be used for wood, herbs and ore.
- 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
Re: Harvesting with the bot - How To For Dummies
hi, excellent job.
I have a problem, when my character stops to pick up, stops on the collection node fails. all my collections are unsuccessful
I have a problem, when my character stops to pick up, stops on the collection node fails. all my collections are unsuccessful
Re: Harvesting with the bot - How To For Dummies
I have downloaded micromacro from the link off this site
I am running it on xp
I created a shortcut and it launches micromacro
I type in creatpath.lua and it cant find the script
i look into the folders of the unzipped micromacro download and the script doenst exist
I know this is a for dummies post, but it is missing the key steps on were do you get everything ie downloads of all the parts ? and then what are the startup commands to get u started off on collecting waypoints
I would love to get this think working in ROM
please help
thank you for your time
I am running it on xp
I created a shortcut and it launches micromacro
I type in creatpath.lua and it cant find the script
i look into the folders of the unzipped micromacro download and the script doenst exist
I know this is a for dummies post, but it is missing the key steps on were do you get everything ie downloads of all the parts ? and then what are the startup commands to get u started off on collecting waypoints
I would love to get this think working in ROM
please help
thank you for your time
Re: Harvesting with the bot - How To For Dummies
Micromacro is just the lua comand interpreter. You still need the lua scripts that make up rombot.fred55555 wrote:I have downloaded micromacro from the link off this site
I am running it on xp
I created a shortcut and it launches micromacro
I type in creatpath.lua and it cant find the script
i look into the folders of the unzipped micromacro download and the script doenst exist
I know this is a for dummies post, but it is missing the key steps on were do you get everything ie downloads of all the parts ? and then what are the startup commands to get u started off on collecting waypoints
I would love to get this think working in ROM
please help
thank you for your time
You can find instructions here;
http://www.solarstrike.net/phpBB3/viewt ... f=21&t=163
Ignore anything about downloading and installing the rombot files, instead just create the rom folder in the scripts folder and follow the instructions under "SVN - Always have the newest version".
- 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
Re: Harvesting with the bot - How To For Dummies
Thank you for your help
I got it up and runing
Next question I have the Type = Travel because I dont want to kill mobs I just want to harvest.
Problem is mobs still attack and i keep running and harvesting and eventually after getting hit over a period of time i die
is there a type or line i can add that will
Make the character harvest but if attacked kill the mob that is attacking only and then continue harvesting
using a warden helps as pet usually takes agro and kills mobs auto defend, but like i mentioned before the pet dies eventually then the character
let me know
Thnx
I got it up and runing
Next question I have the Type = Travel because I dont want to kill mobs I just want to harvest.
Problem is mobs still attack and i keep running and harvesting and eventually after getting hit over a period of time i die
is there a type or line i can add that will
Make the character harvest but if attacked kill the mob that is attacking only and then continue harvesting
using a warden helps as pet usually takes agro and kills mobs auto defend, but like i mentioned before the pet dies eventually then the character
let me know
Thnx
Re: Harvesting with the bot - How To For Dummies
make it waypoints Type=Runfred55555 wrote:Thank you for your help
I got it up and runing
Next question I have the Type = Travel because I dont want to kill mobs I just want to harvest.
Problem is mobs still attack and i keep running and harvesting and eventually after getting hit over a period of time i die
is there a type or line i can add that will
Make the character harvest but if attacked kill the mob that is attacking only and then continue harvesting
using a warden helps as pet usually takes agro and kills mobs auto defend, but like i mentioned before the pet dies eventually then the character
let me know
Thnx
Re: Harvesting with the bot - How To For Dummies
type = RUN
will cast the buffs and still harvest, but it want attack what is attacking the character it just keeps running to the next harvest and then is interupted and so on
druid recover spell says its casting but doesnt cast am i missing something , the briar shield buff works fine
will cast the buffs and still harvest, but it want attack what is attacking the character it just keeps running to the next harvest and then is interupted and so on
druid recover spell says its casting but doesnt cast am i missing something , the briar shield buff works fine
Re: Harvesting with the bot - How To For Dummies
Himm newest SVN? admin just said he fixed this in another thread maybe he will respond I dono beyond that otherwise leave waypoints type blank (normal) and change your profile attack level range to 0 above and below your level it wont attack nothing unless its = level to you this is how i run i am always harvesting in areas with lower level mobs then me and i fight back when aggroed otherwise ignore the restfred55555 wrote:type = RUN
will cast the buffs and still harvest, but it want attack what is attacking the character it just keeps running to the next harvest and then is interupted and so on
druid recover spell says its casting but doesnt cast am i missing something , the briar shield buff works fine
Re: Harvesting with the bot - How To For Dummies
yes updated with the news svn
ill try your next suggestion on +/_ lvl mobs
thnx again for the help
ill try your next suggestion on +/_ lvl mobs
thnx again for the help
- MiesterMan
- Posts: 543
- Joined: Tue Jul 06, 2010 9:15 pm
- Location: Between the Second and Third Circles of Hell
Re: Harvesting with the bot - How To For Dummies
Set the waypoint type to normal and add this to your waypoints file after <waypoints> but before the first waypoint:
Code: Select all
<onLoad>
changeProfileOption("TARGET_LEVELDIF_ABOVE", -1);
changeProfileOption("TARGET_LEVELDIF_BELOW", -1);
</onLoad>
My RoM Bot toys:
- Object Viewer: http://www.solarstrike.net/phpBB3/viewt ... =27&t=2619
Teleporter Functions: http://www.solarstrike.net/phpBB3/viewt ... =27&t=2605
Waypoint Finder: http://www.solarstrike.net/phpBB3/viewt ... =27&t=2616
Mail Functions: http://www.solarstrike.net/phpBB3/viewt ... =27&t=2612
Equipment Swapper(TempFixed): http://www.solarstrike.net/phpBB3/viewt ... =27&t=2571
Re: Harvesting with the bot - How To For Dummies
Hi have downloaded micromacro and it runs great but have same probs as many other guys..
I have recorded this...
and it wont work...
always shows this error
thx for the help!!!
I have recorded this...
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<waypoints type="TRAVEL" >
<!-- # 1 --><waypoint x="32191" z="3473">player:harvest();</waypoint>
<!-- # 2 --><waypoint x="32298" z="3480">player:harvest();</waypoint>
<!-- # 3 --><waypoint x="32478" z="3658">player:harvest();</waypoint>
<!-- # 4 --><waypoint x="32617" z="3659">player:harvest();</waypoint>
<!-- # 5 --><waypoint x="32792" z="3681">player:harvest();</waypoint>
<!-- # 6 --><waypoint x="32832" z="3797">player:harvest();</waypoint>
<!-- # 7 --><waypoint x="32970" z="4073">player:harvest();</waypoint>
<!-- # 8 --><waypoint x="32982" z="4250">player:harvest();</waypoint>
<!-- # 9 --><waypoint x="32950" z="4565">player:harvest();</waypoint>
<!-- # 10 --><waypoint x="32703" z="4874">player:harvest();</waypoint>
<!-- # 11 --><waypoint x="32495" z="4946">player:harvest();</waypoint>
<!-- # 12 --><waypoint x="32325" z="5227">player:harvest();</waypoint>
<!-- # 13 --><waypoint x="31895" z="5108">player:harvest();</waypoint>
<!-- # 14 --><waypoint x="31906" z="4800">player:harvest();</waypoint>
<!-- # 15 --><waypoint x="31889" z="4553">player:harvest();</waypoint>
<!-- # 16 --><waypoint x="31988" z="4444">player:harvest();</waypoint>
<!-- # 17 --><waypoint x="31843" z="4269">player:harvest();</waypoint>
<!-- # 18 --><waypoint x="31726" z="4017">player:harvest();</waypoint>
<!-- # 19 --><waypoint x="31305" z="3754">player:harvest();</waypoint>
<!-- # 20 --><waypoint x="31072" z="3644">player:harvest();</waypoint>
<!-- # 21 --><waypoint x="31495" z="3491">player:harvest();</waypoint>
<!-- # 22 --><waypoint x="31746" z="3362">player:harvest();</waypoint>
<!-- # 23 --><waypoint x="31967" z="3325">player:harvest();</waypoint>
</waypoints>
always shows this error
Code: Select all
Wrong value returned in update of item 201843
.../micromacro/lib/mods/xml.lua:316 : error closing parser: no element found
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Harvesting with the bot - How To For Dummies
That is not similar to any of the problems in this thread at all. Looks like an outdated/broken copy. Install a new version of MicroMacro.zeronight wrote:Hi have downloaded micromacro and it runs great but have same probs as many other guys..
Re: Harvesting with the bot - How To For Dummies
Not similar to any???
That looks very similar to me... but maybe im to blind
d003232, Sat Jan 30, 2010 8:57 am
Post Re: Harvesting with the bot - How To For Dummies
ciccione wrote:
...
You choose 1 (my waypoint)
...micromacro/lib/mod/xml.lua:316: error closing parser: no element found
If I choose one of the demo waypoint instead of the one I made file it works fine.
What I have to do?
By the way, you've made a great job with this bot!!
Take a look for the waypoint file thats behind your selection '1'. Than open that waypoint file with an editor. Compare the contentent with one of the demo files.
I suppose you have an empty file??? You could post the name and content of your file here. And read the wiki how to create your own waypoint files.
ciccione, Sat Jan 30, 2010 9:26 am
This is the waypoint file I created:
harvest.xml:
<waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="250" z="-5379">player:harvest();</waypoint>
<!-- # 2 --><waypoint x="396" z="-5333">player:harvest();</waypoint>
<!-- # 3 --><waypoint x="468" z="-5246">player:harvest();</waypoint>
<!-- # 4 --><waypoint x="221" z="-5353"> </waypoint>
</waypoints>
To bypass the problem I overwrited one of the already present and working waypoint file with this text, so now I have a file called "l10t_classhall.xml" but containing the text above, and it works. Still, if I choose a waypoint file with this same text inside but different name it gave me an error. So I suppose the path itself is working but the error has something to do with the name of the waypoint file being scripted somewhere??
That looks very similar to me... but maybe im to blind
Re: Harvesting with the bot - How To For Dummies
Hi.
I had few problems using this bot. I am using rev 494 now.
I am not sure if this has happened to anyone else but i got in loop while hasvesting. There was 2 nodes next to each others that i could not hasvest because i dont have high enough herbalism for it and i didnt event want to harvest it. But bot just tried to harvest those two nodes forever. I just wanted to harvest wood and ore.
Is there way to configure bot that it wont harvest herbs for expamle?
I am using rev 494 just because i think that new fix wont work on rev495 that should fix this aggro problem. When harvesting nodes and enemy attacks you, my char was unable to target that mob and died cause of that. So it was better to to just kill mob and move to second node than self target mob so it would continue to harvest that node where it was harvesting before mob agroed.
I hope this helps to improve this great bot
I had few problems using this bot. I am using rev 494 now.
I am not sure if this has happened to anyone else but i got in loop while hasvesting. There was 2 nodes next to each others that i could not hasvest because i dont have high enough herbalism for it and i didnt event want to harvest it. But bot just tried to harvest those two nodes forever. I just wanted to harvest wood and ore.
Is there way to configure bot that it wont harvest herbs for expamle?
I am using rev 494 just because i think that new fix wont work on rev495 that should fix this aggro problem. When harvesting nodes and enemy attacks you, my char was unable to target that mob and died cause of that. So it was better to to just kill mob and move to second node than self target mob so it would continue to harvest that node where it was harvesting before mob agroed.
I hope this helps to improve this great bot
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 1 guest