autostorage due to excess weight is not being triggered

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.
iamjenn
Noob
Noob
Posts: 1
Joined: 28 Apr 2011, 09:01
Noob?: Yes

autostorage due to excess weight is not being triggered

#1 Post by iamjenn »

i need help regarding autostorage because my bot won't do storage.
worse, the statement "autostoraging due to excess weight" is not being triggered even if i am already overweight.

here is what i have in my config:
itemsTakeAuto 2
itemsTakeAuto_party 0
itemsGatherAuto 0
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 48
itemsMaxNum_sellOrStore 999
cartMaxWeight 7900


and on the autostorage block:
storageAuto 1
storageAuto_npc comodo 195 150
#storageAuto_npc aldebaran 143 119
#storageAuto_npc izlude 134 88
#storageAuto_npc morocc 156 97
#storageAuto_npc prontera 151 29
#storageAuto_npc einbroch 242 205
#storageAuto_npc payon 181 104
#storageAuto_npc geffen 120 62
storageAuto_distance 8
#storageAuto_npc_type 1
#storageAuto_npc_steps c r1 n
storageAuto_npc_type 2
storageAuto_npc_steps c c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0



with regards to my items control notepad,
i put the items i want to store as 0 1 0
and the rest as 0 0 0

i hope somebody could help me
i am wondering what's wrong with my config.

btw, i am using the latest svn downloaded from this forum.
no other patch or anything. new loki server pRO


:? :? :? :? :? :(
KoreGhost
Developers
Developers
Posts: 124
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil

Re: autostorage due to excess weight is not being triggered

#2 Post by KoreGhost »

Download last svn kore. This problem solved in last releases

or ...


I have problem the same, as I cannot bring up to date kore for having modified much thing in the use a simple macro to decide THERE.

Code: Select all

automacro Pesado {
	weight >= 48%
	timeout 60
	call {
		pause 1
		do move stop
		pause 1
		do respawn
		pause 2
		do autostorage
	}
}
Last edited by KoreGhost on 28 Apr 2011, 12:52, edited 1 time in total.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: autostorage due to excess weight is not being triggered

#3 Post by EternalHarvest »

KoreGhost wrote:This problem was decided in them finishes releases
What?
KoreGhost
Developers
Developers
Posts: 124
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil

Re: autostorage due to excess weight is not being triggered

#4 Post by KoreGhost »

EternalHarvest wrote: What?
Sorry my bad english.

This problem solved.