Page 1 of 1

[Solved]Get from storage to cart

Posted: 28 Jun 2020, 23:01
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

Re: Get from storage to cart

Posted: 25 Dec 2021, 06:09
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