Runes-PT does not sell items

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
krews
Posts: 12
Joined: Fri Aug 28, 2009 7:34 pm

Runes-PT does not sell items

#1 Post by krews » Fri Mar 29, 2013 4:15 pm

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.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Runes-PT does not sell items

#2 Post by rock5 » Sat Mar 30, 2013 12:40 am

What revision of the bot do you use? That message exists in the current bot but is no longer used.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

krews
Posts: 12
Joined: Fri Aug 28, 2009 7:34 pm

Re: Runes-PT does not sell items

#3 Post by krews » Sat Mar 30, 2013 8:59 am

I do not know which version of my bot, but my version is 4.0.6.2610 runes

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Runes-PT does not sell items

#4 Post by rock5 » Sat Mar 30, 2013 9:36 am

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
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

krews
Posts: 12
Joined: Fri Aug 28, 2009 7:34 pm

Re: Runes-PT does not sell items

#5 Post by krews » Sat Mar 30, 2013 10:14 am

The same error :(

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Runes-PT does not sell items

#6 Post by rock5 » Sat Mar 30, 2013 11:43 am

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",
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests