lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 10-16-2012, 01:23 AM  
Rymanor
The Wary

Forum posts: 0
File comments: 16
Uploads: 0
Not as good as I had hoped...

I love the idea for this plugin, as I am always trying to figure out which items will give the biggest boost. The problem is so many of the items I either find or am wearing are not in the database. I find myself spending way too much time trying to add items.

For example, I loaded up the plugin, and tried to import the items I had equipped. However, only 4 of the times I had on were imported. I couldn't find the rest in the database, even though some were unique items.

Is there some list of items I could download? I just don't want to spend so much time entering info on items I find. It just takes for ever, and ruins the appeal of the plugin.

Am I right on this, or is there something blatant I am missing?
Rymanor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-08-2012, 09:32 PM  
Skaaz
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Code:
{["Name"]="Daerchar";["Level"]=40;["ItemLevel"]=40;["Slot"]="Ear";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Fate"]=24;["Vitality"]=12;["Might"]=12;["Will"]=12;};};
{["Name"]="Frideric's Thanks";["Level"]=1;["ItemLevel"]=1;["Slot"]="Neck";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Fate"]=10;["Vitality"]=10;["Will"]=10;};};
{["Name"]="Band Of The Brown Wizard";["Level"]=1;["ItemLevel"]=1;["Slot"]="Wrist";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Vitality"]=18;["Resistance Rating"]=198;};};
{["Name"]="Silver Bracelet Of Annuminas";["Level"]=1;["ItemLevel"]=1;["Slot"]="Wrist";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Critical Rating"]=144;["Fate"]=11;["Will"]=11;};};
{["Name"]="Esquir's Signet Of Eruilan";["Level"]=40;["ItemLevel"]=40;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Vitality"]=19;["Maximum Power"]=29;};};
{["Name"]="Gloves Of The Vicious Proclamation";["Level"]=33;["ItemLevel"]=33;["Slot"]="Hand";["SubSlot"]="";["Type"]="Light";["Class"]="RuneKeeper";["Color"]="Purple";["Stats"] = {["Will"]=5;["Tactical Critical Multiplier"]=2;["Fate"]=5;["Armour"]=152;};};
{["Name"]="Leggings Of The Vicious Proclamation";["Level"]=33;["ItemLevel"]=33;["Slot"]="Leg";["SubSlot"]="";["Type"]="Light";["Class"]="RuneKeeper";["Color"]="Purple";["Stats"] = {["Fate"]=8;["Armour"]=270;["Will"]=12;};};
{["Name"]="Exceptional Student's Sharp Chisel Of Fire";["Level"]=25;["ItemLevel"]=25;["Slot"]="Ranged Weapon";["SubSlot"]="Bow";["Type"]="";["Class"]="RuneKeeper";["Color"]="Purple";["Stats"] = {["Tactical Mastery Rating"]=224;["Damage"]={["TypeDMG"]="Common";["MaxDMG"]=0;["MinDMG"]=0;["DPS"]=0;};["in-Combat Power Regen"]=80;};};
{["Name"]="Mantle Of The Vicious Proclamation";["Level"]=1;["ItemLevel"]=1;["Slot"]="Shoulder";["SubSlot"]="";["Type"]="Light";["Class"]="RuneKeeper";["Color"]="Purple";["Stats"] = {["Vitality"]=5;["Critical Rating"]=182;["Armour"]=105;["Will"]=5;};};
{["Name"]="Robe Of The Vicious Proclomation";["Level"]=36;["ItemLevel"]=36;["Slot"]="Chest";["SubSlot"]="";["Type"]="Light";["Class"]="RuneKeeper";["Color"]="Purple";["Stats"] = {["Armour"]=333;["Will"]=11;["Vitality"]=6;["Fate"]=6;};};
Skaaz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-01-2012, 02:10 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Re: Adding Sets

Quote:
How do i add set bonuses to items? Trying to add all of the LimeLight/Orthanc gear, all of which have bonuses that i can't add.
I've not added the option to add sets as they are a little more complicated to calculate. I'm still waiting for lorebook to be updated so I can extract the data directly from there.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-01-2012, 02:07 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Re: HELP!

Quote:
Ok i dont understand this plugin could somebody please help me understand? I am going to post a link and have you guys look at it. I am trying to figure out why my physical and tactical mitigation is going down if i equip item one when there is nothing about that in either of the Equipped item nor the item one. I have tired everything i can think of to try and understand where there getting the -48 physical drop off and the -96 tactical drop off. PLEASE HELP!

https://picasaweb.google.com/1058079...84659138186738
For minstrels,

1 vitality =
  • + 3 Max Morale
  • + 7.2 non-Combat Morale Regen
  • + 2 Physical Mitigation
  • + 2 Resistance Rating
  • + 4 Tactical Mitigation

In your case, when you compare your equipped item against item one..

Equipped = 53 Vitality = 106 Physical Mitigation & 212 Tactical Mitigation
Item One = 29 Vitality = 58 Physical Mitigation & 116 Tactical Mitigation

Difference of 48 Physical Mitigation and 96 Tactical Mitigation between the two.

The calculation of stats isn't too complicated, but it can be long and hard to keep track of which was one of the main reasons I wrote this plugin, to make it easier to compare items without needing to calculate yourself how each stat is affected. For future reference: armour, might, agility, will, fate, and vitality all affect some other stats such as those mentioned in your case. If you mouse over these stats in your character panel the tooltip tells you what secondary stats are being adjusted.

Last edited by Galuhad : 06-01-2012 at 02:08 PM.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-30-2012, 08:45 PM  
DaemonSambe
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Vit gives phys/tact mitigation. You loose vit when equipping the Rohirric lore book. Check your stats on the paperdoll, you should see an explanation of stats.
DaemonSambe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-30-2012, 12:01 AM  
Glorrond
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
HELP!

Ok i dont understand this plugin could somebody please help me understand? I am going to post a link and have you guys look at it. I am trying to figure out why my physical and tactical mitigation is going down if i equip item one when there is nothing about that in either of the Equipped item nor the item one. I have tired everything i can think of to try and understand where there getting the -48 physical drop off and the -96 tactical drop off. PLEASE HELP!

https://picasaweb.google.com/1058079...84659138186738
Glorrond is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-28-2012, 08:06 PM  
DaemonSambe
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Adding Sets

How do i add set bonuses to items? Trying to add all of the LimeLight/Orthanc gear, all of which have bonuses that i can't add.
DaemonSambe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-13-2012, 07:35 PM  
Rook
The Wary

Forum posts: 2
File comments: 6
Uploads: 0
GREAT PLUGIN THANKS.

any news on an update with the great river/limelight stuff included?
Rook is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2012, 01:12 PM  
delaFuzz
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Thumbs up Amazing stuff, Galuhad

SUPERB! I wonder how I've been able to play without this plugin. Excellent job, Galuhad! Thanks a lot.

These here are the new T7 Jewellery Guild Great River items. In about 3 months I'll probably be wearing them all

Code:
{["Name"]="Exquisite Great River Bracelet of Strength";["Level"]=75;["ItemLevel"]=75;["Slot"]="Wrist";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Maximum Power"]=296;["Critical Rating"]=336;["Vitality"]=63;["Might"]=63;};};
{["Name"]="Exquisite Great River Bracelet of Skill";["Level"]=75;["ItemLevel"]=75;["Slot"]="Wrist";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=63;["Critical Rating"]=336;["Vitality"]=63;["in-Combat Power Regen"]=111;};};
{["Name"]="Exquisite Great River Bracelet of Power";["Level"]=75;["ItemLevel"]=75;["Slot"]="Wrist";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Vitality"]=63;["Critical Rating"]=336;["Will"]=63;["in-Combat Power Regen"]=111;};};
{["Name"]="Exquisite Great River Earring of Might";["Level"]=75;["ItemLevel"]=75;["Slot"]="Ear";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Maximum Morale"]=337;["Critical Rating"]=336;["Might"]=63;["Physical Mastery Rating"]=672;};};
{["Name"]="Exquisite Great River Earring of Will";["Level"]=75;["ItemLevel"]=75;["Slot"]="Ear";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Maximum Morale"]=337;["Critical Rating"]=336;["Will"]=63;["Tactical Mastery Rating"]=672;};};
{["Name"]="Exquisite Great River Earring of Agility";["Level"]=75;["ItemLevel"]=75;["Slot"]="Ear";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=63;["Critical Rating"]=336;["Maximum Morale"]=337;["Physical Mastery Rating"]=672;};};
{["Name"]="Exquisite Great River Necklace of Morale";["Level"]=75;["ItemLevel"]=75;["Slot"]="Neck";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Tactical Mitigation"]=681;["Vitality"]=63;["Physical Mitigation"]=681;["Maximum Morale"]=236;["Incoming Healing Rating"]=1075;};};
{["Name"]="Exquisite Great River Necklace of Succor";["Level"]=75;["ItemLevel"]=75;["Slot"]="Neck";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Fate"]=63;["Vitality"]=32;["Tactical Mastery Rating"]=336;["Maximum Morale"]=337;["Will"]=32;};};
{["Name"]="Exquisite Great River Necklace of Precision";["Level"]=75;["ItemLevel"]=75;["Slot"]="Neck";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=63;["Fate"]=32;["Maximum Morale"]=337;["Physical Mastery Rating"]=336;["Vitality"]=32;};};
{["Name"]="Exquisite Great River Ring of Valour";["Level"]=75;["ItemLevel"]=75;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Finesse Rating"]=1020;["Vitality"]=32;["Maximum Power"]=148;["Physical Mastery Rating"]=336;["Might"]=63;["Agility"]=32;};};
{["Name"]="Exquisite Great River Ring of Resolve";["Level"]=75;["ItemLevel"]=75;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=63;["Vitality"]=32;["Fate"]=32;["Finesse Rating"]=1020;["Physical Mastery Rating"]=336;["in-Combat Power Regen"]=55.8;};};
{["Name"]="Exquisite Great River Ring of Tactics";["Level"]=75;["ItemLevel"]=75;["Slot"]="Finger";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Finesse Rating"]=1020;["Vitality"]=32;["Fate"]=32;["Tactical Mastery Rating"]=336;["Will"]=63;["in-Combat Power Regen"]=55.8;};};
delaFuzz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-03-2012, 06:02 AM  
Onori
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Burglar Sets Dinhigil & Riddle Teller (Level 75)

Code:
{["Name"]="Gloves of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Hand";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Armour"]=565;["Agility"]=122;["Vitality"]=61;["Finesse Rating"]=996;};};
{["Name"]="Leggings of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Leg";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Armour"]=942;["Agility"]=122;["Fate"]=61;["in-Combat Power Regen"]=55.2;};};
{["Name"]="Hood of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Head";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Critical Rating"]=352;["Vitality"]=67;["Armour"]=365;["Physical Mastery Rating"]=141;["Agility"]=121;};};
{["Name"]="Shoulder Guards of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Shoulder";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=121;["Vitality"]=54;["Maximum Power"]=160;["Maximum Morale"]=146;["Armour"]=365;};};
{["Name"]="Jacket of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Chest";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Vitality"]=61;["Critical Rating"]=328;["Armour"]=1130;["Agility"]=122;};};
{["Name"]="Boots of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Feet";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Physical Mastery Rating"]=328;["Agility"]=122;["Armour"]=453;["Fate"]=61;};};
{["Name"]="Jacket of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Chest";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=121;["Armour"]=1216;["Fate"]=54;["Critical Rating"]=352;["Finesse Rating"]=854;};};
{["Name"]="Gloves of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Hand";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=101;["Armour"]=608;["Vitality"]=81;["Physical Mastery Rating"]=211;["Finesse Rating"]=1068;};};
{["Name"]="Trousers of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Leg";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=101;["Armour"]=1013;["Fate"]=67;["Maximum Morale"]=183;["Physical Mastery Rating"]=352;};};
{["Name"]="Boots of the Dinhigil";["Level"]=75;["ItemLevel"]=75;["Slot"]="Feet";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=101;["Fate"]=67;["Armour"]=487;["Physical Mastery Rating"]=352;["in-Combat Power Regen"]=57;};};
{["Name"]="Helm of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Head";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Armour"]=340;["Agility"]=122;["Vitality"]=61;["Finesse Rating"]=996;};};
{["Name"]="Shoulder pads of the Riddle Teller";["Level"]=75;["ItemLevel"]=75;["Slot"]="Shoulder";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Maximum Power"]=142;["Agility"]=122;["Armour"]=340;["Fate"]=61;};};
Set Bonus (Dinhigil)
2: +34 Agility | +1068 Finesse Rating
3: -10% Melee Skill Power Cost
4: +34 Agility | +352 Physical Mastery Rating
5: Aim causes your next attack to be a Devastate

Set Bonus (Riddle Teller)
2: +52.8 in-Combat Power Regen
3: -85% Well-placed Strike Induction Time
4: +600 Physical Mastery Rating
5: -50% Tricks Power Cost

Last edited by Onori : 02-06-2012 at 11:35 AM.
Onori is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2012, 03:15 AM  
Daimonicon
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Moria Set I (Burglar)

Code:
{["Name"]="Panzerhandschuh des Lautlosen Messers";["Level"]=60;["ItemLevel"]=60;["Slot"]="Hand";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=42;["Armour"]=441;["Vitality"]=21;["Maximum Morale"]=190;["Might"]=42;};};
{["Name"]="Jacke des Lautlosen Messers";["Level"]=59;["ItemLevel"]=59;["Slot"]="Chest";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=42;["Fate"]=20;["Vitality"]=41;["Might"]=21;["Will"]=20;["Armour"]=868;};};
{["Name"]="Schulterpolster des lautlosen Messers";["Level"]=60;["ItemLevel"]=60;["Slot"]="Shoulder";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=43;["Armour"]=264;["Fate"]=21;["Might"]=22;["Vitality"]=21;};};
{["Name"]="Ueberhose des Lautlosen Messers";["Level"]=60;["ItemLevel"]=60;["Slot"]="Leg";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=42;["Fate"]=21;["Armour"]=734;["Might"]=21;["in-Combat Morale Regen"]=42.6;["Vitality"]=21;};};
{["Name"]="Helm des lautlosen Messers";["Level"]=60;["ItemLevel"]=60;["Slot"]="Head";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=21;["Armour"]=264;["Resistance Rating"]=768;["Vitality"]=42;["Might"]=21;["Maximum Morale"]=190;};};
{["Name"]="Stiefel des Lautlosen Messers";["Level"]=60;["ItemLevel"]=60;["Slot"]="Feet";["SubSlot"]="";["Type"]="Medium";["Class"]="Burglar";["Color"]="Teal";["Stats"] = {["Agility"]=40;["Armour"]=341;["Vitality"]=40;["Might"]=20;["Will"]=20;["Fate"]=20;};};
Set Bonus (english):
2 item's equipped = +20 Agility
3 item's equipped = +720 Damage reduction against acid
4 item's equipped = +20 Might / +19 Vitality
6 item's equipped = Cooldown "ability to exploit" has been changed

Set Bonus (german):
2 item's equipped = +20 Beweglichkeit
3 item's equipped = +720 Schadensreduzierung gegen Säure
4 item's equipped = +20 Macht / +19 Vitalität
6 item's equipped = Abklingzeit von "Möglichkeit ausnutzen" wurde veringert

Last edited by Daimonicon : 02-02-2012 at 03:16 AM.
Daimonicon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2012, 01:50 AM  
Daimonicon
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Some items that i missed in database (german client)

Code:
{["Name"]="Edler staehlerner Rundschild";["Level"]=22;["ItemLevel"]=22;["Slot"]="Shield";["SubSlot"]="Light";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Maximum Power"]=23;["Armour"]=249;["Fate"]=4;["Critical Defence"]=208;};};
{["Name"]="Majestaetischer Helm des Hueters der Mark";["Level"]=58;["ItemLevel"]=58;["Slot"]="Head";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=19;["Fate"]=19;["Vitality"]=38;["Maximum Morale"]=162;["Might"]=19;["Armour"]=248;};};
{["Name"]="Dunedain-Umhang des Jaegers";["Level"]=41;["ItemLevel"]=41;["Slot"]="Back";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Purple";["Stats"] = {["Maximum Power"]=12;["Agility"]=10;["Armour"]=185;["Maximum Morale"]=12;};};
{["Name"]="Majestaetische Schulterschuetzer des Hueters der Mark";["Level"]=58;["ItemLevel"]=58;["Slot"]="Shoulder";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=19;["Armour"]=248;["Maximum Power"]=146;["Might"]=38;["Fate"]=38;};};
{["Name"]="Umhang der Unauffaelligkeit";["Level"]=1;["ItemLevel"]=1;["Slot"]="Back";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Stealth Level"]=2;["Armour"]=338;["Agility"]=19;["Evade Rating"]=120;["Might"]=38;["Fate"]=8;};};
{["Name"]="Majestaetische Ruestung des Hueters der Mark";["Level"]=58;["ItemLevel"]=58;["Slot"]="Chest";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=19;["Armour"]=826;["Maximum Power"]=73;["Vitality"]=38;["Might"]=38;["Fate"]=19;};};
{["Name"]="Majestaetische Handschuhe des Hueters der Mark";["Level"]=58;["ItemLevel"]=58;["Slot"]="Hand";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=38;["Armour"]=413;["Maximum Morale"]=162;["Might"]=38;["Fate"]=19;};};
{["Name"]="Majestaetische Ueberhose des Hueters der Mark";["Level"]=58;["ItemLevel"]=58;["Slot"]="Leg";["SubSlot"]="";["Type"]="Medium";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=38;["Armour"]=689;["Will"]=38;["Might"]=19;["in-Combat Morale Regen"]=78;};};
{["Name"]="Halskette der versunkenen Stadt";["Level"]=41;["ItemLevel"]=41;["Slot"]="Neck";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Fate"]=12;["Maximum Morale"]=73;["Will"]=12;["non-Combat Power Regen"]=225;};};
{["Name"]="Uralte Annuminas-Statue";["Level"]=40;["ItemLevel"]=40;["Slot"]="Pocket";["SubSlot"]="";["Type"]="";["Class"]="";["Color"]="Teal";["Stats"] = {["Agility"]=11;["Vitality"]=11;["Will"]=11;["Might"]=11;["Fate"]=11;};};
{["Name"]="Taushakhs Verderben";["Level"]=40;["ItemLevel"]=40;["Slot"]="Melee Weapon";["SubSlot"]="Dagger";["Type"]="";["Class"]="";["Color"]="Purple";["Stats"] = {["Agility"]=13;["Critical Rating"]=168;["Might"]=13;["Damage"]={["TypeDMG"]="Common";["MaxDMG"]=75;["MinDMG"]=45;["DPS"]=31.5;};};};
Daimonicon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-31-2012, 05:09 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Thank you everyone for your comments, suggestions, messages etc. so far
Just to let you know that I am extremely busy in RL so I apologise for not getting back to each of you. I will look at fixing bugs and making some adjustments in the next couple of weeks when I get some free time again.

In the meanwhile, please keep the feedback coming.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-31-2012, 05:31 AM  
Sol
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Loving the new release where you can compare entire builds!

I did run into 2 little bugs though:

My crit rating seems to be exactly 1200 higher than it should be on the comparison window. (I'm a rk, dont know if that makes any difference).

The 4set bonus of the Rk's "Erebraw" set is missing. (34 will, 352 crit)

But aside from that working perfectly, keep up the good work
Sol is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2012, 02:19 PM  
vxu
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
awesome plugin. if this worked for the german client it would be great!
vxu 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 11:32 AM.


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