Skip to content

Быстрый поиск оригинального предмета для RU LOTRO

Notifications You must be signed in to change notification settings

william-aqn/item-treasury

Repository files navigation

Быстрый поиск оригинального предмета RU LOTRO

Install

Download item-treasury-mod-0.6.4.zip and unpack into Documents\The Lord of the Rings Online\Plugins\

Just run PowerShell script from plugin folder to update all databases and (re)patch original plugin

  • double click to update.cmd

How to use

Command to open Bruteforce window /ru or right mouse click on plugin icon

Drop into Bruteforce window item from bag, result printed into chat How to use

Or enter Русское название in search filed item-treasury windows How to use

Mod based on

New database source

https://github.com/dt192/item-treasury-database

For next updates reminds

  1. Main.lua:30 after import (PLUGINDIR..".Windows"); add
import (PLUGINDIR..".BruteforceMod");
  1. Main.lua:144 after LoadSequence(); add
LoadBruteforceMod();
  1. Windows/MainWin.lua:389 replace local searchName = {};
local searchName = BriteforcePrepareSearchName(searchString);
  1. Windows/MainWin.lua:438 replace nameMatch = match;
nameMatch = BruteforceSearch(k, searchName, match);
  1. Windows/MainWin.lua:679 replace lblName:SetText(itemInfo[1]);
BruteforceTextOverride(lblName, itemInfo, itemID)
  1. Don't forget the file :) BruteforceMod.lua and RuItems.lua and StringsRu.lua

About

Быстрый поиск оригинального предмета для RU LOTRO

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages