HELP!! iRO Thor Auto storage.,,

International

Moderator: Moderators

Message
Author
earlsanity
Noob
Noob
Posts: 3
Joined: 27 Jun 2015, 18:14
Noob?: Yes

HELP!! iRO Thor Auto storage.,,

#1 Post by earlsanity »

Code: Select all

storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 c r0 n
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath 1
relogAfterStorage 1
minStorageZeny 500

Code: Select all

itemsTakeAuto 1
itemsTakeAuto_party 0
itemsGatherAuto 2
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 48
itemsMaxNum_sellOrStore 50
cartMaxWeight 7900
itemsTakeAuto_new 0
itemsTakeGreed 0

Code: Select all

# In this file you can control which items to put in storage,
# to sell, or to leave in the inventory.
#
# Syntax:
# (item name) (minimum) (auto-store) (auto-sell) [put in cart] [get from cart]
# item name	: Name of the item.
# miminum	: The minimum amount of this item that you want to keep in inventory.
# autostore	: Set to 1 to walk back to a Kapra NPC to put in storage.
# autosell	: Set to 1 to sell item at a buy/sell NPC.
# put in cart	: Set to 1 to automatically put this item in cart.
# get from cart : Set to 1 to automatically get this item from cart.
#
# The example below will sell all jellopies, store all knifes and puts
# all flowers in cart:
#	Jellopy 0 0 1
#	Knife 0 1 0
#	Flower 0 0 0 1
#
# This example will get Red Potions from cart if you have less than 25
# of them in your inventory:
# 	Red Potion 25 0 0 0 1
#
# The item name isn't case sensitive. Only items found in this file will
# be stored or sold.
#
# If auto-store and auto-sell are 1, Kore will do storage first (unless
# storage is full) then sell.
#
# Kore will not sell or store equipped items. For example, if you're using
# a knife and you have a line to auto-sell all knives, kore will sell any
# extras it picks up, not the knife it's using.
#
# Don't forget to set the storageAuto, sellAuto and related configuration
# options in config.txt, or this file won't have any effect.
#
# An auto-sell list and auto-storage list is provided by default, modify it
# as you see fit.


# All items not mentioned in this file will be automatically stored in storage.
all 0 0 1
The Problem...

Code: Select all

Unknown #56747 shown unknown effect 9999 at location 177, 111 with the color
[R:255, G:255, B:0, A:0]
NPC Bounty Board 1-20#pay1 (2) shown unknown effect 9999 at location 148, 95
with the color [R:255, G:255, B:0, A:0]
NPC Bounty Board 21-50#pay2 (3) shown minimap indicator at location 148, 93
with the color [R:255, G:128, B:0, A:0]
NPC Bounty Board 41-75#pay2 (4) shown unknown effect 9999 at location 148, 91
with the color [R:255, G:255, B:0, A:0]
NPC Bounty Board 61-100#pay (5) shown unknown effect 9999 at location 148, 89
with the color [R:255, G:255, B:0, A:0]
Calculating auto-storage route to: Payon Town(payon): 181, 104
Kafra Employee: [Kafra Employee]
Kafra Employee: The Kafra Corporation
Kafra Employee: is always working to provide
Kafra Employee: you with convenient services.
Kafra Employee: How may I be of assistance?
Kafra Employee: Auto-continuing talking
------ Responses (Kafra Employee) ------
#  Response
0  Save
1  Use Storage
2  Use Teleport Service
3  Rent a Pushcart
4  Check Other Information
5  Cancel
6  Cancel Chat
----------------------------------------
Kafra Employee: Type 'talk resp #' to choose a response.
You are again: Overweight 50%
You lost 60 zeny.
Kafra Employee: [Kafra Employee]
Kafra Employee: Here, let me open
Kafra Employee: your Storage for you.
Kafra Employee: Choose which storage to open.
Kafra Employee: Auto-continuing talking
------ Responses (Kafra Employee) ------
#  Response
0  Open Open Storage 1 - Chaos.
1  Open Storage 2 - Valkyrie.
2  Open Storage 3 - Loki.
3  Open Storage 4 - Iris.
4  Cancel Chat
----------------------------------------
Kafra Employee: Type 'talk resp #' to choose a response.
Kafra Employee: Done talking
Done talking with Kafra Employee.
it keeps talking and talking
:( :( :( :( :(

otaku
Human
Human
Posts: 28
Joined: 29 Nov 2013, 21:50
Noob?: No
Location: Brazil
Contact:

Re: HELP!! iRO Thor Auto storage.,,

#2 Post by otaku »

The custom sequence seems right, but you're using the default sequence. Try:

Code: Select all

storageAuto_npc_type 3
http://www.openkore.com/index.php/StorageAuto_npc_type
I'm watching my TV or is it watching me?

earlsanity
Noob
Noob
Posts: 3
Joined: 27 Jun 2015, 18:14
Noob?: Yes

Re: HELP!! iRO Thor Auto storage.,,

#3 Post by earlsanity »

otaku wrote:The custom sequence seems right, but you're using the default sequence. Try:

Code: Select all

storageAuto_npc_type 3
http://www.openkore.com/index.php/StorageAuto_npc_type
THANKS!!! :)

Post Reply