bot buying auto storage problem

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

bot buying auto storage problem

#1 Post by bellemund12 »

Hello guys, once again i need some help here

I have a auto-trade buying bot, but then when its weight turns 90% it will not use storage event if i already set the auto-storage correctly,

here's my auto-trade buying bot macro.txt and config.txt


####MACRO.TXT####
automacro openchatroom {
map prontera
run-once 1
delay 2
call openchat
}

macro openchat {
do chat create "B>Ori56k,ROri11k,SDust1k,SCrumb16k" 2 0 0946
}

automacro clrng {
hook in_game
exclusive 1
call {
release all
}
}

###AUTO-STORAGE###
storageAuto 1
storageAuto_npc prontera 146 89
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password 1111
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1



it will stay on chatroom but not doing storage :)) HELP HELP
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: bot buying auto storage problem

#2 Post by bellemund12 »

bump :lol: :lol:
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: bot buying auto storage problem

#3 Post by bellemund12 »

12 viewed but then no one helped :roll:
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: bot buying auto storage problem

#4 Post by EternalHarvest »

The obvious problem would be unability to move until you close the chat.
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: bot buying auto storage problem

#5 Post by bellemund12 »

so there's no macro available for this kind of problem?
catcity
Noob
Noob
Posts: 18
Joined: 20 Oct 2012, 14:31
Noob?: No

Re: bot buying auto storage problem

#6 Post by catcity »

The solution is pretty simple, bud. Like Harvest said; the problem is that your bot can't get up and route to the storage while you're in the chat room. So add a line into your macro that closes the chat room when your weight hits auto-storage point or above.
There's two types of people in this world, kid: Those who can, and those who can't; and cats...

[Plugin] Automatic Map Changer
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: bot buying auto storage problem

#7 Post by bellemund12 »

im so noob configurating macros, but can you do me a favor? teach me how? the macro.txt is above