Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-14-2008, 06:53 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Universal Tailor

I propose a Universal Tailor to be implemented. This tailor would be activated via F4(or some other macro), and be documented as well. The tailor will allow the players to easily change their head, shield, sword, body, and body colors. Along with it the ability to save changes into 20 different slots. These slots will be universal among the Graal servers(perhaps saved the same way the buddy list is?) so the player can load up their look as soon as they log on to a new server.

I know this will conflict with servers that use custom looks and all... but I don't think that it will conflict so much as to defeat the purpose. I hate having to log onto a new server I'm trying out and going through a whole process of making my character look like me. Especially since every server has a different way of changing colors. It's annoying trying to figure it all out each time. How do you think that looks towards new players? Having to change the look of their player the biggest quest on Graal ever?

One thing that shouldn't be included are hats, since I know hats are implemented differently on different servers.
Reply With Quote
  #2  
Old 10-14-2008, 07:09 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
I think this is a good idea. As for the servers that use custom looks, there can always be a serveroption or something that disables the tailor menu.
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote
  #3  
Old 10-14-2008, 07:36 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by napo_p2p View Post
I think this is a good idea. As for the servers that use custom looks, there can always be a serveroption or something that disables the tailor menu.
I was going to post the exact same thing, but I figure a lot of servers would just disable it and use their own custom one(thinking it's better), leading to the exact same problem there is now. I think if this is done(which I'm sure it'll have to be for some servers), it'll have to be approved via PWA.
Reply With Quote
  #4  
Old 10-14-2008, 08:23 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
You could make a script that does it and easily do the cross-server style saving by just saving the text files on the client's computer. Sounds like a nice idea. You'd have to get all the playerworlds to participate though.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #5  
Old 10-14-2008, 09:30 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Well, all heads, bodies and shields would have to be uploaded to all the playerworlds using this. That's a bit tricky. Other than that, nice idea.
Reply With Quote
  #6  
Old 10-14-2008, 10:16 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Looks like it will causes some problems, but if this get done, I'm ok for it to be implemented on my playerworld

Nice idea here, just need to see how to do it without having lot of ppl complaining because of custom stuffs.
Reply With Quote
  #7  
Old 10-14-2008, 02:08 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Tigairius View Post
You'd have to get all the playerworlds to participate though.
Could just have a GST implement something like this:

PHP Code:
this.disabledServers = {"Graal Kingdoms""Zone" };
if (!(
servername in this.disabledServers)) {
  
// proceed

Of course, servers would have to provide a valid reason to be added to the disabled list, such as using custom bodies.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #8  
Old 10-14-2008, 07:06 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Crow View Post
Well, all heads, bodies and shields would have to be uploaded to all the playerworlds using this. That's a bit tricky. Other than that, nice idea.
Why? I mean it would be nice, but that's not necessary. Simply have textbox where you type in the head filename. It sucks that it has to be done that way but because of the way Graal handles this kind of stuff it's the simplest way to do it effectively.
Reply With Quote
  #9  
Old 10-14-2008, 07:22 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Perhaps implement something similar to the File Browser I made for Valikorlia.

And I would prefer not having the GST dictate whether or not it is used.
__________________
Reply With Quote
  #10  
Old 10-14-2008, 07:31 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Inverness View Post
Perhaps implement something similar to the File Browser I made for Valikorlia.

And I would prefer not having the GST dictate whether or not it is used.
I've thought about that, the only problem is it'd have to calculate a list from the server, and not clientside(because like it's been stated, different servers use different graphics). I guess this is possible, and would be really cool but seems excessive. Especially since I figured it'd try to download all those heads as soon as you start browsing.
Reply With Quote
  #11  
Old 10-14-2008, 07:41 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by DustyPorViva View Post
I've thought about that, the only problem is it'd have to calculate a list from the server, and not clientside(because like it's been stated, different servers use different graphics).
On Valikorlia you use an RC command to calculate a list of graphics to be ready to be sent to client when it is requested. would be nice if there was a compression function.
Quote:
Originally Posted by DustyPorViva View Post
I guess this is possible, and would be really cool but seems excessive. Especially since I figured it'd try to download all those heads as soon as you start browsing.
Yes, it does download all the heads en-mass. Not a problem for my connection of course, though I don't know how much it stresses the GServer upload rate.
__________________
Reply With Quote
  #12  
Old 10-14-2008, 07:58 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I especially don't want to think of the poor 56k'ers
Reply With Quote
  #13  
Old 10-14-2008, 08:10 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by DustyPorViva View Post
I especially don't want to think of the poor 56k'ers
They just won't get to use it then.
__________________
Reply With Quote
  #14  
Old 10-14-2008, 08:58 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Inverness View Post
They just won't get to use it then.
Which cripples the whole purpose of this. An attempt to unify the controls of Graal so each different server doesn't have different controls for the same exact thing.

I think a simple textbox would suffice. And if needed perhaps a head/sword/shield/body browser as well, but that should be separate.

This shouldn't be hard at all to implement. There are already tons of tailors like this, it would just have to be uploaded to login. All that would need to be added was a method of saving the slot data to be global. This could be done clientside, I suppose(in a file), though I think a serverside saving(like the buddylist) would be more preferred. So you don't lose your looks when you change computers.
Reply With Quote
  #15  
Old 10-14-2008, 09:04 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by DustyPorViva View Post
Which cripples the whole purpose of this. An attempt to unify the controls of Graal so each different server doesn't have different controls for the same exact thing.
The File Browser is separate deal. The tailor system will work just fine without it. You misunderstood me.
__________________
Reply With Quote
  #16  
Old 10-14-2008, 09:06 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Oh, then I agree.
Reply With Quote
  #17  
Old 10-15-2008, 03:34 AM
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
servers can still have their local tailors. it would just be convenient for new players that don't know how to use them though. it should be very basic.
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
  #18  
Old 10-15-2008, 03:39 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Frankie View Post
servers can still have their local tailors. it would just be convenient for new players that don't know how to use them though. it should be very basic.
This is true, there's no reason servers can have their own. Just as long as they don't overwrite or disable the universal one.
Reply With Quote
  #19  
Old 10-15-2008, 02:33 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
I like the idea of taking a feature that is globally used and consolidating it to a consistent object rather than having different types on every server. There is a lot of features like that though, and with every server having different themes I'm not sure it would look nice, I don't know.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #20  
Old 10-15-2008, 03:00 PM
Shotoo2 Shotoo2 is offline
Mange
Shotoo2's Avatar
Join Date: Nov 2004
Location: Pennsylvania
Posts: 819
Shotoo2 will become famous soon enough
Send a message via AIM to Shotoo2 Send a message via MSN to Shotoo2
Then no one would buy the stylesaver we sell on Era.
Reply With Quote
  #21  
Old 10-15-2008, 03:49 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Shotoo2 View Post
Then no one would buy the stylesaver we sell on Era.
That's not something that would be part of a virtual economy anyways (not that I could call what Era has an economy). Suck it up.
__________________
Reply With Quote
  #22  
Old 10-15-2008, 04:15 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
That's not something that would be part of a virtual economy anyways (not that I could call what Era has an economy). Suck it up.
If that item is not something that is a part of Era's "virtual economy" then what is it?
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #23  
Old 10-15-2008, 06:07 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I think the servers that do sell stuff like that can survive it going global for free. Graal needs more unification and I think this would be one of those good steps towards it.
Reply With Quote
  #24  
Old 10-15-2008, 06:08 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rufus View Post
If that item is not something that is a part of Era's "virtual economy" then what is it?
I meant it shouldn't cost money, it should be separate from in-game economy.
__________________
Reply With Quote
  #25  
Old 10-15-2008, 06:14 PM
WarLord2004 WarLord2004 is offline
Got Milk?
WarLord2004's Avatar
Join Date: Jan 2003
Posts: 287
WarLord2004 has a little shameless behaviour in the past
Well there's already a universal tailor just for head0.png body0.png :-p create a new account and see..

What i seen as of late is Accounts that has special effects like some kid logged in and had a pet bomby and then he had some ghost effect thingy.. Mabey this system or whatever it's call can make your idea come true cause i don't believe the pet bomby was needed to be uploaded to every server..
__________________



Reply With Quote
  #26  
Old 10-15-2008, 06:17 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Inverness View Post
I meant it shouldn't cost money, it should be separate from in-game economy.
We used to sell them for Event Coins on Maloria.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #27  
Old 10-15-2008, 06:18 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by WarLord2004 View Post
Well there's already a universal tailor just for head0.png body0.png :-p create a new account and see..

What i seen as of late is Accounts that has special effects like some kid logged in and had a pet bomby and then he had some ghost effect thingy.. Mabey this system or whatever it's call can make your idea come true cause i don't believe the pet bomby was needed to be uploaded to every server..
This kind of stuff is easily uploaded to the Login server(server list), which every player has to log onto.

The only problem I'm wondering is being able to save the slots serverside, to be accessible by all servers.
Reply With Quote
  #28  
Old 10-15-2008, 06:19 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
We used to sell them for Event Coins on Maloria.
Not an economy.
__________________
Reply With Quote
  #29  
Old 10-15-2008, 06:20 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
I meant it shouldn't cost money, it should be separate from in-game economy.
Why should it? It's an item that stores outfits for players and tons of servers have these for sale. With Era being an economy based server, it just acts as another money sink.

Quote:
Originally Posted by Inverness View Post
Not an economy.
Event coins are part of an economy and often the sole-economy of many servers.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #30  
Old 10-15-2008, 06:38 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rufus View Post
Why should it?
If the item would not be considered part of game lore it should not be part of the economy. There is no place for a magic outfit changer on a modern server.
Quote:
Originally Posted by Rufus View Post
Event coins are part of an economy and often the sole-economy of many servers.
If you think event coins can be considered an economy then we have very different definitions of economy.
__________________
Reply With Quote
  #31  
Old 10-15-2008, 06:41 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
If the item would not be considered part of game lore it should not be part of the economy. There is no place for a magic outfit changer on a modern server.
Saving outfits is not a part of the game lore. If you want to discuss consistency of theme for servers, changing your head magically has no place, nor does changing your clothes using text commands, nor the tailor that is being discussed in the thread. Items are not classed as part of an economy because they follow a theme.

Quote:
Originally Posted by Inverness View Post
If you think event coins can be considered an economy then we have very different definitions of economy.
I suggest you go read up on some economics because in every valid definition of an economy, they are.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #32  
Old 10-15-2008, 06:52 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rufus View Post
Saving outfits is not a part of the game lore. If you want to discuss consistency of theme for servers, changing your head magically has no place, nor does changing your clothes using text commands, nor the tailor that is being discussed in the thread. Items are not classed as part of an economy because they follow a theme.
Changing your head and clothes on a server have nothing to do with it because they don't cost money.

If you earn money by doing tasks in-game then the money you earn should be applied in-game too.

For example, if you had to do in-game tasks to get money to be able to change the UI color of the game client then there is a problem.
Quote:
Originally Posted by Rufus View Post
I suggest you go read up on some economics because in every valid definition of an economy, they are.
My idea of an economy is much more grand than what you're thinking of. My idea of an economy is similar to what EVE Online has.
__________________
Reply With Quote
  #33  
Old 10-15-2008, 06:56 PM
WarLord2004 WarLord2004 is offline
Got Milk?
WarLord2004's Avatar
Join Date: Jan 2003
Posts: 287
WarLord2004 has a little shameless behaviour in the past
Quote:
Originally Posted by Inverness View Post
Changing your head and clothes on a server have nothing to do with it because they don't cost money.

If you earn money by doing tasks in-game then the money you earn should be applied in-game too.

For example, if you had to do in-game tasks to get money to be able to change the UI color of the game client then there is a problem.
Actually this is where classic vs gold comes in...

You do need to spend money in order to change clothing on DEV Servers :-p

Else if you already own a classic account and don't wish to upgrade they give you some B/S.

Upgrade your account for more cool Looking Head/Bodys.
__________________



Reply With Quote
  #34  
Old 10-15-2008, 06:58 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
Changing your head and clothes on a server have nothing to do with it because they don't cost money.

If you earn money by doing tasks in-game then the money you earn should be applied in-game too.

For example, if you had to do in-game tasks to get money to be able to change the UI color of the game client then there is a problem.
Outfits are part of the game, and they feature in game, so they are part of tasks that you have to do in game. Changing your outfits take time, if you have many different outfits it is often hard to keep track of the specific colors and filenames, outfit savers save this time therefore they are an addon feature. I cannot make it any more clearer than that.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #35  
Old 10-15-2008, 07:03 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by WarLord2004 View Post
Actually this is where classic vs gold comes in...
That is beyond the game (Playerworld) itself.

Quote:
Originally Posted by Rufus View Post
Outfits are part of the game, and they feature in game, so they are part of tasks that you have to do in game. Changing your outfits take take, if you have many different outfits it is often hard to keep track of the specific colors and filenames, outfit savers save this time therefore they are an addon feature. I cannot make it any more clearer than that.
When I say game I mean Era as a game, not Graal as a whole. You're simply not understanding how I think. If outfits didn't exist and everybody looked the same you could still play Era because your looks aren't part of the game, they're just icing on the cake.

As another example, by your logic I would have to pay in-game money for a UI mod on WoW.
__________________
Reply With Quote
  #36  
Old 10-15-2008, 07:07 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
When I say game I mean Era as a game, not Graal as a whole. You're simply not understanding how I think. If outfits didn't exist and everybody looked the same you could still play Era because your looks aren't part of the game, they're just icing on the cake.
Customization is arguably more of a core game mechanic than a meta one, but either way the item is still suited as an economical money sinker regardless of mechanics because it is saving time when using default features, not just enabling default features.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #37  
Old 10-15-2008, 07:16 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rufus View Post
Customization is arguably more of a core game mechanic than a meta one, but either way the item is still suited as an economical money sinker regardless of mechanics because it is saving time when using default features, not just enabling default features.
Visual customization is not part of the gameplay of Era. If all players were forced to have the same look it would not affect Era gameplay so the economy should not be affected either. Obviously this tailor that is part of the economy relies on the fact that player appearances are customizable and its status would be affected if they weren't. The gameplay should be a closed system and this pokes a hole in it.

I really don't know how to explain it any better. What Era has is not something I would consider a true economy because items are not finite.
__________________
Reply With Quote
  #38  
Old 10-15-2008, 07:22 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
Visual customization is not part of the gameplay of Era. If all players were forced to have the same look it would not affect Era gameplay so the economy should not be affected either.
Visual customization is a major part in every single Graal server. If you truly don't believe that, then why does Era sell hats? They're visual customization, they're a part of the gameplay, and they're a part of the economy. I never said that the visual customization part of an outfit saver is the purpose that makes it a viable item, it's the time it saves.

Quote:
Originally Posted by Inverness View Post
Obviously this tailor that is part of the economy relies on the fact that player appearances are customizable and its status would be affected if they weren't.
A lot of the economy relies on the fact that there is a huge emphasis on player customization, not just a tailor system.

Quote:
Originally Posted by Inverness View Post
The gameplay should be a closed system and this pokes a hole in it.
How is this a closed system, and how is it "poking a hole" in anything? Honestly..
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #39  
Old 10-15-2008, 07:26 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rufus View Post
How is this a closed system, and how is it "poking a hole" in anything? Honestly..
Gameplay is typically not dependent on the level of graphics, I'm sure many gamers know this.

There are exceptions like Graal, because some of Graal's playerworlds don't actually have their own solid gameplay.
__________________
Reply With Quote
  #40  
Old 10-15-2008, 07:27 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Inverness View Post
Gameplay is typically not dependent on the level of graphics, I'm sure many gamers know this.
Nor do economies or outfit saving NPCs.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
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 01:52 PM.


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