problem occur after done storage
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 30 Apr 2014, 09:06
- Noob?: Yes
problem occur after done storage
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
-
- Noob
- Posts: 5
- Joined: 20 May 2014, 18:15
- Noob?: No
Re: problem occur after done storage
BUMP. Same problem here.
-
- Human
- Posts: 40
- Joined: 27 Aug 2011, 02:57
- Noob?: Yes
Re: problem occur after done storage
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..
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..
-
- Developers
- Posts: 627
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
-
- Noob
- Posts: 5
- Joined: 20 May 2014, 18:15
- Noob?: No
Re: problem occur after done storage
@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?
-
- Developers
- Posts: 627
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
-
- Noob
- Posts: 5
- Joined: 20 May 2014, 18:15
- Noob?: No
Re: problem occur after done storage
@ 4epT Yep i use lockmap. It does @storage, but after putting all the items. It doesnt move anymore. ._.
-
- Noob
- Posts: 3
- Joined: 30 Apr 2014, 09:06
- Noob?: Yes
Re: problem occur after done storage
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 ^^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?
-
- Developers
- Posts: 627
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
Re: problem occur after done storage
need to look the logs