lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 04-17-2012, 08:57 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
I had a serious drop in frame rate
When? If it's upon loading/reloading TitanBar then this drop should go up after 20secs, because when loading/reloading TitanBar there is a timer that runs for 20 secs and it query api for all your equipment every second, that cause a drop in fps. (i have average drop of 3 fps) This timer was added because equipment infos are not fully available when plugin are loaded at start up. Prob that Turbine change something in api that cause a big fps drop before the update.

Edit:
Timer now query equipment API every 3 secs, hope this will eat less fps.

Last edited by Habna : 04-17-2012 at 11:03 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-17-2012, 08:20 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
(creepside) ... the comms don't show right away.
I saw that, my bad! It will be fix in next version.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-17-2012, 10:32 AM  
bravejohn
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
After the last lotro update, I had a serious drop in frame rate without changing the video settings. I started to disable one by one my plugins to see if there was a problem with a plugin. Once I disabled Titan Bar the problem solved. My other plugins are

BuffBars
Tonicbars
Hugebag
Palantir
Sortpack

I don't know if anyone else have same problem or it is just me, I just wanted you to know.
bravejohn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-16-2012, 11:07 PM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
(creepside) for some odd reason the comms don't show right away. you look in the menu and its checked to show them, but they aren't there. When you uncheck it they show up.
DooDah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-16-2012, 09:13 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
ok, it's noted.

Last edited by Habna : 04-16-2012 at 09:13 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-15-2012, 09:30 PM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
Logged on my Creep again today with the latest Titan bar release, and low and behold, its still not fixed for Creeps.

go into:\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar

and then open menu.lua with notepad.

find
Quote:
if PlayerAlign == 1 then
MenuItem = { L["MGSC"], L["MDP"], L["MSP"], L["MSM"], L["MMP"], L["MSL"], L["MCP"] };
MenuCheck = { ShowMoney, ShowDestinyPoints, ShowShards, ShowSkirmishMarks, ShowMedallions, ShowSeals, ShowCommendations };
MenuFunction = { ShowHideMoney, ShowHideDestinyPoints, ShowHideShards, ShowHideSkirmishMarks, ShowHideMedallions, ShowHideSeals, ShowHideCommendations };
else
MenuItem = { L["MSP"], L["MSM"], L["MMP"] };
MenuCheck = { ShowShards, ShowSkirmishMarks, ShowMedallions };
MenuFunction = { ShowHideShards, ShowHideSkirmishMarks, ShowHideMedallions };
end
and paste this there instead.

Quote:
if PlayerAlign == 1 then
MenuItem = { L["MGSC"], L["MDP"], L["MSP"], L["MSM"], L["MMP"], L["MSL"], L["MCP"] };
MenuCheck = { ShowMoney, ShowDestinyPoints, ShowShards, ShowSkirmishMarks, ShowMedallions, ShowSeals, ShowCommendations };
MenuFunction = { ShowHideMoney, ShowHideDestinyPoints, ShowHideShards, ShowHideSkirmishMarks, ShowHideMedallions, ShowHideSeals, ShowHideCommendations };
else
MenuItem = {L["MCP"] };
MenuCheck = { ShowCommendations };
MenuFunction = { ShowHideCommendations };
end
the ONLY thing Creeps care about are Ranks, Commendations and Infamy. All those marks and medallions and seals are crap for the "else" statement.

We still do silver, copper. but if the api doesn't support it it doesn't really matter cause we always have way more money than we need.

Another thing I would love to see this addon have is some sort of Moon/Sun icon that changes with the day/night.

I know, the api doesn't support it. Yet the time is always 3 hours in game. 2 hours daylight and 1 hour night. i just don't know if the specific times changeover changes according to when the server was last restarted.

Last edited by DooDah : 04-21-2012 at 09:02 PM.
DooDah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-12-2012, 07:36 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Control are now resizing with TitanBar height if less then 30px, thx!
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-10-2012, 06:08 PM  
Firedancer
The Undefeated
 
Firedancer's Avatar

Forum posts: 7
File comments: 23
Uploads: 0
Quote:
If you put more px to TitanBar you will them be able to move it anywhere, but i did not test if under 30px. Yes they cant got out of bound. Let me do some test to see if i remove the bound function.
Thanks for the info. It's not a huge deal. I found the code line where the background position is set, and just made it start off-screen by 4px. Then I made my bar 24px and now it is exactly how I wanted it.

Last edited by Firedancer : 04-10-2012 at 07:46 PM.
Firedancer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2012, 11:14 AM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Is there a way to determine the Y position of the controls? I changed the bar height to 20, but I can't seem to get the controls re-centered on the background.
If you put more px to TitanBar you will them be able to move it anywhere, but i did not test if under 30px. Yes they cant got out of bound. Let me do some test to see if i remove the bound function.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2012, 07:35 AM  
Firedancer
The Undefeated
 
Firedancer's Avatar

Forum posts: 7
File comments: 23
Uploads: 0
Wow! Thanks for adding the options. I like it much better with the Trajan14 font and 16px icons.

Is there a way to determine the Y position of the controls? I changed the bar height to 20, but I can't seem to get the controls re-centered on the background. They seem to either stay where they were when the bar was 30px or they snap to the top of the screen.

I really like having this info visible. Thanks for the plugin!
Firedancer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-06-2012, 05:18 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
I will add these feature in the next update, thx for the idea.
Change icon size, TitanBar height, font and hiding ability available under 'More options' in the TitanBar menu.
Showing server time available in the control 'Time'.

Last edited by Habna : 04-09-2012 at 12:19 AM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-06-2012, 01:27 AM  
Firedancer
The Undefeated
 
Firedancer's Avatar

Forum posts: 7
File comments: 23
Uploads: 0
I like this a lot. Would it be possible in the future to change the height of the bar/scale of icons? Some icons just seem too big, and force the bar height to be more than I care for. Being able to choose a font and font size would be sweet as well.

If not, it's not a big deal. I'm used to poking around in LUA for other games, and might be able to hack it up for personal use.
Firedancer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-01-2012, 12:51 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 343
File comments: 981
Uploads: 20
Quote:
Originally Posted by Habna
What is MPItems! Can't find that plugin on lotroInterface.

I believe he means D.H1ck's MonsterItems, a.k.a. "Monster Player Items Tracker" or MPItems.
http://www.lotrointerface.com/downlo...nfo.php?id=635

Last edited by Garan : 04-01-2012 at 12:55 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 09:04 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
While I'm here, I just installed MPItems
What is MPItems! Can't find that plugin on lotroInterface.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 02:31 PM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
thanks. by the way, some money is still used to use the bard, and you can still sell stuff to vendors. so the money is there, but maybe not in its api.
DooDah 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 07:43 AM.


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