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
This version should work.
http://www.solarstrike.net/phpBB3/viewt ... 625#p41625

Make sure you use Micromacro 1.02. Beta 4 preferably. You can download it here.
http://www.solarstrike.net/phpBB3/viewt ... 973#p48973

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

Code: Select all

	TR		= "Dayaniklilik",