Page 63 of 111
Re: RoM bot
Posted: Wed Jul 01, 2009 6:32 pm
by Whispering
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
Re: RoM bot
Posted: Wed Jul 01, 2009 6:45 pm
by WaterBottel
hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
Re: RoM bot
Posted: Wed Jul 01, 2009 6:47 pm
by Administrator
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.
hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
What?
Re: RoM bot
Posted: Thu Jul 02, 2009 1:13 am
by bussdee
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.
Re: RoM bot
Posted: Thu Jul 02, 2009 4:28 am
by 3cmSailorfuku
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.
hey, sorry... but i have download... but the micromarcro isnt complete..
can u help me... where i can find the program?
What?
He doesn't know how to put the script into the scripts folder, I also believe he doesn't have the script at all.
@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
Posted: Thu Jul 02, 2009 8:49 am
by raff
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 :/
Re: RoM bot
Posted: Thu Jul 02, 2009 8:58 am
by d003232
raff wrote:i think looting is not working correctly with the new version 2.41, my bot is often not looting the target.
I suppose it is the
Code: Select all
yrest(500); -- <<< HERE
-- Monster is dead (0 HP) but still targeted.
-- Loot and clear target.
self:update();
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?
Nevertheless, 1000 looks not botish. So try to change that.
Re: RoM bot
Posted: Thu Jul 02, 2009 9:10 am
by raff
d003232 wrote:raff wrote:i think looting is not working correctly with the new version 2.41, my bot is often not looting the target.
I suppose it is the
Code: Select all
yrest(500); -- <<< HERE
-- Monster is dead (0 HP) but still targeted.
-- Loot and clear target.
self:update();
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?
Nevertheless, 1000 looks not botish. So try to change that.
it works better now

. 15of15 successful loots, so far.
thank you!
Re: RoM bot
Posted: Thu Jul 02, 2009 12:37 pm
by memcpy
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()
Re: RoM bot
Posted: Thu Jul 02, 2009 12:40 pm
by Administrator
memcpy wrote:since patch 1845 i get strange errors. the script throws a message and quits. running newest versions ofc.
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.
Re: RoM bot
Posted: Fri Jul 03, 2009 5:20 am
by BlackGod
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!
Re: RoM bot
Posted: Fri Jul 03, 2009 5:38 am
by d003232
BlackGod wrote:The bot doesn't walk exactly on the recorded waypoints.
What exactly do you mean? There is a option
Code: Select all
<option name="WAYPOINT_DEVIATION" value="48" />
in the profile. Sometimes it is better to reduce that (if you are harvesting). That deviation should help to look no so botish.
Re: RoM bot
Posted: Fri Jul 03, 2009 5:46 am
by BlackGod
d003232 wrote:BlackGod wrote:The bot doesn't walk exactly on the recorded waypoints.
What exactly do you mean? There is a option
Code: Select all
<option name="WAYPOINT_DEVIATION" value="48" />
in the profile. Sometimes it is better to reduce that (if you are harvesting). That deviation should help to look no so botish.
Ok danke dir!
Edit:
Thanx... works fine!
Re: RoM bot
Posted: Sat Jul 04, 2009 3:06 am
by silentz
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
Posted: Sat Jul 04, 2009 5:23 am
by blawa
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
you have 2 entries in name.xml:
<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.
Re: RoM bot
Posted: Sat Jul 04, 2009 9:09 am
by Administrator
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
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.
Re: RoM bot
Posted: Sat Jul 04, 2009 12:11 pm
by BlackGod
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!!!
Re: RoM bot
Posted: Sat Jul 04, 2009 12:59 pm
by Administrator
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)
There is no resume function, because, since the script is paused, it would not be able to call the function to resume.
Re: RoM bot
Posted: Sat Jul 04, 2009 4:14 pm
by BlackGod
Administrator wrote:
Code: Select all
keyboardPress(key.VK_X); -- Press X
Thank you!
Administrator wrote:Code: Select all
stopPE(); -- stop protected environment (pause script)
There is no resume function, because, since the script is paused, it would not be able to call the function to resume.
Ok, but is it possible not to move the character?
Something like the "sleep"-command in AutoIt?
Thanks in advance!
Re: RoM bot
Posted: Sat Jul 04, 2009 4:17 pm
by Administrator
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