This is my case..i have this item that I want to put in the cart Ive made a macro that closed the vend then deal and vend again..Ive already fixed most of the items and tried it..but when it comes to the FOOD'ss like Stew of Immortality 60 it dosnt recognized the item.
so my initial thinking was the bot is reading it like this..
"Stew of Immortality" 60 0 0 0 1 0 - so surely theres no item like that in my inventory..
instead of
"Stew of Immortality 60" 0 0 0 1 0
what should i do??
or what should i put??
Item_Control item not recognized..
Moderator: Moderators
-
- Moderators
- Posts: 403
- Joined: 25 Aug 2008, 14:56
- Noob?: No
- Location: CyberOne Building , Eastwood
Re: Item_Control item not recognized..
you should see the item name in your console. that's the correct spelling for the food item you want to store/cart/vend
or.. if it still doesn't work.. go to your tables folder.. then open your corresponding server folder .. then open items.txt .. look for the food item Stew_of_Immortality_60, remove the last underscore to make it Stew_of_Immortality60, then SAVE .... close your bots.. run it again.. you should see now the new item name for Stew of Immortality 60, now it should be Stew of Immortality60.. go to your items_control folder then add the line Stew of Immortality60 0 0 0 1 0... that should fix the problem.
same solution goes to item names that ends with a number.
or.. if it still doesn't work.. go to your tables folder.. then open your corresponding server folder .. then open items.txt .. look for the food item Stew_of_Immortality_60, remove the last underscore to make it Stew_of_Immortality60, then SAVE .... close your bots.. run it again.. you should see now the new item name for Stew of Immortality 60, now it should be Stew of Immortality60.. go to your items_control folder then add the line Stew of Immortality60 0 0 0 1 0... that should fix the problem.
same solution goes to item names that ends with a number.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
The Openkore Manual---Global Forum Rules--The Template
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Item_Control item not recognized..
No need to modify tables, you can just enclose item name in quotes in items_control, assuming you're using a recent version.