Page 1 of 1
Runes-PT does not sell items
Posted: Fri Mar 29, 2013 4:15 pm
by krews
Moving to waypoint #1, (-20841, 6311)
Use MACRO: ROGUE_INFORMER => <UNKNOWN> (1000/1000)
We try to find NPC Raylinbas:
We successfully target NPC Raylinbas and try to open the dialog window.
Did not find any crashed game clients.
6:10pm - Unable to autosell: not supported by client language.
I can sell only potions when the equipment arrives in micromacro stops working.
Re: Runes-PT does not sell items
Posted: Sat Mar 30, 2013 12:40 am
by rock5
What revision of the bot do you use? That message exists in the current bot but is no longer used.
Re: Runes-PT does not sell items
Posted: Sat Mar 30, 2013 8:59 am
by krews
I do not know which version of my bot, but my version is 4.0.6.2610 runes
Re: Runes-PT does not sell items
Posted: Sat Mar 30, 2013 9:36 am
by rock5
Re: Runes-PT does not sell items
Posted: Sat Mar 30, 2013 10:14 am
by krews
The same error

Re: Runes-PT does not sell items
Posted: Sat Mar 30, 2013 11:43 am
by rock5
Oh right, the initial error. Now that I know what version you are using I can check it.
At the top of item.lua you should see
Code: Select all
-- Tooltip parser keywords
ITEM_TOOLTIP_DURABILITY = {
DE = "Haltbarkeit",
FR = "Structure",
ENEU = "Durability",
ENUS = "Durability",
PH = "Durability",
RU = "\143\224\174\231\173\174\225\226\236",
PL = "Trwa\136o\152\143",
ES = "Durabilidad",
SA = "Durabilidad",
ENAR = "Durability",
};
Is your language covered? If not, try adding an entry. To do so you will need to know the language code eg. TR. You can get this by entering the following command in the game chat.
Code: Select all
/script SendSystemChat(GetLanguage())
You will also need the 'durability' word as it appears in item tooltips eg. "Dayaniklilik". So for turkish client I would add