autosell/storage

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
pelthor
Noob
Noob
Posts: 2
Joined: 11 Jun 2016, 10:43
Noob?: No

autosell/storage

#1 Post by pelthor »

ok so I have used openkore for years and not quite understanding why it cannot auto die > auto store/sell go back to the monsters i want farmed but ok.

######## Autostorage/autosell ########

buyAuto {
npc
standpoint
distance 5
price
minAmount 2
maxAmount 3
disabled 0
}

sellAuto 0
sellAuto_npc
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc geffen 120 62
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 0
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 500

is some of the source coding in the config. simplicity in openkore coding i love to catch on but it is just bugging out on kafra i.e. not depositing anything at all x.x. bot y u no work for me! *insert massive head trauma from the desk*

anyways not sure if this is the right area but oh well. anyways wiki needs a massive freaking revamp and stop witht he vague codings.

i.e. boolean this or etc instead give the whole code string and an example of what legit looks like and you would have 80% less need for a forum.

deca2708
Noob
Noob
Posts: 17
Joined: 19 Apr 2016, 05:16
Noob?: Yes

Re: autosell/storage

#2 Post by deca2708 »

No kafra Password? No encrypt key?
Autosell 0? Item control? Sell/store weight set?storage after death blank?

MrDracula
Noob
Noob
Posts: 15
Joined: 09 Apr 2008, 14:32

Re: autosell/storage

#3 Post by MrDracula »

Code: Select all

######## Autostorage/autosell ########

buyAuto Red Potion {
npc prontera xxx xxx
standpoint 2
distance 5
price 60
minAmount 2
maxAmount 3
disabled 0
}

sellAuto 1
sellAuto_npc prontera xxx xxx
sellAuto_standpoint 2
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc geffen 120 62
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 0
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand 
storageAuto_notAfterDeath 1
relogAfterStorage 1
minStorageZeny 500

pelthor
Noob
Noob
Posts: 2
Joined: 11 Jun 2016, 10:43
Noob?: No

Re: autosell/storage

#4 Post by pelthor »

deca2708 wrote:No kafra Password? No encrypt key?
Autosell 0? Item control? Sell/store weight set?storage after death blank?

<script> there is no encryption in game <script/>

abc123value = true; abd123value =false;

is what i can read a lot better then people ignoring and not putting any sense or heart into it (although idiotically would admit it would be in certain peoples best interest to not just put invalid text just to say something). sighs so disappointing in everyone and everything today.

anyways looking for something along the lines of just making old code work. although would not knock

if weight < or = 50% or higher line go town
deposit everything, withdraw x fly wings
go to saved map.

but you see none seem to know just how to set up these simple lines, option auto enter for the kafra and you are talking encryption and with encryption it comes in layers. encryption is irrelevant to depositing and withdrawing.

Post Reply