lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces

Category: Outdated LotRO InterfacesChallenge Tracker
Interface Information
Download
How do I install this? (FAQ)
Name: Challenge Tracker   Popular!
Author:
Date: 09-20-2012 10:11 PM
Size: 9.23 Kb
Version: 1.1.2b
Rate File: 3 out of 5 with 2 votes  
Patch & Add-on List
File Name
Version
Size
Author
Date
Type
1.2.0
14.15 Kb
12-19-2012 12:48 PM
Patch
1.1.2.wb1
9.75 Kb
10-24-2012 12:04 PM
Patch
Pictures
Click to enlarge 

Views: 0
Size: 20.16 Kb
Dimensions: 495 x 493
 
Click to enlarge 

Views: 0
Size: 24.09 Kb
Dimensions: 397 x 393
 
Click to enlarge 

Views: 0
Size: 49.03 Kb
Dimensions: 494 x 488
 
Description
Changes in 1.1.1:

-Added a priority system. Challenges can be promoted to display more prominently or demoted and grayed out. The correct aggregations will be shown in the category headings in the instances tab.

Use cases:
I've created a limlight dailies challenge, but I am already kindred with a character. I can demote that challenge for that character to gray it out.

I'm after a certain bracelet that only drops in moria raid skirmishes. I can promote the moria raid skirmishes on the appropriate character to see which challenges are the most important to me.

Unfortunately, this version is incompatible with the previous version, so any entered data will be wiped.

----------------------------------------

This plugin:

1) Allows the player to see what locks/challenges are available to all characters on the account on the server.
2) Automatically marks challenges in skirmish raids and fellowships. Automatic marking in raids is not available at this time.
3) Automatically resets locks on a schedule.
4) Allows the player to set up new challenges with associated locks (that could possibly be marked automatically).

Instructions:

I mix up the terms instance and challenge all the time. To be more clear, there can be multiple challenges within an instance, and challenges can exist outside of instances like limlight dailes or a custom crafted relics task.

Starting Up
To view information for multiple characters on the same account, make this plugin automatically start during loading for each of your characters, and log into each of your characters. This plugin will not have the correct challenges marked until the next reset, so if you wish, you can manually mark what you have already completed.

Instances Tab
On the "instances" tab, a player's name will be displayed at the top. All information in this tab reflects the status of that player. All challenges are categorized into 4 different categories: raids, skirmishes, fellowship, and other. To the right of the category headings, the plugin will left you know how many challenges in that category are still available. If you click on a category, it will expand to show you the set of challenges within that category. Each challenge will have a label displaying "available" if the challenge is not on cooldown, or a time showing the time until the next reset. If you single click a challenge, it will become selected and turn yellow. If you double click a challenge, you will bring up the associated "players" tab for that challenge.

Players Tab
On the "players" tab, an instance name will be displayed at the top, signifying that all information on the tab relates to that instance. Underneath is a list of all the players on the account. As with the "instances" tab, the availability of the corresponding player to complete the instance will be displayed. As before, a single click selects a player, and a double click brings up the "instances" tab for that player.

Marking Challenges
Some challenges cannot be automatically marked when completed such as raid locks or perhaps a custom challenge like daily crafted relic crafting. In these cases, you will need to manually mark challenges as completed, or unmark them if a mistake has been made. To do this, first select an instance in the instances tab or a player in the players tab. Next, hit the "mark" button to toggle the status of the challenge.

Adding Challenges
You can manually add challenges to the list. I'll walk through adding a limlight gorge quest to the list. First, hit the "add instance" button. A new window will pop up which will allow you to configure the challenge. First, you must enter a name, say "Keeping Them at Bay". Next, you can specify a category for the challenge; "other" might be the best category for this. The "Keywords" field accepts a comma-seperated list of phrases, which must all be matched in a "Completed:......." message for the quest to be automatically marked. Be careful about special characters. If no "Completed:......." message will appear, leave this blank. You will need to manually mark these challenges. Let's use the keywords: "Keeping,Them,Bay". Since this quest resets daily, we can check off all the days at the lower left. Next, as the quest resets at 3am, we enter "3" into the time field. Finally, we can hit the "save" button to commit our changes.

Edit Challenges
If you (or I with the pre-seeded challenges) have made a mistake in configuring a challenge, either select the challenge in the instances tab or go to the players tab for that challenge. Next, hit "edit instance". You will receive the same pre-filled screen as for adding challenges.

Remove Challenge
If you wish to remove a challenge, select the challenge or navigate to the players tab for that challenge and hit the remove instance button. Warning: there is no way to undo this operation.

Note: Timers and reset checks occur at startup, after any challenge is added/modified/deleted, or when you switch between "instance" and "player" tabs. Swap back and forth between these tabs to get the most updated information.

Type "/ct" to quickly hide/show the display.
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.1.2
8.99 Kb
ramble_onion2
09-20-2012 05:43 PM
File Statistics
User Rating:
3 out of 5 with 2 votes
Downloads: 6655
Views: 41181
Favorites: 6
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 12-09-2012, 07:48 PM  
tandytech
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Started getting the following error a few days again when trying to launch Challenge Tracker:

Code:
...e\Plugins\RambleOnion\ChallengeTracker2\Settings.lua:202: attempt to index local 't1' (a nil value)
Anyone else see this problem?
tandytech is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-07-2012, 04:38 AM  
ISO-B
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 2
Uploads: 1
There is small bug, which prevents plugin to start if you have done instance 7 days ago.

Line 155:
if((curDay - comDay > 7) or ((curDay - comDay == 7) and self:BeforeStrict(comDay,curDay))) then

Those Hilighted variables shoud be comDate and curDate.
Fixed line 155 is:
Code:
if((curDay - comDay > 7) or ((curDay - comDay == 7) and self:BeforeStrict(comDate,curDate))) then

Last edited by ISO-B : 12-07-2012 at 04:39 AM.
ISO-B is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-06-2012, 09:02 PM  
tandytech
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
Code:
...e\Plugins\RambleOnion\ChallengeTracker2\Settings.lua:5: attempt to call global 'class' (a nil value)
...gins\RambleOnion\ChallengeTracker2\TrackerWindow.lua:3: Failed to import package "RambleOnion.ChallengeTracker2.Settings".
...nline\Plugins\RambleOnion\ChallengeTracker2\Main.lua:7: Failed to import package "RambleOnion.ChallengeTracker2.TrackerWindow".
Same problem, I have removed all plugins, removed all plugin data and only installed the challenge tracker (didn't even update it to warbands) and still the same error.

I tried the betalua plugin suggested and still nothing. Could the two of you share exactly what you did to get it working? "Yay it works!" Doesn't help any body.
I've been using plugins/addons for over 10 years across multiple games with no problems such as this...

I'm assuming you downloaded and installed the following?:

Quote:
I figured out my problem. It turns out you need these scripts installed:

http://www.lotrointerface.com/downlo...sExamples.html

It would be good to note this and give detailed install instructions, since the path indicated in that link is not correct.
If so, which folders did you put them in? Make sure they are in the correct folder, that is probably your issue, it was mine until I realized they weren't in the correct folders.
tandytech is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-27-2012, 05:05 PM  
somethingsomething
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Code:
...e\Plugins\RambleOnion\ChallengeTracker2\Settings.lua:5: attempt to call global 'class' (a nil value)
...gins\RambleOnion\ChallengeTracker2\TrackerWindow.lua:3: Failed to import package "RambleOnion.ChallengeTracker2.Settings".
...nline\Plugins\RambleOnion\ChallengeTracker2\Main.lua:7: Failed to import package "RambleOnion.ChallengeTracker2.TrackerWindow".
Same problem, I have removed all plugins, removed all plugin data and only installed the challenge tracker (didn't even update it to warbands) and still the same error.

I tried the betalua plugin suggested and still nothing. Could the two of you share exactly what you did to get it working? "Yay it works!" Doesn't help any body.
I've been using plugins/addons for over 10 years across multiple games with no problems such as this...
somethingsomething is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-24-2012, 01:26 PM  
tandytech
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Finally got it working, great job on this plugin!
tandytech is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-20-2012, 03:03 PM  
tandytech
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
I figured out my problem. It turns out you need these scripts installed:

http://www.lotrointerface.com/downlo...sExamples.html

It would be good to note this and give detailed install instructions, since the path indicated in that link is not correct.
I tried this and it's still giving me the same errors. Can you tell me exactly what you did to get it working.

Last edited by tandytech : 11-22-2012 at 11:56 AM.
tandytech is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-16-2012, 10:10 AM  
joeblow8579
The Wary

Forum posts: 0
File comments: 11
Uploads: 0
I figured out my problem. It turns out you need these scripts installed:

http://www.lotrointerface.com/downlo...sExamples.html

It would be good to note this and give detailed install instructions, since the path indicated in that link is not correct.
joeblow8579 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-15-2012, 12:31 PM  
Moeba
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Love it! One of the greatest plugins of all time... thanks so much!

Would be 120% if there was an ability to sort/order items
Moeba is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2012, 08:22 PM  
aens
The Wary

Forum posts: 2
File comments: 10
Uploads: 0
Nice work with the plugin! I really like it now as you don't have to mark anything manually

Requests for future development:
- make it show all of your characters progression so you don't have to log to check if they have locks to raid etc.
- add an option to run the plugin minimized on startup (or even make it default)

Last edited by aens : 11-11-2012 at 09:01 AM.
aens is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2012, 04:07 AM  
DeinoK
The Wary
 
DeinoK's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
Cheers mate. One quick question. Any clue why the /ct command is not working? Thanks in advance.



NVM I found out, there is another plugin called CTime which uses the same command. If your running both at same time /ct command only works in the other one.
DeinoK is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2012, 03:59 AM  
DeinoK
The Wary
 
DeinoK's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
Cheers mate. One quick question. Any clue why the /ct command is not working? Thanks in advance.
DeinoK is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-07-2012, 02:09 PM  
Eili
The Undying
 
Eili's Avatar
Interface Author - Click to view interfaces

Forum posts: 159
File comments: 177
Uploads: 13
Quote:
I'm not sure what you mean by the "Turbine Package". I have Daily Tasks, Combat Analysis, and Buffbars, all of which work flawlessly. They are the only plugins (aside from Challenge Tracker) that I have installed.
Sorry, tried to help but we seems to not find the problem. I dont use any of your plugins so unfortunatly you will have to wait until Ramble or someone more qualified than me can help you
Eili is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-07-2012, 10:01 AM  
joeblow8579
The Wary

Forum posts: 0
File comments: 11
Uploads: 0
I'm not sure what you mean by the "Turbine Package". I have Daily Tasks, Combat Analysis, and Buffbars, all of which work flawlessly. They are the only plugins (aside from Challenge Tracker) that I have installed.
joeblow8579 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-07-2012, 04:02 AM  
Eili
The Undying
 
Eili's Avatar
Interface Author - Click to view interfaces

Forum posts: 159
File comments: 177
Uploads: 13
Quote:
I tried exactly this.

-deleted the RambleOnion folder from /Plugins
-no settings file in \<Documents>\The Lord of the Rings Online\PluginData\<Accountname>\<Server>\AllCharac ters\
-copied the RambleOnion folder from this download to /Plugins
-copied the RambleOnion folder from the Warband add-on to the same location, overwriting files

I got these error messages:

Code:
...e\Plugins\RambleOnion\ChallengeTracker2\Settings.lua:5: attempt to call global 'class' (a nil value)
...gins\RambleOnion\ChallengeTracker2\TrackerWindow.lua:3: Failed to import package "RambleOnion.ChallengeTracker2.Settings".
...nline\Plugins\RambleOnion\ChallengeTracker2\Main.lua:7: Failed to import package "RambleOnion.ChallengeTracker2.TrackerWindow".
Any other ideas?
Yes but this is may be a silly question

Do you have the Turbine package installed in the plugins folder?
I know that as i use other plugins i have those package installed. May be this may the difference.
Eili is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-06-2012, 11:54 PM  
joeblow8579
The Wary

Forum posts: 0
File comments: 11
Uploads: 0
Quote:
I dont know if this can help you but here what i did and i can use this plugin now without any error

i download the original plugin, then the second one

Then i took all the files from the second folder and put them in the original, overwritting them.

At the end, i have only

C:\Documents and Settings\XXXX\Mes documents\The Lord of the Rings Online\Plugins\RambleOnion containing 1 folder ChallengeTracker and 1 file ChallengeTracker2.plugin.
I tried exactly this.

-deleted the RambleOnion folder from /Plugins
-no settings file in \<Documents>\The Lord of the Rings Online\PluginData\<Accountname>\<Server>\AllCharac ters\
-copied the RambleOnion folder from this download to /Plugins
-copied the RambleOnion folder from the Warband add-on to the same location, overwriting files

I got these error messages:

Code:
...e\Plugins\RambleOnion\ChallengeTracker2\Settings.lua:5: attempt to call global 'class' (a nil value)
...gins\RambleOnion\ChallengeTracker2\TrackerWindow.lua:3: Failed to import package "RambleOnion.ChallengeTracker2.Settings".
...nline\Plugins\RambleOnion\ChallengeTracker2\Main.lua:7: Failed to import package "RambleOnion.ChallengeTracker2.TrackerWindow".
Any other ideas?
joeblow8579 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 01:57 PM.


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