-
somberland
- Posts: 18
- Joined: Sat Jul 03, 2010 3:11 pm
#1
Post
by somberland » Wed Jul 07, 2010 7:35 am
Since I made the Update to the newest SVN-Version I get this Error-Message while I'm using the wander-waypoints.
He loots the mob normal and than stays some (long) seconds around and this message apears.
http://cghost.de/mediahost/img11/347-sc ... pxcccq.jpg
btw: It was not possible to determine the dimensions of the image.

-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#2
Post
by rock5 » Wed Jul 07, 2010 7:52 am
somberland wrote:Since I made the Update to the newest SVN-Version I get this Error-Message while I'm using the wander-waypoints.
He loots the mob normal and than stays some (long) seconds around and this message apears.
http://cghost.de/mediahost/img11/347-sc ... pxcccq.jpg
btw: It was not possible to determine the dimensions of the image.

First, as far as I know. no changes where made to the combat functions in the latest revisions.
Second, what did it do? Was it a lootable body? Did it loot the body? Did it loot evrything? How long did it pause for.
- 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.”
-
somberland
- Posts: 18
- Joined: Sat Jul 03, 2010 3:11 pm
#3
Post
by somberland » Wed Jul 07, 2010 8:48 am
The Script kills the target, (don't have to walk because the mob is already in my range), It loots everything from that body, than it stays over the body for around 5-7 seconds and that message apears.
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#4
Post
by rock5 » Wed Jul 07, 2010 9:19 am
somberland wrote:The Script kills the target, (don't have to walk because the mob is already in my range), It loots everything from that body, than it stays over the body for around 5-7 seconds and that message apears.
There usually is a pause after combat because of looting although not that long. Usually when the bot loots it quite quick.
I had a look at the looting code. Looks like there are 2 profile settings that might affect waiting times after battle. Check what values you have in your profile for LOOT_AGAIN and LOOT_PAUSE_AFTER.
- 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.”
-
somberland
- Posts: 18
- Joined: Sat Jul 03, 2010 3:11 pm
#5
Post
by somberland » Wed Jul 07, 2010 9:56 am
<!-- Loot settings -->
<option name="LOOT" value="true" />
<option name="LOOT_IN_COMBAT" value="true" />
<option name="LOOT_DISTANCE" value="100" />
<option name="LOOT_PAUSE_AFTER" value="5" />
Thats the only Loot-Seetings I have in my profile-xml
Edit: Btw. Big thanks your ur help!
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#6
Post
by rock5 » Wed Jul 07, 2010 12:06 pm
somberland wrote:<!-- Loot settings -->
<option name="LOOT" value="true" />
<option name="LOOT_IN_COMBAT" value="true" />
<option name="LOOT_DISTANCE" value="100" />
<option name="LOOT_PAUSE_AFTER" value="5" />
Thats the only Loot-Seetings I have in my profile-xml
Edit: Btw. Big thanks your ur help!
What it looks like is happening is, the bot thought you didn't loot so it tried again after 2 seconds (the default value of LOOT_AGAIN). Then it waited another 5 seconds as per the LOOT_PAUSE_AFTER setting, supposedly to make the bot look more human.
So just set LOOT_PAUSE_AFTER to 0 and that will take 5 seconds off the pause. The 2 second pause before trying to loot again will only happen if the bot thinks it had trouble looting and functions as intended. I recommend not touching that.
- 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.”
-
Starrider
- Posts: 164
- Joined: Sat May 01, 2010 7:04 am
- Location: Germany
#7
Post
by Starrider » Fri Jul 09, 2010 5:38 am
Hi rock5 I have the same Problem, but its really terrible because as a malee I still stand direktly (because of the fight distance) next to the mob and everytime I got this massage which inidicates that my bot stands longer at the point as it really needs to. The bot loots immideatly after killing the mob.
Can I manually change the value for Loot_Again or ist it possible to make the bot clear that we already had looted sucessfully. What values are possible also 1.5? or only 1,2,3....
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#8
Post
by rock5 » Fri Jul 09, 2010 6:13 am
Starrider wrote:Hi rock5 I have the same Problem, but its really terrible because as a malee I still stand direktly (because of the fight distance) next to the mob and everytime I got this massage which inidicates that my bot stands longer at the point as it really needs to. The bot loots immideatly after killing the mob.
Can I manually change the value for Loot_Again or ist it possible to make the bot clear that we already had looted sucessfully. What values are possible also 1.5? or only 1,2,3....
If 2 seconds is too long for you to wait try adding this to the profile and try different values. It's in ms.
Code: Select all
<option name="LOOT_AGAIN" value="2000" />
- 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.”
Who is online
Users browsing this forum: No registered users and 1 guest