lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 03-30-2011, 05:06 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Exclamation Version 2.1

Here is the official release of the mob drop addition to DT. I've mentioned it for a while now and if you've been looking in DT_Data, you'll have seen the mob list gradually expanding with each update. While its far from complete, I've got all the command options implemented and enough mob data to make it useful. I'll continue to expand the mob list with periodic updates.

Be sure to check the ReadMe file for details on how to use the new /dtm command.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-29-2011, 10:50 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Re: Error on enable

Quote:
I get the following in my chat window when loading my plugins:

DT: Bad data for Stone-crawler Devourer, 0DAEC
You can ignore it. Its a data validation check for the new mob info I've been adding (but not yet documented). I'd fixed my copy and it will disappear with the next update.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-28-2011, 04:28 PM  
Firedancer
The Undefeated
 
Firedancer's Avatar

Forum posts: 7
File comments: 23
Uploads: 0
Error on enable

I get the following in my chat window when loading my plugins:

DT: Bad data for Stone-crawler Devourer, 0DAEC

Just thought you'd want to know. I deleted the plugin and settings, re-downloaded/re-installed (in case it was an upgrade problem), and it still occurred.
Firedancer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-24-2011, 11:27 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Version 1.9 (IMPORTANT UPDATE)

As promised, here's the rest of the changes for LOTRO update 2. I took a little extra time to verify the Evendim changes because they were a bit drastic:
- all the tasks below level 28 were removed from Oatbarton!
- 4 trophies no longer have any tasks associated with them!
- level ranges for tasks can be as high as 11 (Soft Skin)!
- the level 48 tasks at Annuminas have been replaced with 38s.

As Turbine has shown that they are going to continue with variable level ranges, I decided that I needed to revise the data structure to better support it. I also added support for variable item counts so that I wouldn't need to patch the main code with special cases ( it now displays an extra /# for exceptions).

I decided to add a name sort to location listings to make it easier locate items.

Note for translators: I've changed the encoding to UTF-8 to make it easier to use accented characters. Also location and item names are no longer used in the main script.

Last edited by Vinny : 03-24-2011 at 11:32 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-23-2011, 12:26 PM  
Droibo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Re: Re: Re: load error

Quote:
This error occurs when
Code:
import "Turbine.UI"
import "Turbine.UI.Lotro"
fails to define it.

Its puzzling that the plugin manager would cause this...

About the only thing that i can think of atm to try is deleting the Plugins\Turbine directory and re-loading it from the link I provide in the ReadMe file.
That was my problem, I still had the original turbine directory from when they launced the LUA scripting. When I replaced it with the turbine directory from the link in your readme that fixed it right up and it works perfectly now. Thanks for the super fast response! Who knows what else that fixed with the other 2 addons I use lol.
Droibo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-23-2011, 04:10 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Re: Re: Re: Re: load error

Quote:
... attempt to call global 'class' (a nil value)
This error occurs when
Code:
import "Turbine.UI"
import "Turbine.UI.Lotro"
fails to define it.

Its puzzling that the plugin manager would cause this...

About the only thing that i can think of atm to try is deleting the Plugins\Turbine directory and re-loading it from the link I provide in the ReadMe file.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2011, 05:01 PM  
Droibo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Re: load error

First off just wanted to say great job on this plugin, it is one of the most useful plugins out there that I use on all my characters.

I'm also having issues using the Plugin Manager as well (at first I thought it was because I was running an older version of the plugin manager (0.1), but then I just now updated to 0.4 and still get the following 2 error messages:

DT: Daily Task settings loaded.

...gs Online\Plugins\MyPlugins\DailyTasks\DT_Window.lua: 18: attempt to call global 'class' (a nil value)

...ings Online\Plugins\MyPlugins\DailyTasks\DT_Main.lua:35 : Failed to import package "MyPlugins.DailyTasks.DT_Window".


Not sure if it matters but the only other 2 plugins I use are BuffBars and CJTome.

Also if I manually load it it loads up just fine.
Droibo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2011, 04:57 PM  
Droibo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: load error

First off just wanted to say great job on this plugin, it is one of the most useful plugins out there that I use on all my characters.

I'm also having issues using the Plugin Manager as well (at first I thought it was because I was running an older version of the plugin manager (0.1), but then I just now updated to 0.4 and still get the following 2 error messages:

DT: Daily Task settings loaded.

...gs Online\Plugins\MyPlugins\DailyTasks\DT_Window.lua: 18: attempt to call global 'class' (a nil value)

...ings Online\Plugins\MyPlugins\DailyTasks\DT_Main.lua:35 : Failed to import package "MyPlugins.DailyTasks.DT_Window".


Not sure if it matters but the only other 2 plugins I use are BuffBars and CJTome.

Last edited by Droibo : 03-22-2011 at 04:59 PM.
Droibo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2011, 03:03 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Exclamation Version 1.8.8 (IMPORTANT UPDATE)

Ok, here are most of the changes made with the lOTRO update 2, but I know that it still includes some items that were removed. I was hoping to post this update sooner, but there were a lot more changes than I expected. I decided to error on the side of caution, adding new tasks that I know are now there, but not deleting any until I can really be sure that they don't show up at all.

So consider this the first pass at implementing the changes. I'll be making a 2nd pass after I've taken the time to double-check on removed tasks. If needed, I may make a 3rd pass based on user reports. To do this in a timely manner, I'll need help from the users reporting any inconsistencies between what DT displays and what is seen on the boards. Please include your user level in your reports.

Here are the main changes that I've found:
1) Shire tasks now give Mathom Society reputation.
2) Corrected the name "Broken Wooden Hatchets" in Bree.
3) Renamed the Bree version of "Decrepit Finger Bone".
4) Added 3 new tasks in Oatbarton and may have removed up to 7.
5) Added 3 new tasks in Tinnudir and may have removed up to 5.
6) Both Oatbarton and Tinnudir now have multiple duplicate tasks.
7) A few counts and levels were changed.

Only the first 3 were clearly mentioned in the update notes. Due to "6)", I expect that there will be further changes in Evendim tasks. I've noticed that "3)" may still not display properly in your bag if you have some old ones, but DT will list them correctly and the task recognizes them.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-21-2011, 12:55 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Exclamation LOTRO update 2 changes

While checking on the game changes with today's update, I discovered that there are undocumented changes to some of the task boards (in particular, I found 3 new tasks at Oatbarton and some duplicates too).

I was planning on posting an update to DT for the documented task changes as soon as I verified them, but now I'm going to make some more checks on other boards first. I won't delay it until I've checked all boards as this would delay a few important changes too long, but I'll try to include several by the end of the day.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-21-2011, 12:48 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Re: load error

Quote:
First off, great plugin. I use it every day.

I am having a problem though. When I use manager to load dailytasks, it won't load it, even when I reload from the menu. The good news is that it will load manually. There could be a pathing issue between the two plugins. If manager is expecting to find dailytasks in a different place it may not be able to load it. Another possible problem would be naming.

I had a problem installing it too. I think it had a conflict with the older versions. Once I deleted all of the older versions, and re-extracted it into the right folder, it worked fine.
I use "Plugin Manager" by Cearbhall (Shady) and it works fine with DT.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-20-2011, 02:41 PM  
Felgercarb
The Wary

Forum posts: 3
File comments: 3
Uploads: 0
load error

First off, great plugin. I use it every day.

I am having a problem though. When I use manager to load dailytasks, it won't load it, even when I reload from the menu. The good news is that it will load manually. There could be a pathing issue between the two plugins. If manager is expecting to find dailytasks in a different place it may not be able to load it. Another possible problem would be naming.

I had a problem installing it too. I think it had a conflict with the older versions. Once I deleted all of the older versions, and re-extracted it into the right folder, it worked fine.
Felgercarb is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-19-2011, 11:09 AM  
C4G
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Unable to resolve package

NVM, spelling error caused it. Heh...

Last edited by C4G : 03-19-2011 at 11:41 AM.
C4G is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-18-2011, 09:30 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Quote:
Heya, I have a problem when i click locations or any of the other "List" buttons except "List Items".
Oops, looks like I forgot to take out the call from the /dtl commands after I changed the save functionality. I'll post a corrected update.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-17-2011, 05:50 PM  
fortgeorge
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Heya, I have a problem when i click locations or any of the other "List" buttons except "List Items".

They give me these errors:

Locations: ...Online\Plugins\MyPlugins\DailyTasks\DT_Location s.lua:46: attempt to call global 'DT_SetSave' (a nil value)

Zones: ...Online\Plugins\MyPlugins\DailyTasks\DT_Location s.lua:18: attempt to call global 'DT_SetSave' (a nil value)

Rep Codes: ...Online\Plugins\MyPlugins\DailyTasks\DT_Location s.lua:69: attempt to call global 'DT_SetSave' (a nil value)

I on't see a DT_SetSave file in the zip at all, I followed the instructions and got the turbine extenstions as well. What am I doing wrong?
fortgeorge 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:56 AM.


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