Bot doesn't returns to store items

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Bot doesn't returns to store items

#1 Post by SkylorD »

When my char reaches 48% of your weight, he should go to the kafra and store my items.
But, this not happens. My question is : WHY ?
# Only autostorage when we're on an attack route, or not moving
if ($attackOnRoute > 1 && ai_storageAutoCheck()) {
message T("Auto-storaging due to excess weight\n");
AI::queue("storageAuto");
}
What he want to say "on an attack route" ?
Is because of this that my char aren't storing my items ?

#English Killer :twisted:

I want to do one thing to help noobies (:
DEACTIVATED 8-)
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bot doesn't returns to store items

#2 Post by EternalHarvest »

SkylorD wrote:Is because of this that my char aren't storing my items ?
You can easily check that by adding additional logging outside the condition in question.
Malboro
Noob
Noob
Posts: 12
Joined: 09 Jul 2012, 16:29
Noob?: No

Re: Bot doesn't returns to store items

#3 Post by Malboro »

if you want that your char walks back to the kafra.you have to write in the controls.txt your saveMap.

then the bot will go back on overweight % for buy/sell or store.
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: Bot doesn't returns to store items

#4 Post by SkylorD »

Thanks for the replies! Now, i will make any changes here & then later, i will post what i was thinking (:
DEACTIVATED 8-)
XSDenied
Noob
Noob
Posts: 18
Joined: 06 Jul 2009, 10:38
Noob?: Yes

Re: Bot doesn't returns to store items

#5 Post by XSDenied »

I only understood about 39% of all of that.... he is TRULY the "English Killer"...
LumhiereX
Noob
Noob
Posts: 9
Joined: 08 Jul 2012, 06:20
Noob?: Yes

Re: Bot doesn't returns to store items

#6 Post by LumhiereX »

do you now have thee config on where the character automatically store items on the kafra or automatically sells loots on an NPC?