Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Era Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #46  
Old 08-19-2014, 05:17 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by 6sixty6 View Post
you cant improver server for players if 75% the players complain when ths **** it removed, now can you!!!!!!!!!!:confus ed:
Thank you for your feedback and understanding. I will go ahead and make note of your complaint and add it to the pile.
__________________
Reply With Quote
  #47  
Old 08-23-2014, 07:25 PM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
why are people complaining over such a trivial concept? it's just an inventory. it does nothing to alter game play in any significant way. it's just, an inventory..
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
  #48  
Old 08-24-2014, 06:04 PM
Electroballistic Electroballistic is offline
Your friendly PKer ;)
Electroballistic's Avatar
Join Date: Aug 2014
Posts: 15
Electroballistic is an unknown quantity at this point
What's the problem with just having the /inventory command back? Doesn't hurt anybody....
Reply With Quote
  #49  
Old 08-26-2014, 02:37 AM
Godzilla Godzilla is offline
Banned
Join Date: Jan 2007
Posts: 450
Godzilla has a spectacular aura about
Can you make an option to add more tabs to the inventory?
Reply With Quote
  #50  
Old 08-26-2014, 03:12 AM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Quote:
Originally Posted by Godzilla View Post
Can you make an option to add more tabs to the inventory?
The option to create multiple tabs should be a significantly easy update if the tabs are stored in the players flags.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
  #51  
Old 08-26-2014, 08:32 AM
Demisis_P2P Demisis_P2P is offline
Kanto League Champion
Demisis_P2P's Avatar
Join Date: Jan 2005
Posts: 2,357
Demisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud of
Personally I've always subscribed to the belief that you should always only be carrying the bare essentials on you at a time, and that extra items and extra utility should have some trade-off, in which case an inventory system like this is totally unnecessary.

Tabs and item management like this would be great on alternate storage, like lockers or storage in houses.
__________________
Reply With Quote
  #52  
Old 08-26-2014, 11:59 AM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by Godzilla View Post
Can you make an option to add more tabs to the inventory?
Keep in mind that more tabs = wider inventory. Which can be done, I just haven't made time to update it.

@Demisis, I don't see the problem. You can set up your inventory however you'd like, that means you can have a PK tab (guns, weapons, food) and then you can organize yourself a little money making tab (shovel, shells, flower basket). This inventory is made for everyone, you should be able to use it however you'd like. Besides that, if tabs bother you that much an option to remove them can be created.
__________________
Reply With Quote
  #53  
Old 08-26-2014, 08:38 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Quote:
Originally Posted by Tim_Rocks View Post
Keep in mind that more tabs = wider inventory. Which can be done, I just haven't made time to update it.

@Demisis, I don't see the problem. You can set up your inventory however you'd like, that means you can have a PK tab (guns, weapons, food) and then you can organize yourself a little money making tab (shovel, shells, flower basket). This inventory is made for everyone, you should be able to use it however you'd like. Besides that, if tabs bother you that much an option to remove them can be created.
Or more tabs the smaller the tabs. Instead of extending the width on the entire GUI.

PHP Code:
        x int(temp.tab_id GUI.width temp.tabs.size());
        
width int(GraalControl.width temp.tabs.size()); 
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
  #54  
Old 08-26-2014, 10:20 PM
Fiberwyre_P2P Fiberwyre_P2P is offline
Registered User
Join Date: Nov 2011
Posts: 471
Fiberwyre_P2P will become famous soon enough
Quote:
Originally Posted by MysticalDragon View Post
Or more tabs the smaller the tabs. Instead of extending the width on the entire GUI.

PHP Code:
        x int(temp.tab_id GUI.width temp.tabs.size());
        
width int(GraalControl.width temp.tabs.size()); 
or both. Since if you add enough tabs, eventually they will be too small to fit the text on them.

Also, it would be nice if there was an option to make the GUI taller. There's an arbitrarily low number of rows visible at a time. More rows visible = less scrolling.
__________________
Merp
Merp
Merp
Reply With Quote
  #55  
Old 08-26-2014, 11:17 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by Fiberwyre_P2P View Post
or both. Since if you add enough tabs, eventually they will be too small to fit the text on them.

Also, it would be nice if there was an option to make the GUI taller. There's an arbitrarily low number of rows visible at a time. More rows visible = less scrolling.
Yes, having the inventory re-sizable (width & height) is essentially what needs to happen.
__________________
Reply With Quote
  #56  
Old 08-27-2014, 07:36 AM
Demisis_P2P Demisis_P2P is offline
Kanto League Champion
Demisis_P2P's Avatar
Join Date: Jan 2005
Posts: 2,357
Demisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud ofDemisis_P2P has much to be proud of
Quote:
Originally Posted by Tim_Rocks View Post
@Demisis, I don't see the problem. You can set up your inventory however you'd like, that means you can have a PK tab (guns, weapons, food) and then you can organize yourself a little money making tab (shovel, shells, flower basket). This inventory is made for everyone, you should be able to use it however you'd like. Besides that, if tabs bother you that much an option to remove them can be created.
I dont mind the inventory itself. It was moreso a comment about how the game got to the point where people are walking around with so much crap that something like this is seen as necessary.
So many novelty items and different crap, instead of just having your main gun (or two if you're lucky), a melee weapon and maybe a few heals/revives or grenades.

People shouldnt be walking around with 5 guns, a mining drill and a buch of minerals, 109 hats, a different explosive for every day of the week, three kinds of healing food and all these booster/effect items.
I dont mind all of that stuff existing.
But if you want to have it all on you at once then you deserve to die while you're scrolling through your inventory looking for your soy latte.
__________________
Reply With Quote
  #57  
Old 08-27-2014, 03:54 PM
Rave_J Rave_J is offline
Graal Developer
Join Date: Feb 2006
Location: Texas
Posts: 848
Rave_J can only hope to improve
Send a message via AIM to Rave_J Send a message via MSN to Rave_J Send a message via Yahoo to Rave_J
I still get annoyed that when I click on my iron or lead to see how many minerals I have which is always over 1k it will unequipped my drill so I have to re equipped my drill back on to mine. I know its not that big of a deal but it gets annoying after a while.
__________________
Graal Developer
Reply With Quote
  #58  
Old 08-27-2014, 06:15 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by Rave_J View Post
I still get annoyed that when I click on my iron or lead to see how many minerals I have which is always over 1k it will unequipped my drill so I have to re equipped my drill back on to mine. I know its not that big of a deal but it gets annoying after a while.
Didn't you always have to click an item to view the quantity?? Why do you need to see the total amount of rocks?
__________________
Reply With Quote
  #59  
Old 08-27-2014, 06:45 PM
Fiberwyre_P2P Fiberwyre_P2P is offline
Registered User
Join Date: Nov 2011
Posts: 471
Fiberwyre_P2P will become famous soon enough
Quote:
Originally Posted by Tim_Rocks View Post
Didn't you always have to click an item to view the quantity?? Why do you need to see the total amount of rocks?
You did have to click to see the quantity, but it didn't equip whatever you clicked on unless you double clicked.

And I don't think the problem is that he needs to see the total amount of rocks, I think the problem is that he can't without unequipping his drill.
__________________
Merp
Merp
Merp
Reply With Quote
  #60  
Old 08-27-2014, 06:51 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Quote:
Originally Posted by Demisis_P2P View Post
I dont mind the inventory itself. It was moreso a comment about how the game got to the point where people are walking around with so much crap that something like this is seen as necessary.
So many novelty items and different crap, instead of just having your main gun (or two if you're lucky), a melee weapon and maybe a few heals/revives or grenades.

People shouldnt be walking around with 5 guns, a mining drill and a buch of minerals, 109 hats, a different explosive for every day of the week, three kinds of healing food and all these booster/effect items.
I dont mind all of that stuff existing.
But if you want to have it all on you at once then you deserve to die while you're scrolling through your inventory looking for your soy latte.
What ever happened to weight ?
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:54 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.