lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Bags, Bank & Inventory


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

Forum posts: 0
File comments: 247
Uploads: 3
ok, i'm unable to reproduce what's happening to you. can you change the code:
Code:
--**v Set Top and size of window v** --
--backpackSize = 90; --debug purpose
if backpackSize == 45 then wHugeBag:SetSize( WinWidth, WinHeight - 71 ); -- to show 45 slots (Free: 3 bags)
elseif backpackSize == 75 then wHugeBag:SetSize( WinWidth, WinHeight ); -- to show 75 slots (VIP: 5 bags)
elseif backpackSize == 90 then wHugeBag:SetSize( WinWidth, WinHeight + 71 ); end -- to show 90 slots (RoR: 6th bag)
--**^
with this one:
Code:
--**v Set Top and size of window v** --
--backpackSize = 90; --debug purpose
write("Player backpack size: "..tostring(backpackSize));
write("Default HugeBag size: "..tostring(WinWidth).."x"..tostring(WinHeight));
wHugeBag:SetSize( WinWidth, WinHeight - 71 ); -- to show 45 slots (Free: 3 bags)
if backpackSize == 75 then wHugeBag:SetSize( WinWidth, WinHeight ); -- to show 75 slots (VIP: 5 bags)
elseif backpackSize == 90 then wHugeBag:SetSize( WinWidth, WinHeight + 71 ); end -- to show 90 slots (RoR: 6th bag)
write("HugeBag current size: "..tostring(wHugeBag:GetWidth()).."x"..tostring(wHugeBag:GetHeight()));
--**^
it's line 98 to 103 in the "mainWidget.lua" file and give me what it will show in the chat box after reloading HugeBag.

Last edited by Habna : 08-30-2012 at 04:25 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-30-2012, 07:10 AM  
Ralgel
The Wary
 
Ralgel's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
I'm currently using the latest version (1.8.58). I have five bags on all toons, including this one.
Ralgel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-30-2012, 01:32 AM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Here's a screenshot Habna...The item inside the red circle is all I'm getting.
Which version you are using?
How many bags do you have?
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-29-2012, 08:28 PM  
Ralgel
The Wary
 
Ralgel's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Here's a screenshot Habna...The item inside the red circle is all I'm getting.

Ralgel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-27-2012, 10:26 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
First of all great plug-in!
TY!

Quote:
My question is does Hugebag work in monsterplay?
Yes it work in MP.

Quote:
However, I set it to load on a creep I just started and all I get is the corner of the top left slot in the bag. I can't see any of the other bag slots.
A screenshot would be greatly appreciated, in the meantime I'll go create a toon and see what append.

Last edited by Habna : 08-27-2012 at 10:27 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-27-2012, 02:56 PM  
Ralgel
The Wary
 
Ralgel's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
First of all great plug-in!

My question is does Hugebag work in monsterplay? I have it loaded on my three regular toons (Hunter/Champ/RK) and it works perfectly. However, I set it to load on a creep I just started and all I get is the corner of the top left slot in the bag. I can't see any of the other bag slots. I would post a screen shot but I'm at work right now. Anyone have this issue?
Ralgel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-18-2012, 10:55 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Hi!
...e Rings Online\Plugins\HabnaPlugins\HugeBag\Main.lua:50: attempt to call method 'GetVault' (a nil value)
Need more info on how you got HugeBag to produce this error.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-14-2012, 05:39 AM  
Irika79
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Hi!
...e Rings Online\Plugins\HabnaPlugins\HugeBag\Main.lua:50: attempt to call method 'GetVault' (a nil value)
Irika79 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-27-2012, 10:35 AM  
Elven2
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: error loading hugebag for one character only

You get this parse error because there is something lua can't read. This file should look like this
Code:
return 
{
	["Widget"] = false
}
Paste me what you have if possible. To fix this on you just have to delete this file and reset back to window mode if this is the mode you are using. This was reported but I don't have a clue why this file get corrupted.


Thanks for your help. I deleted the file and it is working now.
Elven2 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-26-2012, 08:03 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Re: error loading hugebag for one character only

Quote:
Online/PluginData/texasbev11/Elendilmir/Brennel/HugeBagMode.plugindata:1: unexpected symbol
You get this parse error because there is something lua can't read. This file should look like this
Code:
return 
{
	["Widget"] = false
}
Paste me what you have if possible. To fix this on you just have to delete this file and reset back to window mode if this is the mode you are using. This was reported but I don't have a clue why this file get corrupted.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-26-2012, 06:03 PM  
Elven2
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
error loading hugebag for one character only

Hello, thank you for making this plugin! So useful, I love it.

I am getting an error when trying to load it for my level 75 hunter. It was working fine until recently. It loads fine for all my other characters, nine total.

Here is the error message:

Online/PluginData/texasbev11/Elendilmir/Brennel/HugeBagMode.plugindata:1: unexpected symbol

Online\Plugins\HabnaPlugins\HugeBag\Main.lua:24: Unable to parse file!

Other plugins I use are:
Plugin manager
Buffbars
Titanbar

Hoping there is a simple fix for this, thanks for any help you can give me.
Elven2 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-25-2012, 05:49 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Re: Sorting

Quote:
First of all I just want to say I *love* this plugin.
Thank you!

Quote:
have to unload and reload the plugin.
Why you are unloading & reloading it? Did you know that you can quickly reload HugeBag by right clicking the title bar (In window mode) or right clicking on the side bar of the widget mode.

Quote:
Often it seems if I try to use the sort feature and have any items that could be merged that have not been merged, an error occurs. Sometimes though, I do get an error even when I have nothing that can be merged.
This issue give me a headache because I can't figure out why the sort fail some time... I know the sorting will fail if sorting multiple item that have the same name, like 3th age weapon I also know that sorting multiple stack of same item with same quantity will break the sorting function. By renaming item that can be renamed and have multiple stack with different quantity should prevent the sort from crashing.

Last edited by Habna : 07-25-2012 at 05:51 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-25-2012, 05:23 PM  
PluginUser
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Sorting

First of all I just want to say I *love* this plugin.

That being said, I've been having continued issues with sorting. I get the "HugeBag: This fail safe aborted the sorting because the sorting fail to finish within 10 seconds" message and have to unload and reload the plugin. Often it seems if I try to use the sort feature and have any items that could be merged that have not been merged, an error occurs. Sometimes though, I do get an error even when I have nothing that can be merged.

I just downloaded and installed this on another computer (my laptop) and am still having the same issues. I'm using the current version and I use mouse clicks for the functions.

Last edited by PluginUser : 07-25-2012 at 05:42 PM.
PluginUser is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-13-2012, 06:39 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Re: Re: Re: sixth bag & new version?

Great to here that! TY!

Last edited by Habna : 07-14-2012 at 03:43 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-09-2012, 08:27 AM  
shirlzknight
The Wary
 
shirlzknight's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Re: Re: sixth bag & new version?

Send me a screenshot and try a clean installation of HugeBag.


Humm...the command is the same for all bags so it should work unless Turbine didn't implemented the 6th bag command correctly in the game.

Hiya I feel really bad as I should have got back here and posted as soon as I tried re-installing hugebag after removing it completely from lotro and (obviously) my PC!....drum roll..... IT WORKS PERFECTLY!!!! YEY thank you very much for an awesome plug-in, love the new check vault and shared storage feature from anywhere it makes life so much easier especially if your (like me) an altoholic. Thanks again your fantastic!
shirlzknight 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:37 PM.


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