I have a big problem! I started playing the Portuguese version of the game and as I have little time to play, I started using bot rom.
My problem is related to the use of potions hp.
This is the message that appears: "No more (usable) hp potions available at bagslot 1 to 240." I have potions in my bag
Ex: local item = inventory.findItem(200811)
In this case item returns nil, do not use the name of the item because it is in Portuguese and has special characters. Ex: English = "Health Potions" | Portuguse = "Poções de Cura" (ç and õ).
Another function that was tried using inventory.useItem(200811) but this function use findItem too.
Sorry for my bad english, I'm brazilian.
Thank you in advance!