CT_RaidTracker 1.16.13 Released luna_wotlk & death knight support
#31
Posted 12 December 2008 - 06:11 PM
Im using the "RiadTracker" addon INgame. It notes the classes, yet the importing with ctrt doesnt seem to notice them.
Other than that and more importaint.; When i import a string, everything that was looted is automaticly considered as one event and one raid.
Is there a way to have one raid and an event made for each boss? And is this my wow addon issue or the importers?
Ty
#32
Posted 15 December 2008 - 08:53 AM
Schmuxy, on Dec 13 2008, 03:11 AM, said:
Is there a way to have one raid and an event made for each boss? And is this my wow addon issue or the importers?
CTRT Import always converts it into one event. If you want to track each bosskill you need to use another importer.
#33
Posted 16 December 2008 - 04:34 PM
But from what I can tell, the people that are having Race/Class issues are most likely due to an incorrect value in the database.
I appear to have fixed the particular issue at least in testing so far, by changing the table "classes" in the eqdkp database, your prefix will most likely be eqdkp_ before the table. Changing the max levels to 80, then allowed CTRT to correctly parse the information. Basically it checks the information like classes against this table, but when the level did not match it reverted it to an unknown class.
Simulation raids have worked for me so far, where I set CTRT to just simulate what would happen if I imported a raid. I will have an actual raid to test it on sometime this week.
As always, before changing any values in your database or in CTRT files, please make sure to back up everything incase something else breaks. You will at least be able to revert back to how it was before if this does not work for you.
#34
Posted 16 December 2008 - 10:14 PM
gedo, on Nov 19 2008, 04:42 AM, said:
I'm having fatal errors on install & uninstall. It seems that a SQL table doesn't seem to exist ...
On the ctrt plugin installation:
Notice: Undefined property: Session::$lang_name in /homepages/28/d217627136/htdocs/raids/includes/eqdkp_plugins.php on line 517 Notice: Undefined index: l_action_ctrt_config_updated in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 42 Notice: Undefined index: l_action_ctrt_alias_added in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 43 Notice: Undefined index: l_action_ctrt_alias_updated in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 44 Notice: Undefined index: l_action_ctrt_alias_deleted in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 45 Notice: Use of undefined constant ITEMS_TABLE - assumed 'ITEMS_TABLE' in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 110 Notice: Use of undefined constant ITEMS_TABLE - assumed 'ITEMS_TABLE' in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 149 SQL ERROR Query: ALTER TABLE `ITEMS_TABLE` ADD `item_ctrt_wowitemid` INT(10) UNSIGNED NULL; Message: Table 'db219134268.ITEMS_TABLE' doesn't exist Code: 1146
On the uninstallation:
Notice: Undefined property: Session::$lang_name in /homepages/28/d217627136/htdocs/raids/includes/eqdkp_plugins.php on line 517 Notice: Undefined index: l_action_ctrt_config_updated in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 42 Notice: Undefined index: l_action_ctrt_alias_added in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 43 Notice: Undefined index: l_action_ctrt_alias_updated in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 44 Notice: Undefined index: l_action_ctrt_alias_deleted in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 45 Notice: Undefined index: ctrt_adminmenu_title in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 194 Notice: Undefined index: ctrt_adminmenu_config in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 196 Notice: Undefined index: import_ctrt_data in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 199 Notice: Undefined index: import_ctrt_data in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 208 Notice: Use of undefined constant ITEMS_TABLE - assumed 'ITEMS_TABLE' in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 110 Notice: Use of undefined constant ITEMS_TABLE - assumed 'ITEMS_TABLE' in /homepages/28/d217627136/htdocs/raids/plugins/ctrt/ctrt_plugin_class.php on line 149 SQL ERROR Query: ALTER TABLE `ITEMS_TABLE` DROP `item_ctrt_wowitemid`; Message: Table 'db21
Furthermore, when the ctrt plugin is installed, its menu doesn't appears in the left Admin menu. The cells are present, but empty whithout any html links pointing on the ctrt plugin pages (string import etc ...)
Hope it'll helps
Gedo
Anyone know how to resolve this? I have the same problem.
#35
Posted 18 December 2008 - 01:36 PM
Dekar, on Dec 17 2008, 01:34 AM, said:
But from what I can tell, the people that are having Race/Class issues are most likely due to an incorrect value in the database.
I appear to have fixed the particular issue at least in testing so far, by changing the table "classes" in the eqdkp database, your prefix will most likely be eqdkp_ before the table. Changing the max levels to 80, then allowed CTRT to correctly parse the information. Basically it checks the information like classes against this table, but when the level did not match it reverted it to an unknown class.
Simulation raids have worked for me so far, where I set CTRT to just simulate what would happen if I imported a raid. I will have an actual raid to test it on sometime this week.
As always, before changing any values in your database or in CTRT files, please make sure to back up everything incase something else breaks. You will at least be able to revert back to how it was before if this does not work for you.
Thanks for the reply, i'll test this. I have run into the same issue as a few other posted about here. If we have a raid where we cleared a lot and had lots of drops (50+) our raid comes out with 100+ keys in the export string. The import returns "The string is not valid...."
You got any clue why this happens?
Tried deleting some loot to reduce the numbers of keys in the log, which fixed it immediately!
#36
Posted 18 December 2008 - 01:51 PM
#37
Posted 18 December 2008 - 03:52 PM
Scain, on Dec 18 2008, 05:51 PM, said:
Cool.
I added DeathKnights to the class table, following the numbering sequence of the other entries and it will track it.
As far as it timing out with very large raids, not entirely sure as I track each boss as individual raids/strings. It might just be too large and it is timing out either during the parsing or upload phase on the server.
#38
Posted 18 December 2008 - 04:48 PM
Dekar, on Dec 19 2008, 12:52 AM, said:
I added DeathKnights to the class table, following the numbering sequence of the other entries and it will track it.
As far as it timing out with very large raids, not entirely sure as I track each boss as individual raids/strings. It might just be too large and it is timing out either during the parsing or upload phase on the server.
Did the same with the Death Knights but couldn't get it to work. Now i updated EQDKP to 1.4.0 B1 which seems to run pretty well, the new 1.17.0 B2 Raidtracker_import which should support it just doesn't seem to work with it at all.. Hoping for LoginFive to answer on that.
#39
Posted 19 December 2008 - 05:27 AM
Scain, on Dec 18 2008, 08:48 PM, said:
When I inserted it into the table manually, I couldn't use a space, I had to leave it just DeathKnight all one word. With the space it would still show as unknown.
I will most likely be trying the beta versions soon, but I will be using it on a test website till we get an official release.
#40
Posted 20 December 2008 - 09:42 AM
Dekar, on Dec 19 2008, 02:27 PM, said:
I will most likely be trying the beta versions soon, but I will be using it on a test website till we get an official release.
The raidtracker doesn't work for the Beta Version - though the developer says there's no problems. Having the same issues as people are posting above. Now i installed everything, whole EQDKP on clean database and stuff, getting this error:
Notice: Undefined property: Session::$lang_name in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/includes/eqdkp_plugins.php on line 517 Notice: Undefined index: action_ctrt_config_updated in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 46 Notice: Undefined index: action_ctrt_alias_added in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 47 Notice: Undefined index: action_ctrt_alias_updated in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 48 Notice: Undefined index: action_ctrt_alias_deleted in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 49 Notice: Undefined property: Session::$lang_name in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/includes/eqdkp_plugins.php on line 517 Notice: Undefined index: action_ctrt_config_updated in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 46 Notice: Undefined index: action_ctrt_alias_added in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 47 Notice: Undefined index: action_ctrt_alias_updated in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 48 Notice: Undefined index: action_ctrt_alias_deleted in /hsphere/local/home/aerobyte/er-insomnia.net/dkp/plugins/ctrt/ctrt_plugin_class.php on line 49
#41
Posted 20 December 2008 - 10:14 AM
http://code.google.c...r...id=12&can=1
For some reason they haven't updated the BETA version available since may.
I got my raidtracker working now after browsing all the revisions of EQDKP to find the changes and apply those needed manually.
#42
Posted 21 December 2008 - 04:08 PM
Anyway it's working.
Something even more weird to come though. Then i went to add Death Knights to my leaderboard. I had to add a an extra array using clean class names (without spaces or anything) to use with the block vars (as they cant contain spaces) and i just couldn't get those god damn Death Knights to show up on my leaderboard though everything should be right.
Then i changed the max limit of people to show from each class and suddenly all my Death Knights popped up... AFTER TRYING EVERYTHING FOR 2 HOURS TO FIX IT! Then i changed it back to the old maximum (of 4) and Death Knights was still working..... i have no clue what happened? can anyone explain that?
Anyway, it's working. Just need to fix class colors now. Live example can be found at:
http://www.er-insomnia.net/dkp
I will happy share the files i changed to get these things working if anyone is interested.
Scainieeeee the happy cow is heading to bed now!


Sign In
Register
Help
Back to top
MultiQuote