problem occur after done storage

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

wppang
Noob
Noob
Posts: 3
Joined: 30 Apr 2014, 09:06
Noob?: Yes

problem occur after done storage

#1 Post by wppang »

hi guys, my bot work fine on attacking and buy/sell but when come to autostorage,it can talk to npc and open storage and put thing into the storage but here comes the problem,character fail to move something like if are in game u cant walk if the storage is opening right? my bot only start working when i manually keyin storage close.seriously need help to solve this out
greenieken
Noob
Noob
Posts: 5
Joined: 20 May 2014, 18:15
Noob?: No

Re: problem occur after done storage

#2 Post by greenieken »

BUMP. Same problem here.
Percy
Human
Human
Posts: 40
Joined: 27 Aug 2011, 02:57
Noob?: Yes

Re: problem occur after done storage

#3 Post by Percy »

I personnaly use a macro for storage :

automacro xp {
map lhz_fild01
weight >= 50%
run-once 1
call storage
}

macro storage {
do move 166 98 lighthalzen
do talknpc 164 100 c r1 c
do storage add Jubilee
do storage add Large Jellopy
do storage add Iron
do storage add Iron Ore
do storage add Flexible Tube
do storage add Rusty Screw
do storage add Crimson Bolt [2]
do storage close
release xp
}

after doing that the go to lockmap etc..
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: problem occur after done storage

#4 Post by 4epT »

Percy, bad idea!!!

Use config options: storageAuto
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
greenieken
Noob
Noob
Posts: 5
Joined: 20 May 2014, 18:15
Noob?: No

Re: problem occur after done storage

#5 Post by greenieken »

@4epT I have followed every instructions, it goes to the storage and put everything and get what the bot needs but after doing so the bot will not move anymore and go to its lockmap. What's the problem with that?
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: problem occur after done storage

#6 Post by 4epT »

you use lockMap?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
greenieken
Noob
Noob
Posts: 5
Joined: 20 May 2014, 18:15
Noob?: No

Re: problem occur after done storage

#7 Post by greenieken »

@ 4epT Yep i use lockmap. It does @storage, but after putting all the items. It doesnt move anymore. ._.
wppang
Noob
Noob
Posts: 3
Joined: 30 Apr 2014, 09:06
Noob?: Yes

Re: problem occur after done storage

#8 Post by wppang »

greenieken wrote:@4epT I have followed every instructions, it goes to the storage and put everything and get what the bot needs but after doing so the bot will not move anymore and go to its lockmap. What's the problem with that?
because after u done storage thing,the storage not closing so ur character cant move.my solution is put the autorestart and set timing to 10min so ur character wont waste too much time at storage standing ^^
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: problem occur after done storage

#9 Post by 4epT »

need to look the logs
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image