I'm not good with config command lists, someone please help me with this one.
I want to make a command sequence that will move my character to the storage in Comodo and withdraw 50 pots only when I have 0 pots left, and then return to cmd_fild03 to keep farming.
if anyone can help me with this please.
I'd also like if someone could help me make a command sequence for my character to travel back to the same map whenever I die and spawn in Comodo.
Thanks!
Auto move to storage after 0 pots
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 05 Mar 2011, 08:49
- Noob?: No
- Location: Vancouver, Canada
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: Auto move to storage after 0 pots
Both 'command sequences' can be made using kore's AI, no need to use plugins (command sequences?).
Just read about storageAuto, getAuto, lockMap in the manual.
Just read about storageAuto, getAuto, lockMap in the manual.
Quit.
-
- Noob
- Posts: 15
- Joined: 30 May 2010, 05:06
- Noob?: No
Re: Auto move to storage after 0 pots
So I figured I'd ask here instead of making a new topic.
The following is my config for storageAuto and getAuto. The problem I seem to be having is that my Gunslinger refuses to head back to town and get new bullets after she runs out. I've double checked the commands and they seem to be alright to me. Could it have something to do with the additional tabs in the storage now? Or am I just missing something really obvious.
storageAuto 1
storageAuto_npc izlude 134 88
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath 1
relogAfterStorage 0
minStorageZeny 30000
getAuto Bullet {
minAmount 0
maxAmount 3000
passive 0
}
The following is my config for storageAuto and getAuto. The problem I seem to be having is that my Gunslinger refuses to head back to town and get new bullets after she runs out. I've double checked the commands and they seem to be alright to me. Could it have something to do with the additional tabs in the storage now? Or am I just missing something really obvious.
storageAuto 1
storageAuto_npc izlude 134 88
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath 1
relogAfterStorage 0
minStorageZeny 30000
getAuto Bullet {
minAmount 0
maxAmount 3000
passive 0
}