RoM bot
-
- Posts: 3
- Joined: Wed Jul 01, 2009 5:31 pm
Re: RoM bot
ty alot, worked, but now i accidently deleted all my paths/profiles lol
only saw micromacro1.0 and so thought, my older version was still the actual one.
well, time to get my setting all new
only saw micromacro1.0 and so thought, my older version was still the actual one.
well, time to get my setting all new
-
- Posts: 2
- Joined: Wed Jul 01, 2009 6:12 pm
Re: RoM bot
hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
can u help me... where i can find the program?
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
I'm actually wondering why the script isn't displaying an error message saying to update MicroMacro. I had added a check for that and updated the scripts both here and on SVN to do just that, but apparently a lot of people aren't seeing it. No idea why that is. Until everybody updates, I guess we'll just have to deal with every other person asking this same question.
What?hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
Re: RoM bot
be careful, today is GM day and a lot of botters and goldsellers will be banned.
I think we need a feature to check the chat-window and logout autom. on GM-Entrance messenge.
I think we need a feature to check the chat-window and logout autom. on GM-Entrance messenge.
"Erfahrung ist fast immer eine Parodie auf die Idee."
Johann Wolfgang von Goethe
Johann Wolfgang von Goethe
- 3cmSailorfuku
- Posts: 354
- Joined: Mon Jan 21, 2008 6:25 pm
Re: RoM bot
He doesn't know how to put the script into the scripts folder, I also believe he doesn't have the script at all.Administrator wrote:I'm actually wondering why the script isn't displaying an error message saying to update MicroMacro. I had added a check for that and updated the scripts both here and on SVN to do just that, but apparently a lot of people aren't seeing it. No idea why that is. Until everybody updates, I guess we'll just have to deal with every other person asking this same question.
What?hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
@WaterBottle:
You have to download the latest MicroMacro beta and the Bot script you can find on the first post in this thread as download.
Extract MicroMacro somewhere you prefer, then you extract the Script as-it-is into the Scripts folder of MicroMacro,
should look like this scripts/rom/... If you have done this you follow the guide as it describes the processes.
Re: RoM bot
i think looting is not working correctly with the new version 2.41, my bot is often not looting the target. i know that the bot will not loot the first target, if i get a add.
the bot is not always looting single targets, too.
never had theses problem with 2.39 :/
the bot is not always looting single targets, too.
never had theses problem with 2.39 :/
Re: RoM bot
I suppose it is theraff wrote:i think looting is not working correctly with the new version 2.41, my bot is often not looting the target.
Code: Select all
yrest(500); -- <<< HERE
-- Monster is dead (0 HP) but still targeted.
-- Loot and clear target.
self:update();
Nevertheless, 1000 looks not botish. So try to change that.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
it works better now . 15of15 successful loots, so far.d003232 wrote:I suppose it is theraff wrote:i think looting is not working correctly with the new version 2.41, my bot is often not looting the target.in line 434 in player.lua,before the self:update(). It seem that yrest is to short for the client to get the update of the battling flag. That means the bot thinks very often, he would be still in combat. I changed that yrest in my bot to 1000 and don't have problems with not looting. I also tested 800 and had some skips. Perhaps it is also dependend from the server latenz and the line latenz?Code: Select all
yrest(500); -- <<< HERE -- Monster is dead (0 HP) but still targeted. -- Loot and clear target. self:update();
Nevertheless, 1000 looks not botish. So try to change that.
thank you!
Re: RoM bot
since patch 1845 i get strange errors. the script throws a message and quits. running newest versions ofc.
Code: Select all
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Using HP potion.
Casting 'ROGUE_SHADOWSTAB'
Paused. (ENTF) to continue, (CTRL+L) exit to shell, (CTRL+C) quit
Resumed.
Bot start time reset
WARNING: Failure reading memory from 0xD6FD34 at 0x0 in memoryReadString(). Error code 299 (...)
.../micromacro/scripts/rom/classes/pawn.lua:134: Error reading memory in CPawn:update()
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Change DEBUG_ASSERT to true in bot.lua, run it and wait till you get an error. It should tell you exactly which line is returning nil.memcpy wrote:since patch 1845 i get strange errors. the script throws a message and quits. running newest versions ofc.
Re: RoM bot
Hey...
I've got a problem...
The bot doesn't walk exactly on the recorded waypoints.
Ofc I'm using the newest version 2.42!
Can someone help me plz?
Thanks in advance!
I've got a problem...
The bot doesn't walk exactly on the recorded waypoints.
Ofc I'm using the newest version 2.42!
Can someone help me plz?
Thanks in advance!
Re: RoM bot
What exactly do you mean? There is a optionBlackGod wrote:The bot doesn't walk exactly on the recorded waypoints.
Code: Select all
<option name="WAYPOINT_DEVIATION" value="48" />
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Ok danke dir!d003232 wrote:What exactly do you mean? There is a optionBlackGod wrote:The bot doesn't walk exactly on the recorded waypoints.in the profile. Sometimes it is better to reduce that (if you are harvesting). That deviation should help to look no so botish.Code: Select all
<option name="WAYPOINT_DEVIATION" value="48" />
Edit:
Thanx... works fine!
Re: RoM bot
how can i make the bot uses HP potion at 75 and if my Hp dip to 40 or 50, i want my bot to use urgent heal/regeneration? I replace my HP potion hotkey with urgent heal and it wastes a lot of mp this way.
thanks
thanks
Re: RoM bot
you have 2 entries in name.xml:silentz wrote:how can i make the bot uses HP potion at 75 and if my Hp dip to 40 or 50, i want my bot to use urgent heal/regeneration? I replace my HP potion hotkey with urgent heal and it wastes a lot of mp this way.
thanks
<option name="HP_LOW" value="60" />
- This tells the bot when to cast healing spells
<option name="HP_LOW_POTION" value="60" />
-This tells the bot when to use the Potion Hotkey
You just have to write the Regen/UrgentH in your skill list.
I for myself made a macro for targeting myself/casting Regeneration instead of healing potion.
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Do what blawa said (edit your profile), and then make sure you add PRIEST_URGENT_HEAL and PRIEST_REGENERATE to your skills. That's all you need to do.silentz wrote:how can i make the bot uses HP potion at 75 and if my Hp dip to 40 or 50, i want my bot to use urgent heal/regeneration? I replace my HP potion hotkey with urgent heal and it wastes a lot of mp this way.
thanks
Re: RoM bot
Hey...
Can someone show me how to insert the code for a key-press plz?
e.g. for jumping or using teleporting...
btw... what is the command for pausing/unpausing the script?
Harvesting is very nice!
Thank you dude!!!
Can someone show me how to insert the code for a key-press plz?
e.g. for jumping or using teleporting...
btw... what is the command for pausing/unpausing the script?
Harvesting is very nice!
Thank you dude!!!
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
BlackGod wrote:Hey...
Can someone show me how to insert the code for a key-press plz?
e.g. for jumping or using teleporting...
btw... what is the command for pausing/unpausing the script?
Harvesting is very nice!
Thank you dude!!!
Code: Select all
keyboardPress(key.VK_X); -- Press X
Code: Select all
stopPE(); -- stop protected environment (pause script)
Re: RoM bot
Thank you!Administrator wrote:Code: Select all
keyboardPress(key.VK_X); -- Press X
Ok, but is it possible not to move the character?Administrator wrote:There is no resume function, because, since the script is paused, it would not be able to call the function to resume.Code: Select all
stopPE(); -- stop protected environment (pause script)
Something like the "sleep"-command in AutoIt?
Thanks in advance!
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
BlackGod wrote:Administrator wrote: Ok, but is it possible not to move the character?
Something like the "sleep"-command in AutoIt?
Thanks in advance!
Code: Select all
yrest(time); -- Where time is in miliseconds
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest