Search found 2 matches

by Logunenckov
Fri May 07, 2010 12:08 pm
Forum: Runes of Magic
Topic: ERROR inventory.lua:409
Replies: 18
Views: 4952

Re: ERROR inventory.lua:409

I solved the problem using Notepad + + for converting Russian names durability
-- A little class

-- Tooltip parser keywords
ITEM_TOOLTIP_DURABILITY = {
DE = "Haltbarkeit",
FR = "Structure",
ENEU = "Durability",
ENUS = "Durability",
PH = "Durability",
RU = "Прочность"
};
it work
by Logunenckov
Fri May 07, 2010 10:10 am
Forum: Runes of Magic
Topic: ERROR inventory.lua:409
Replies: 18
Views: 4952

Re: ERROR inventory.lua:409

I have exact same problem

-- A little class

-- Tooltip parser keywords
ITEM_TOOLTIP_DURABILITY = {
DE = "Haltbarkeit",
FR = "Structure",
ENEU = "Durability",
ENUS = "Durability",
PH = "Durability",
RU = "Прочность",
};

not working

-- A little class

-- Tooltip parser keywords
ITEM ...