lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 03-31-2012, 01:01 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Quote:
Originally Posted by DooDah
Habna said:
They are not available in API


I went into the code myself, took a peek around and changed a few lines cause I'm stubborn that way.

The rest of you, go into
\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar
& then find menu.lua open with notepad and locate


paste this into that spot. I logged in to check it and it works fine.



money seems to be busted, or I just don't gt the error?

Online\Plugins\HabnaPlugins\TitanBar\functions.lua :222: attempt to call method 'GetMoney' (a nil value)

Now if you can just figure out how to get the infamy in there we'll be all set.
:GetMoney() and :GetDestinyPoints() are not implemented for MonsterPlayAttributes so Money and DP will not work for Creeps (thus the error you are getting). As you already found, all of the barter wallet currencies are available via :GetWallet() but the only one that applies to Creep play is Commendations. Infamy and Reknown are not yet exposed to Lua.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 12:51 PM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
While I'm here, I just installed MPItems. If you could incorporate that into the bar?

You said you were trying to remake a titan bar like wow. lol Putting mouse over that icon in the titan bar and having a drop down window appear with the box that clicking mpitems shows would be sweet!
DooDah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 11:20 AM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
Habna said:
They are not available in API


I went into the code myself, took a peek around and changed a few lines cause I'm stubborn that way.

The rest of you, go into
\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar
& then find menu.lua open with notepad and locate
Quote:
if PlayerAlign == 1 then
paste this into that spot. I logged in to check it and it works fine.

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
money seems to be busted, or I just don't gt the error?

Online\Plugins\HabnaPlugins\TitanBar\functions.lua :222: attempt to call method 'GetMoney' (a nil value)

Now if you can just figure out how to get the infamy in there we'll be all set.

Last edited by DooDah : 03-31-2012 at 12:49 PM.
DooDah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 11:06 AM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
. . . Commendations, money (for using bards) and infamy are what we want to see. Especially infamy if you could. I think every creep in the game would get this if it showed infamy.
They are not available in API
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2012, 12:17 AM  
DooDah
The Wary

Forum posts: 1
File comments: 7
Uploads: 0
. . . The wallet features are not working correctly in creep play. The only options visible for them are shards, medallions and marks. You know, the ones we don't use.

. . . Commendations, money (for using bards) and infamy are what we want to see. Especially infamy if you could. I think every creep in the game would get this if it showed infamy.
DooDah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-25-2012, 08:35 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
I hate to say it, but: It's not really working for me...

Equipment info is not always available when loading with official plugin manager. Sometimes nearly no items are shown, sometimes a few and in some cases nearly all are shown. Maybe it's because of my crappy pc, I don't know.

The rest works so far, but only for this session. When I reload the plugin or just logg out and start the game again there is an error when I left-click any 'module':

Code:
...gs Online\Plugins\HabnaPlugins\TitanBar\settings.lua:339: attempt to index global 'PL' (a nil value)
And from this point on the bar isn't updating any more (checked with money, shards and marks). All I can do is delete the settings in the PlugInData folder and restart TitanBar. Then it works until next start of the bar...

Hope you can also fix this errors, 'cause I love TitanBar and don't want to miss it anymore
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-24-2012, 04:31 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
There is just one problem left with the german client. Shards, skirmish marks, medaillons, seals and commendations are shown as '0'
Oh thx! It will be in the next version.
Quote:
By the way: When I load the plugin with the build in manager at startup most of my equipment isn't recognized. But thats no problem, I just load it manually
Thx again! I'll fix this for the next version.

Last edited by Habna : 03-24-2012 at 04:32 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-24-2012, 03:37 PM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
The v1.9.11 almost works now ^^ There is just one problem left with the german client. Shards, skirmish marks, medaillons, seals and commendations are shown as '0'.

But I made it work by editing the functions.lua. I just changed the GetCurrency parts. Now it works in german, but only in german. English clients would should '0' now (french clients too).

What I changed:

Shard -> Scherbe
Mark -> Zeichen
Medallion -> Medaillon
Seal -> Siegel
Commendation -> Anerkennung

Maybe you can find a way to implement my changes in a way, but without disabling the functions in english clients ^^

By the way: When I load the plugin with the build in manager at startup most of my equipment isn't recognized. But thats no problem, I just load it manually
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2012, 07:24 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
CP["Lbl"]:SetText( GetCurrency("Commodation") ); " to " CP["Lbl"]:SetText( GetCurrency("Commendation") );
Oups, thx
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2012, 06:55 AM  
Ela
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Thx DaBear78 for your help. Should now work with latest version.

Hello Habna,

first, thank you for this great plugin, i really like it.

i just downloaded the latest version and marks, meds and seals are shown correctly (had to relog to show seals) but the commendations are displayed as 0.

keep on the good work

EDIT:

a kinmate took a look at the functions.lua in the main folder of your plugin and he changed the line " CP["Lbl"]:SetText( GetCurrency("Commodation") ); " to " CP["Lbl"]:SetText( GetCurrency("Commendation") ); " and it works now for both of us.

i hope this helps you

Last edited by Ela : 03-22-2012 at 04:26 PM.
Ela is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2012, 02:43 AM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Thx DaBear78 for your help. Should now work with latest version.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2012, 01:54 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Hi.

Tried version 1.9.9c3 and that is what I get:

Code:
...line\Plugins\HabnaPlugins\TitanBar\Control\Seals.lua:24: attempt to concatenate global 'AppRes' (a nil value)
...nline\Plugins\HabnaPlugins\TitanBar\functionsCtr.lua:40: Failed to import package "HabnaPlugins.TitanBar.Control.Seals".
And a lot of these
Code:
...s Online\Plugins\HabnaPlugins\TitanBar\functions.lua:176: bad argument #1 to 'len' (string expected, got nil)
Shards, marks and medaillons are shown as "0" and seals and commodations does not even show up.

Tried manual loading, loading by plugins manager and loading via bootstrap: same results every time.

May it be an issue of the german client?
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-19-2012, 09:59 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
and a slight issue i've come across:
titan bar prevents from moving e.g. the minimap or character status in "ctrl + #"-mode, because it lies exactly on the anchor-point for the specific windows to be moved
Never think of that! It will be in the new release. Thx!
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-19-2012, 03:01 AM  
Plinius
The Wary

Forum posts: 0
File comments: 28
Uploads: 0
thank you

and a slight issue i've come across:
titan bar prevents from moving e.g. the minimap or character status in "ctrl + #"-mode, because it lies exactly on the anchor-point for the specific windows to be moved

normally that's not much of an issue, but sometimes it can be annoying

i've thought of 3 possible solutions:
- an option to move the titan bar when in ctrl + #
- an option to hide the titan bar
- an option to collapse titan bar to the right or lef (via a toggle button)

or is there already a hide/show command for the titan bar itself?
in that case...never mind xD

and thanks again for an awesome plugin
Plinius is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-19-2012, 01:36 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Using v1.8.9c2 and when I try to enable shards, skirmish marks or medaillons, this is what happens:

Code:
...s Online\Plugins\HabnaPlugins\TitanBar\functions.lua:8: attempt to index local 'object' (a nil value)
And when I disable these points again, there is the same message, but with one difference: functions.lua:23:.

When I load the plugin with one or more of these 3 options enabled my chat gets spammed with the error message mentioned first.

It makes no difference if I load the plugin with the build in manager, via bootstrap or manual by typing the load command into the chat.

I'm using the german client and it always happens, even if TitanBar is the only plugin loaded...
DaBear78 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 12:20 AM.


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