Item_Control item not recognized..

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

deeh16
Noob
Noob
Posts: 19
Joined: 14 Dec 2008, 06:07
Noob?: Yes

Item_Control item not recognized..

#1 Post by deeh16 »

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??
Image
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: Item_Control item not recognized..

#2 Post by benj1320 »

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.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Item_Control item not recognized..

#3 Post by EternalHarvest »

No need to modify tables, you can just enclose item name in quotes in items_control, assuming you're using a recent version.