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
  #31  
Old 07-18-2010, 10:26 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
I'd agree with Rufus if it were possible. His idea is valid but it's impossible to rename accounts due to technical limitations. Instead servers should continue working toward no Graal### display. I don't see any technical reason the community name of an account can't be changed, so once those are fixed, no one will know if you have a Graal### or an old name.

Quote:
Originally Posted by xXziroXx View Post
There is only ONE reason that Graal##### are as bad as people think they are: servers have yet to change from displaying account names to community names, rending the whole system useless. Really, start using communitynames for display and account names for saving data and whatnot already, it's been how many years now?
If "people" means "players", you're correct. Otherwise, you're completely wrong. There is zero scripting support for community names (not even functions to lookup accounts/community names ), little/inconsistent RC support for them, etc.


Quote:
Originally Posted by kia345 View Post
alexandralove -> Soala
Gerami -> Crono
whatever chris was -> cbk1994
I can't speak for the others but I've always used 'cbk1994'. I used a different account on the forums initially because my main account didn't have gold so I used my testing account. Once the forums were opened up I just had the forum data transferred to this account. The same was probably done for the others.
__________________
Reply With Quote
  #32  
Old 07-18-2010, 10:29 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 cbk1994 View Post
There is zero scripting support for community names (not even functions to lookup accounts/community names ), little/inconsistent RC support for them, etc.

Quote:
Script help for 'communityname':
TServerPlayer.communityname - string (read only)
findplayerbycommunityname(str) - returns object
Clientside:
GameConnection.communityname - string (read only)
I wouldn't call that zero.

Edit: Or do you mean zero support as in people not making scripts that are community name aware?
__________________
Reply With Quote
  #33  
Old 07-18-2010, 10:37 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Inverness View Post


I wouldn't call that zero.

Edit: Or do you mean zero support as in people not making scripts that are community name aware?
"Zero support" was a hyperbole, sorry about that. The support we have is mediocre and requires each server to keep their own database of accounts and community names. There should be functions such as "getAccount" and "getCommunityName", which I've requested multiple times.

In regards to RC, I've reported all the errors I've noticed which need to be fixed, and although I was told that Stefan was very willing to fix such problems, nothing has been done.
__________________
Reply With Quote
  #34  
Old 07-18-2010, 10:40 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by Crow View Post
Internally, you will always have to use accounts (to store data and so on).
yeah but im speaking from a player's perspective
__________________
Reply With Quote
  #35  
Old 07-18-2010, 10:51 PM
12171217 12171217 is offline
Banned
Join Date: Jan 2009
Posts: 453
12171217 has a spectacular aura about
Quote:
Originally Posted by TSAdmin View Post
It can't be done, anyway. As I mentioned via AIM, mentioning it here as well so people can follow:
If you changed "TSAdmin" to "Graal133337", then everything such as subscriptions, e-mail association, variables saved on local servers, attributes everywhere, etc would be looking for TSAdmin, but not finding it ever again.
There's no reason why your old name can't redirect to the same account, it's a small and simple modification.
Reply With Quote
  #36  
Old 07-18-2010, 10:56 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
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
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
There is no excuse from a scripting POV to NOT use communitynames extensively whenever in-game commands/displaying require that or account name.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #37  
Old 07-19-2010, 12:20 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
There is no excuse from a scripting POV to NOT use communitynames extensively whenever in-game commands/displaying require that or account name.
Of course not, but changing complex legacy systems can be very difficult and frustrating, which is probably why most servers haven't yet made the transition.
__________________
Reply With Quote
  #38  
Old 07-19-2010, 05:23 AM
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
how about this leave it the same or make people name there own account y change it so they can make more money hell no if they did this ill be done with graal completely
Reply With Quote
  #39  
Old 07-19-2010, 05:21 PM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
I support this idea. My account name stinks.
__________________
Always Watching!
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 09:31 PM.


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