lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 01-25-2012, 05:33 PM  
Daimonicon
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Self added data and data already in database can't compare ?

is it correct that the data i added be my self can't be compare with that one already in Tulkas-Database. The ingame error report looks like:

...ings
Online\Plugins\GaluhadPlugins\Tulkas\Builds.lua:74 8: attempt to perform arithmetic on local 'd' (a string value)

is it helpful when i added data from the german client or better the same items in translatet stat ? Or is their a better way to help translating the database ?

Otherwise is it useful to add Items that need Repution only by his Data without repution reference ?

Last edited by Daimonicon : 01-25-2012 at 05:34 PM.
Daimonicon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-23-2012, 03:54 PM  
Wazer95
The Wary

Forum posts: 2
File comments: 3
Uploads: 0
Wow! quite a handy tool you've made for us here! I was wondering if/begging for you to make a mini-icon button. I like having my extremely usefull plugins located on my mini-map's border and this definately fits under the "extremely useful" category, alongside MoorMaps and Compendium.

Thanks for reading, I hope you take my suggestion/plea into serious thought


PS would it also be possible to add a command to hide the window? thanks


EDIT, i made these "mini-icons" for u to use if ud like. Its border is based off the JRR UI, but it took me a while to get right, and I think it looks awesome.
Link to RAR'd set of TGA "mini-icons"

Last edited by Wazer95 : 01-25-2012 at 02:53 PM.
Wazer95 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-22-2012, 12:22 PM  
Tshakaar
The Wary
 
Tshakaar's Avatar

Forum posts: 1
File comments: 42
Uploads: 0
Yes i added it myself, since i didn't find how to edit items from database
So, if i update an item i created with an accent, the accent goes weird.
Tshakaar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-21-2012, 04:02 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
Loving this plugin! Great, great work.

One quick question I have - how are people entering items that have no "level" associated? Should there be an option to select "No level", perhaps?

One other quick note - is there a way to add DPS to the comparison list? I was comparing bows and noticed that there doesn't appear to be a way to see the DPS change once you click compare... Would be a nice to have.

I'll be exporting as many items as I have that don't appear in the database.

Thanks much!
Thanks

With items that have no level, just enter level 1 as the min for now. I'll maybe add the option into the next update.

Last edited by Galuhad : 01-21-2012 at 06:41 PM.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-21-2012, 02:41 PM  
Riker
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Loving this plugin! Great, great work.

One quick question I have - how are people entering items that have no "level" associated? Should there be an option to select "No level", perhaps?

One other quick note - is there a way to add DPS to the comparison list? I was comparing bows and noticed that there doesn't appear to be a way to see the DPS change once you click compare... Would be a nice to have.

I'll be exporting as many items as I have that don't appear in the database.

Thanks much!

Last edited by Riker : 01-21-2012 at 03:03 PM.
Riker is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-21-2012, 11:54 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
Code:
{["Name"]="Cúmaeth";["Level"]=1;["ItemLevel"]=1;["Slot"]="Ranged Weapon";["SubSlot"]="Bow";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["All Skill Inductions"]=10;["Critical Rating"]=504;["Physical Mitigation"]=1135;["Damage"]={["TypeDMG"]="Beleriand";["MaxDMG"]=193;["MinDMG"]=106;["DPS"]=67.9;};};};
{["Name"]="Excellent Resilient Dunlending Ring";["Level"]=70;["ItemLevel"]=70;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=51;["Vitality"]=41;["Might"]=26;["Maximum Morale"]=253;["Finesse Rating"]=350;};};
But one bug to report, if i modify the item Cúmaeth, the accent is not kee, it becomes C�maeth.
Also, i didn't find how to input negative valour. Cause the skill induction, it's -10, not 10.

To finish, no way to use the Compendium database?
Hi,
Are these items you've added yourself or from the main database? The accent in the word should show up correctly, but most likely is something to do with the UTF8 encoding which I will look into. Where exactly are you seeing C�maeth?

Edit: I had a look at the code for the 'All Skill Inductions' - it seems there's a typo in the search string which prevents it from displaying correctly. This is fixed for the next update. The plugin doesn't allow you to enter the value as a negative number because it's meant to know that it should be a negative number.

Last edited by Galuhad : 01-21-2012 at 01:56 PM.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-21-2012, 10:08 AM  
Tshakaar
The Wary
 
Tshakaar's Avatar

Forum posts: 1
File comments: 42
Uploads: 0
Code:
{["Name"]="Cúmaeth";["Level"]=1;["ItemLevel"]=1;["Slot"]="Ranged Weapon";["SubSlot"]="Bow";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["All Skill Inductions"]=10;["Critical Rating"]=504;["Physical Mitigation"]=1135;["Damage"]={["TypeDMG"]="Beleriand";["MaxDMG"]=193;["MinDMG"]=106;["DPS"]=67.9;};};};
{["Name"]="Excellent Resilient Dunlending Ring";["Level"]=70;["ItemLevel"]=70;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=51;["Vitality"]=41;["Might"]=26;["Maximum Morale"]=253;["Finesse Rating"]=350;};};
But one bug to report, if i modify the item Cúmaeth, the accent is not kee, it becomes C�maeth.
Also, i didn't find how to input negative valour. Cause the skill induction, it's -10, not 10.

To finish, no way to use the Compendium database?
Tshakaar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-18-2012, 09:23 PM  
Fin
The Wary

Forum posts: 2
File comments: 5
Uploads: 0
Hi there,
Unfortunately the Lorebook API doesn't give that kind of information when pulling the item data, I have included in the next build a 'Wishlist' where you can add items you want to get and make notes (e.g. where to get them from).. but you'll still have to work those out for yourself

Sounds good! I have such wishlist in every bio of my 75 toons
Fin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-18-2012, 08:38 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
One thing that would make this plugin the best of the best is, if it was possible to see where each item drops.

Just a small note to each item, name of skirmish campaign/craft/ToO/hele etc.
Hi there,
Unfortunately the Lorebook API doesn't give that kind of information when pulling the item data, I have included in the next build a 'Wishlist' where you can add items you want to get and make notes (e.g. where to get them from).. but you'll still have to work those out for yourself
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-18-2012, 10:34 AM  
Fin
The Wary

Forum posts: 2
File comments: 5
Uploads: 0
One thing that would make this plugin the best of the best is, if it was possible to see where each item drops.

Just a small note to each item, name of skirmish campaign/craft/ToO/hele etc.
Fin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-17-2012, 11:21 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
I am already knee-deep in the next build..
Features in development include:
  • Complete build comparison (saved on unload)
  • Update to the items database to include sets and set bonuses
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-16-2012, 12:41 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
Thanks for the update. Having that api for the Lorebook must have been a big help.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-15-2012, 08:32 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
New build uploaded..

Thanks to everyone who has submitted to me their items so far

Last edited by Galuhad : 01-16-2012 at 09:46 AM.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-14-2012, 08:53 AM  
Indy_UKCM
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
Last one for now .... enjoy

Code:
-- SHIELD --
["Skald's Bulwark"] = {["Level"]=75;["Slot"]="Shield";["SubSlot"]="Light";["Type"]="";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Fate"]=31;["Armour"]=837;["Vitality"]=92;["Critical Defence"]=664;["Tactical Mastery Rating"]=328;["Will"]=31;["in-Combat Power Regen"]=55.2;};};
Indy_UKCM is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-14-2012, 08:51 AM  
Indy_UKCM
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
Code:
-- HAND / LIGHT --
["Gloves of the Lady's Grace"] = {["Level"]=60;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Tactical Critical Multiplier"]=6;["Vitality"]=21;["Fate"]=21;["in-Combat Morale Regen"]=85.2;["Will"]=21;["Armour"]=328;};};
["Dirge-singer's Bracers"] = {["Level"]=75;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Critical Rating"]=328;["Armour"]=398;["Tactical Mastery Rating"]=328;["Will"]=122;["Maximum Morale"]=162;};};
["Gloves of the Mighty Verse"] = {["Level"]=60;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Tactical Critical Multiplier"]=6;["Vitality"]=21;["Fate"]=21;["Maximum Morale"]=190;["Will"]=21;["Armour"]=311;};};
["Padded Anganskald Gloves"] = {["Level"]=75;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Finesse Rating"]=996;["Vitality"]=31;["Tactical Mitigation"]=369;["Maximum Morale"]=162;["Tactical Mastery Rating"]=131;["Will"]=92;["Armour"]=379;};};
["Silver-voice Gloves"] = {["Level"]=65;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Tactical Critical Multiplier"]=6;["Fate"]=23;["Will"]=23;["Maximum Morale"]=218;["Armour"]=349;};};

-- LEG / LIGHT --
["Trousers of the Lady's Grace"] = {["Level"]=60;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Vitality"]=21;["Maximum Power"]=170;["Will"]=42;["in-Combat Morale Regen"]=85.2;["Armour"]=547;};};
["Silver-voice Leggings"] = {["Level"]=65;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Agility"]=23;["Armour"]=581;["Maximum Power"]=194;["Will"]=46;["Fate"]=23;};};
["Padded Anganskald Leggings"] = {["Level"]=75;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Armour"]=630;["Resistance Rating"]=196.8;["Maximum Power"]=142;["Tactical Mastery Rating"]=328;["Fate"]=92;["Vitality"]=49;};};
["Dirge-singer's Leggings"] = {["Level"]=75;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Armour"]=664;["Will"]=122;["Vitality"]=61;["in-Combat Power Regen"]=55.2;};};
["Trousers of the Mighty Verse"] = {["Level"]=60;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Armour"]=518;["Fate"]=21;["Maximum Power"]=170;["in-Combat Morale Regen"]=42.6;["Will"]=42;["Vitality"]=21;};};

-- FEET / LIGHT --
["Silver-voice Boots"] = {["Level"]=65;["Slot"]="Feet";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Vitality"]=46;["Maximum Power"]=194;["Armour"]=279;["Will"]=23;["Fate"]=23;};};
["Dirge-singer's Boots"] = {["Level"]=75;["Slot"]="Feet";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Armour"]=319;["Will"]=122;["Vitality"]=61;["in-Combat Power Regen"]=55.2;};};
["Shoes of the Mighty Verse"] = {["Level"]=58;["Slot"]="Feet";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Armour"]=241;["Fate"]=20;["non-Combat Morale Regen"]=185.4;["Maximum Power"]=158;["Will"]=20;["Vitality"]=40;};};
["Padded Anganskald Shoes"] = {["Level"]=75;["Slot"]="Feet";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Tactical Mitigation"]=665;["Fate"]=74;["Maximum Power"]=85;["Armour"]=302;["Vitality"]=92;};};
["Shoes of the Lady's Grace"] = {["Level"]=60;["Slot"]="Feet";["SubSlot"]="";["Type"]="Light";["Class"]="Minstrel";["Color"]="Teal";["Stats"] = {["Vitality"]=42;["Maximum Power"]=170;["Armour"]=263;["Will"]=21;["Fate"]=21;};};
Indy_UKCM 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 06:25 AM.


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