lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
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 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-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-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-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, 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 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 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 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 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 10-19-2011, 04:34 PM  
Fizzic
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
if you edit line 45 of the BusyBeeTasks.lua you can fix the hatchet issue.

it will look something like this when you are done

Code:
[36] = {id = 36, name = "Hatchet", prefix = "Broken", quantity = 15, lvlmin = 14, lvlmax = 18, sellvalue = 15, faction = "Men of Bree", zone = "Bree-Land", place = "Bree-Town", map = "30.3S, 51.2W", },

Last edited by Fizzic : 10-19-2011 at 04:34 PM.
Fizzic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-19-2011, 06:07 AM  
Slalom
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Will plug-in be updated for RoI?

{see title}
Slalom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-08-2011, 07:16 PM  
Simarillion
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Language support?

Hello, seems to be a very good little supporting interface.
But as I'am using the german client it seems not to work, caused by the missing translation. Are there plans for a german version?

thx a lot
Simarillion is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-08-2011, 06:56 PM  
Holand
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Update, please?

Your plugin is absolutely fabulous but it needs an update. I hope you'll find some time for maintenance. But big thanks anyway.
Holand is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2011, 01:02 AM  
TheShawnThomas
The Wary
 
TheShawnThomas's Avatar

Forum posts: 1
File comments: 4
Uploads: 0
broken hatchet

second the broken hachet. was selling them thinking they were junk but see they are a level 14 task in bree.
TheShawnThomas 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 08:51 AM.


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