lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 12-10-2011, 12:22 PM  
MentalMicky
The Wary
 
MentalMicky's Avatar
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 2
Uploads: 1
A Filter?

First of all, thanks for an awesome plugin

I was wondering if there's any chance of adding a search filter? My shared bank is full of task items and even with Busy Bee, it takes time to find which items are for which area.

Cheers
MentalMicky is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2011, 08:24 AM  
Risatara
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Translation

Hi,
I just started to translate the software to german, so you can publish a version for the german client when Im through.
Risatara is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-15-2012, 03:24 PM  
feant
The Wary

Forum posts: 2
File comments: 3
Uploads: 0
Changing the Opacity / Font Size

I noticed a few other folks with similar issues.

If just questing and roaming about, I would prefer to have the background blacked out and maybe use a shortcut toggle to "on / off" this if I really need to see the landscape.

This part of your file makes no sense to me (I don't write code, I just use the end product):

/bzb N - Set Window transparency to N (0 < N < = 1)

^^^ I have no idea how to use the above, how to type it in, nothing.

I will try the other task plug in and see how that works as well.
feant is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2012, 01:59 PM  
vxu
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
Re: Translation

Quote:
I just started to translate the software to german, so you can publish a version for the german client when Im through.
awesome. waiting on a german version!!!
vxu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2012, 12:02 AM  
ralphtro
The Wary

Forum posts: 1
File comments: 9
Uploads: 0
Update 6 fix

Sortpack, Daily Tasks and Busy bee all deal with items, and all seem to be broken.

Once I hardcode Turbine.Gameplay.ItemCategory.Misc as 207, everything works again

Ralph
ralphtro is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2012, 01:52 AM  
Atlan67
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Re: Update 6 fix

Hi Ralph,

could you explain it a little more into detail, how did you solve the problem?

Thanks in advance,
Ruediger

Sortpack, Daily Tasks and Busy bee all deal with items, and all seem to be broken.

Once I hardcode Turbine.Gameplay.ItemCategory.Misc as 207, everything works again

Ralph
Atlan67 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2012, 04:37 AM  
Holand
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Please Fix for Update 6

Please could you make a fix for Busy Bee? It seems Turbine changed item category for task items, so Busy Buy items won't update. Thank you!

Last edited by Holand : 03-13-2012 at 04:38 AM.
Holand is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-14-2012, 09:29 AM  
Zarhawk
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Temporary fix to BusyBee

With Update 6, Turbine changed a value that BusyBee relies on. To temporarily fix v1.3.3, do this:

Open the folder where you have BusyBee installed.

Use NOTEPAD to open the file BusyBeeWindow.lua

Search for the line:
local TurbineTaskCategory = Turbine.Gameplay.ItemCategory.Misc;
Change this line to be:
local TurbineTaskCategory = 207;
Save, then restart your LotRO client.
Zarhawk is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2012, 01:52 PM  
Ricfold
The Wary
 
Ricfold's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Da Risatara sich nicht auskäst hab ich schnell das AddOn Übersetzt. Es sind bestimmt noch einige Fehler drin, aber ihr könnt mir hier einfach eine PN senden und bescheid geben, wenn ihr welche bemerkt.

Hier ist die übersetzte Datei "BusyBeeTasks.lua":
https://docs.google.com/open?id=0B0J...M5S3RRUzgzd w
Einfach selbige ersetzen.

Anschließend müsst ihr noch die Datei "BusyBeeWindow.lua" öffnen und die Zeile
item.fullname = item.prefix .. " " .. item.name; (Zeile 264)
suchen und das Leerzeichen zwischen den " entfernen.

Hoffe ich hab nix vergessen. Wenn dann PN an mich.

Update 25.03.:
Ein paar Übersetzungsfehler ausgemerzt.

Update 28.04.:
Noch ein paar Fehler gefunden.

Ich benutze für ebenfalls den Vindar Patch so das meine Busy Bee version etwas abweicht. Wer Probleme hat kann meine Version komplett + den vindar Patch hier runterladen:
https://docs.google.com/open?id=0B0J...mx6czV2X1JaLVE

Last edited by Ricfold : 04-28-2012 at 07:16 AM.
Ricfold is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2012, 02:21 AM  
SportsGuy
The Wary

Forum posts: 0
File comments: 23
Uploads: 0
I'd like to be able to sort by more than just MY level. If I've got a mule with task items saved (but not at the same level as the character that will be using the task items), it's too difficult to be able to see the items, especially with the transparency of the window.

I'd like to be able to have a completely opaque window at all times in that case. Sorting by level might be a nice addition (to the alphabetical, task board, and rep sorts) to either the NEXT or All Lvl tabs.

Also, some of the items might be out of date. I do not know from where you are able to pull your data, but if it's the lorebook or wiki, those are not current. If it's directly from the game, then I'll take my issue up with Turbine (as their code needs updating). If it's manual input, then WOW...sorry and thanks for that hard work. Perhaps some people can help point out corrections. I've been too frustrated riding out to remote/through dangerous areas to turn in tasks only to find out there isn't anything available while some of my plugins say one can be found there. It's not necessarily your fault, but I do rely heavily on both your plugin and on the Daily Tasks one.

Any observations I've made have been recent, but not since the 6.01 update last week (March 21st, 2012)

Last edited by SportsGuy : 03-27-2012 at 02:26 AM.
SportsGuy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-06-2012, 11:13 PM  
matheteis
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Re: Temporary fix to BusyBee

Quote:
With Update 6, Turbine changed a value that BusyBee relies on. To temporarily fix v1.3.3, do this:

Open the folder where you have BusyBee installed.

Use NOTEPAD to open the file BusyBeeWindow.lua

Search for the line:
local TurbineTaskCategory = Turbine.Gameplay.ItemCategory.Misc;
Change this line to be:
local TurbineTaskCategory = 207;
Save, then restart your LotRO client.
Excellent plugin.

One question, will this temp fix correct the problem of busy bee not showing how much of each item is in your inventory?

Thanks!
matheteis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-06-2012, 11:24 PM  
matheteis
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Ok, I should have done it first, THEN asked the question.

Great job with this plugin. It helps LOTS!
matheteis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2012, 04:57 AM  
thoronlin
The Wary

Forum posts: 3
File comments: 2
Uploads: 0
Thanks for the great plugin.

I found one error: BusyBee says that Great Scales can be handed in at Hrimbarg between levels 45 and 49, but my lvl 46 LM does not get offered Great Scales in Hrimbarg. I can upload a screen shot if you need proof :-).
thoronlin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-27-2012, 12:39 AM  
kevin98055
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Need with BusyBee error

I'm getting an error when I try and run BusyBee. Please help!

Error:
...nline\Plugins\BoskoPlugins\BusyBee\BusyBeeWindo w.lua:12: Unable to resolve package "Turbine.UI.Extensions".
...e Rings Online\Plugins\BoskoPlugins\BusyBee\Main.lua:11: Failed to import package "BoskoPlugins.BusyBee.BusyBeeWindow".
Unable to load "BusyBee"

Installation:
- Extracted BusyBee.1.3.3.zip into \My Documents\The Lord of the Rings Online\Plugins\
- Edited BusyBeeWindow.lua file per Zarhawk's post on 3/14/12
- I also extracted Turbine's Lua UI scripting file (http://content.turbine.com/sites/lot..._LuaPlugins.7z) into \My Documents\The Lord of the Rings Online\
kevin98055 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2012, 11:30 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Bosko,

I changed Plugin Compendium to point at another author's patch for Busy Bee. If you update Busy Bee in the future just let me know via PM and I can point it back. Thanks.

Last edited by lunarwtr : 05-29-2012 at 11:30 AM.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 12:38 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui