lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 12-29-2010, 04:28 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
"Impossible (Currently!) feature request;

Status update when a new item enters your inventory."
-----------------
Actually, this is possible with the ItemAdded event for the backpack and I've been experimenting with it. However, the event is not reliable, so neither are the generated notifications.

I'm going to leave the code in as an optional feature with the caveat that it won't work right sometimes.

Last edited by Vinny : 12-29-2010 at 04:29 AM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 01:02 PM  
Valdacil
The Undying
 
Valdacil's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 138
Uploads: 2
When you get a chance could you add the version notes to the plugin description page above? Really no reason not to just put the entire contents of the readme here too. Would be a lot easier than digging around the My Documents directory for the readme file to look up the various commands. You might also consider coding in a /dt help command that outputs a list of valid commands for use with /dt.
Valdacil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 06:08 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
I would recommend that you change MyPlugins to something like VinnyPlugins to avoid possible future naming conflicts. Most(all?) of the plugin authors use a similar naming scheme.

Also it is easier on users if you distribute the plugin with the VinnyPlugins folder in the zip file. Some users have trouble just unzipping the one folder into the correct place. Adding another layer on top of that where they have to create a folder and then unzip to that folder adds unnecessary complexity.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 07:51 PM  
hagermanj
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
I love this idea, but I am having trouble loading this plugin. I have done everything that the readme files says. It finds the files but it comes up with the following error: 'unable to resolve package "MyPlugins.DailyTasks.DT_main" unable to load DailyTasks' I don't know of anything I did wrong. The directory is as follows "C:\Documents and Settings\Owner\My Documents\The Lord of the Rings Online\Plugins\My Plugins\DailyTasks" . I also have the Turbine folder installed from previous plugins already. I am running Windows XP.

Any help would be appreciated.
hagermanj is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 07:53 PM  
MrJackdaw
The Undying
 
MrJackdaw's Avatar
Interface Author - Click to view interfaces

Forum posts: 249
File comments: 422
Uploads: 19
Change...

"C:\Documents and Settings\Owner\My Documents\The Lord of the Rings Online\Plugins\My Plugins\DailyTasks"

To...

"C:\Documents and Settings\Owner\My Documents\The Lord of the Rings Online\Plugins\MyPlugins\DailyTasks"

And it should work just fine!
MrJackdaw is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 08:00 PM  
hagermanj
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
Thanks for the reply, I will try it out. You may want to change the readme file then. there is a space between "My Plugins" to read "MyPlugins"
hagermanj is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 08:08 PM  
MrJackdaw
The Undying
 
MrJackdaw's Avatar
Interface Author - Click to view interfaces

Forum posts: 249
File comments: 422
Uploads: 19
Quote:
Thanks for the reply, I will try it out. You may want to change the readme file then. there is a space between "My Plugins" to read "MyPlugins"
I think Vinny has in the latest version...
MrJackdaw is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2010, 10:23 PM  
Sasco
The Wary
 
Sasco's Avatar

Forum posts: 2
File comments: 11
Uploads: 0
Thanks for this mod, great stuff, especially adding the rep info
Sasco is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-31-2010, 09:09 PM  
hagermanj
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
I think I found one small error in the listing that you do:

DT: 16/15 [Fine Fur], 33-37 @ Ost Forod(--), 33-37 @ Tinnudir(WA), 33-37 @ Thorenhad(ER)

In the above example you give the lvl range 33-37 that is five lvls not four.

Great plugin use it all the time. Keep up the good work.
hagermanj is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-01-2011, 12:37 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
"I think I found one small error in the listing that you do:

DT: 16/15 [Fine Fur], 33-37 @ Ost Forod(--), 33-37 @ Tinnudir(WA), 33-37 @ Thorenhad(ER)

In the above example you give the lvl range 33-37 that is five lvls not four.

Great plugin use it all the time. Keep up the good work."
------------------
The Turbine documentation for tasks says that you are able to do tasks that are up to 4 levels below you, so I've coded it to list all ranges to include 5 levels. I think this one case is a bug on Turbine's part and I reported it to them.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2011, 06:43 AM  
MrsAngelD
The Wary
 
MrsAngelD's Avatar

Forum posts: 4
File comments: 35
Uploads: 0
I love the idea of this, but currently there are just way too many commands to memorize them. Is there anyway you could create a tool bar for the addon which will give descriptions of the commands so you can click & decide which one you want to use?

Just a thought and some feedback,
Angel
MrsAngelD is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2011, 12:13 PM  
matziq
The Unscathed

Forum posts: 15
File comments: 66
Uploads: 0
You may have already fixed this but in Hrimbarg your tool didn't recognize the Monstrous Worm Scales even though there was a task for them.

I'll check tonight if that was fixed.
matziq is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2011, 12:14 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Version 1.2

I've uploaded version 1.2 of Daily Tasks, which adds a help command and a command to toggle tracking of new trophy items. There are also minor corrections (see update list for details).

When I get window support added, it will take care of needing to remember most of the commands.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2011, 04:59 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Patch for added trophy

Quote:
You may have already fixed this but in Hrimbarg your tool didn't recognize the Monstrous Worm Scales even though there was a task for them.

I'll check tonight if that was fixed.
You just missed telling me in time for the latest update. I've added it in for the next update (maybe next week). If you want to update your copy, in the file DT_Data.lua at line 72, insert the follow lines of data:
Code:
	["0DB29"] = {
		["L"] = { ["Hrimbarg"] = 46 },
		["C"] = 15,
		["N"] = "Monstrous Scale" },
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-06-2011, 09:09 AM  
matziq
The Unscathed

Forum posts: 15
File comments: 66
Uploads: 0
Your code fixed the Giant Scale issue. Thanks!

I did notice the latest zip you uploaded does not contain the actual plugin...just the data files. So, any newbies will be lost if they've never used it before.

Thanks for all your work on this!
matziq 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 09:17 AM.


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