[Solved]Get from storage to cart

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
ragnarokx
Noob
Noob
Posts: 2
Joined: 28 Jun 2020, 06:01
Noob?: Yes

[Solved]Get from storage to cart

#1 Post by ragnarokx »

Hi,

How can i get item from storage to cart and keep certain amount of item in inventory?

Put all fresh fish from storage to cart but keep minimum 50 in inventory ?

I did this in item control but not working

Fresh fish 50 0 0 1 1

Last Roze
Noob
Noob
Posts: 6
Joined: 13 Apr 2017, 12:25
Noob?: No

Re: Get from storage to cart

#2 Post by Last Roze »

Make sure the item is exactly Fresh fish, you can check your items.txt inside tables folder, you can use notepad and press CTRL+F on your keyboard to open search menu then search for the item's name, you can also use an ID instead the exact name too like;

Code: Select all

12345 50 0 0 1 1 #Fresh Fish ID
------------ item.txt location ------------

OpenKore/
├─ tables/
│ ├─ items.txt

--------------------- OR ---------------------

OpenKore/
├─ tables/
│ ├─ iRO/ (or your server folder)
│ │ ├─ items.txt

Locked