Storage and Cart Not Functioning

International

Moderator: Moderators

Message
Author
KST
Noob
Noob
Posts: 10
Joined: 24 Jan 2011, 02:09
Noob?: Yes

Storage and Cart Not Functioning

#1 Post by KST »

Hi all,

Recently, my newly downloaded openkore from Github doesn't working on auto storage (storage opened with no action taken (take or get from storage) and cart (no cart detected for taking and getting from cart) function.

What could be wrong for this?

I just pasted src and tables folders for Doram update.

Juka
Noob
Noob
Posts: 7
Joined: 28 Feb 2017, 12:06
Noob?: No

Re: Storage and Cart Not Functioning

#2 Post by Juka »

Same here. Randomly suddenly stops getting items from cart. If I try to access the cart with a command, an error says that I don't have a cart. Closing the program and restarting it fixes it for some minutes.

Accessing the Cart from the View menu also claims I don't have one.

Edit:

I made a quick workaround in the form of an automacro which gets the job done crudely. It assumes that you use white potions and before things start going out of hand, it simply relogs which fixes the cart and can again take pots and other goodies from there, until it breaks again and repeats. Should keep the autobuy pots less than what the macro says so the macro triggers before autobuy.

#### Fix Cart ####
automacro fix_cart {
console "You used Item: White Potion (9) x 1 - 15 left"
timeout 5
call {
do relog
}
}

If someone can think of a better way, please assist :)

Post Reply