okay.. so i've been trying to fix this for past 2 days.. been searching everywhere but no solution found so far..
the problem is that my character would autobuy/sell to NPC, then storage item then relog AND THEN does autobuy/sell again..
so it goes like autobuy/sell -> storage -> relog ->autobuy/sell -> storage -> relog -> and so on...
here is transcrip i used ,.
######## Autostorage/autosell ########
buyAuto Awakening Potion {
npc payon 159 69
npc_steps b e
standpoint payon 159 69
distance 5
price
minAmount 0
maxAmount 5
}
sellAuto 1
sellAuto_npc payon 159 96
sellAuto_npc_steps s e
sellAuto_standpoint payon 159 96
sellAuto_distance 5
storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50
npcTimeResponse
getAuto Red Potion {
minAmount 0
maxAmount 50
passive 1
}
for item control,
Awakening Potion 5 0 0
as you can see above, its only the awakening potion that i wanted to buy & use...
but my character would keep put it in storage and buy it again =S
can some1 tell me where i should be looking at to fix this problem?
thanks !
Problem with looping between buyauto/sell and storage..
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 03 Aug 2012, 05:25
- Noob?: No
-
- Noob
- Posts: 7
- Joined: 14 Jun 2010, 21:46
- Noob?: No
Re: Problem with looping between buyauto/sell and storage..
You need not use the value for the ItemsControl Awakening Potion 5 0 0, simply set 0 0 0 (For what is the case, would not be doing anything with the item just shawl it in your inventory)
You've said in buyauto the minimum amount that should be in no inventory is 0 and the maximum 5.
Was this your question?
[Sorry for bad English, I use the help of a translator]
You've said in buyauto the minimum amount that should be in no inventory is 0 and the maximum 5.
Was this your question?
[Sorry for bad English, I use the help of a translator]