auto storage not working properly

International

Moderator: Moderators

surviveryuga
Human
Human
Posts: 30
Joined: 19 Dec 2012, 12:57
Noob?: No

auto storage not working properly

#1 Post by surviveryuga »

I know this is very basic and simple, but this is my first time bot in iRO server.
I dunno the bot cant open storage properly caused by npc steps talking sequences

Code: Select all

storageAuto 1
storageAuto_npc geffen 120 62
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 c r0 n 
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 100

npcTimeResponse
Anyone what's wrong with it? normally the other servers would do storageAuto_npc_steps c r1 n only
Patrons
Noob
Noob
Posts: 13
Joined: 10 Jul 2013, 13:17
Noob?: Yes

Re: auto storage not working properly

#2 Post by Patrons »

change stoageAuto_npc_type from 1 to 3 .. it will work
Maseo84
Noob
Noob
Posts: 17
Joined: 14 Jun 2009, 07:06
Noob?: No

Re: auto storage not working properly

#3 Post by Maseo84 »

# means not in use or block program from reading that line
has to be type 3 (manual) and "c" or "n" is not necessary as it will do it automatically and only needs resp "r" followed by "#" as indicated below. Took me few tries to get it right.

storageAuto 1
#storageAuto_npc aldebaran 143 119
#storageAuto_npc comodo 195 150
#storageAuto_npc geffen 120 62
#storageAuto_npc morocc 156 97
#storageAuto_npc morocc 160 258
storageAuto_npc payon 181 104
#storageAuto_npc prt_fild05 290 224
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps r1 r0
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 500
Hello World!
Patrons
Noob
Noob
Posts: 13
Joined: 10 Jul 2013, 13:17
Noob?: Yes

Re: auto storage not working properly

#4 Post by Patrons »

so this working for u now or not ???

for me
npc type 3
npc steps c r1 c r0 n

working perfect