Trouble with auto buy and sell due to characters weightlimit

International

Moderator: Moderators

Dufort
Noob
Noob
Posts: 2
Joined: 30 Aug 2011, 19:21
Noob?: Yes

Trouble with auto buy and sell due to characters weightlimit

#1 Post by Dufort »

As the title states I'm having some issues with auto buy, sell and storage. I've finally been able to get the bot to go back to town after running out of potions but each time he gets back to town instead of selling the useless items and putting the items i intend to keep in storage it goes straight to try repot but cant because of its weight.

Code: Select all

######## Autostorage/autosell ########

storageAuto 1 {
	storageAuto_npc geffen 120 62
	storageAuto_distance 5
	storageAuto_npc_type 1
	storageAuto_npc_steps 1
	storageAuto_password
	storageAuto_keepOpen 0
	storageAuto_useChatCommand
	relogAfterStorage 1
	minStorageZeny 500
}

sellAuto 1 {
	sellAuto_npc geffen_in 77 167
	sellAuto_npc_steps s e
	sellAuto_standpoint
	sellAuto_distance 5
}

buyAuto Yellow Potion {
	maxAmount 100
	minAmount 1
	npc geffen_in 77 167
	npc_steps b e
	distance 5
	price
}

buyAuto Fly Wing {
	maxAmount 30
	minAmount 0
	npc geffen_in 77 167
	npc_steps b e
	distance 5
	price
}

buyAuto Butterfly WIng {
	maxAmount 3
	minAmount 0
	npc geffen_in 77 167
	npc_steps b e
	distance 5
	price
}

buyAuto Awakening Potion {
	maxAmount 10
	minAmount 0
	npc geffen_in 77 167
	npc_steps b e
	distance 5
	price
This is what i have set up, all the items that i want to be sold and to be kept in storage are set up properly in my items txt so i know thats not the problem. Thanks in advance.