AutoBuy, Sell, Storage problem

International

Moderator: Moderators

Message
Author
balfus
Noob
Noob
Posts: 1
Joined: 20 Apr 2011, 11:07
Noob?: Yes

AutoBuy, Sell, Storage problem

#1 Post by balfus »

Hi, im having a problem autoselling and autostoraging. My config as follows:

saveMap veins
saveMap_warpToBuyOrSell 1
saveMap_warpChatCommand

sellAuto 0
sellAuto_npc ve_in 243 303
sellAuto_distance 5
sellAuto_npc_steps
sellAuto_standpoint

storageAuto 0
storageAuto_npc veins 208 128
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 60

I have 2 problems, one is when I type autosell or autostorage in the console, it displays an error Invalid NPC information for autobuy, autosell or autostorage! ()
Second when I quit the client, it resets all the information for the npc's on those lines to blank.
I pulled the npc info of those NPC's from the npcs.txt table.

nicolas0349
Human
Human
Posts: 25
Joined: 14 Feb 2011, 13:34
Noob?: Yes

Re: AutoBuy, Sell, Storage problem

#2 Post by nicolas0349 »

Code: Select all

saveMap veins
saveMap_warpToBuyOrSell 1
saveMap_warpChatCommand

sellAuto 0
sellAuto_npc ve_in 243 303
sellAuto_distance 5
sellAuto_npc_steps
sellAuto_standpoint

storageAuto 0
storageAuto_npc veins 208 128
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 60


change

Code: Select all

 storageAuto 0 and sellAuto 0
into

Code: Select all

sellAuto 1 and storageAuto 1
as for the coordinates. try checking it again.

Post Reply