Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   Classic Future Improvements (https://www.graalians.com/forums/forumdisplay.php?f=26)
-   -   Code Names - Should Be Configurable? (https://www.graalians.com/forums/showthread.php?t=602)

Rezon 09-10-2011 10:56 PM

Code Names - Should Be Configurable?
 
Recently, (today) I went to upload a plethora of shields, 5 to be exact.
I was extremely disappointed to see my shield codes weren't the same as the file type. It has been a while since I last uploaded, and the shield codes were still the same as the file type. Now, unfortunately, we are stuck with codes like :

Classic_personal_shield_graal786317-101.png


Personally, I hate it. Although it is much more organized for the staff, I would like to see an option to change the name of the codes.

PulsE 09-10-2011 10:59 PM

ummm

y don't u like it

Rezon 09-10-2011 11:06 PM

Quote:

Posted by PulsE (Post 9236)
ummm

y don't u like it

Because:
1. hard to remember
2. When people ask for shield, it's hard to type in the code.

Bubble 09-11-2011 02:16 AM

Yeah the new system isn't that great.

callimuc 09-11-2011 09:05 PM

For headīs or bodieīs itīs ok. But I agree that for shieldīs itīs stupid. But I think they wonīt change it because this is better for the script to sell them again if you are the owner. Else it would be way more complicated to sell them again or staff would have to do it which would get them more busy and not having time for anything else.

Shaun 09-11-2011 10:29 PM

I would hate to have to do - sethead classic_personal_head_graalXXXXXX-XXX.png. And yes, there needs to be a new system. Say (email without @website.com)-(# higher than 99, say 100, 101, 102, etc) I think that would work out okay, other than you give away your account email. But now, with VIP and the Don't Allow button, who's going to hack someones account that way?

Rezon 10-23-2011 07:01 PM

Bumped.

Tyler 10-23-2011 08:35 PM

They need a way for you to look at codes you've uploaded. You know those #a, #2, #1, etc. codes you can put on a box? They should add a commad like that to view past uploaded customs.

Rezon 10-23-2011 09:02 PM

New Idea Proposed:

Have email in front of all codes, for example:

setshield [email protected]/shield1.png

It will still keep things organized, if that's the purpose of the entire code reconfiguration.

Talon 10-23-2011 09:03 PM

Or just upload them with the file name you specified..

Rezon 10-23-2011 09:04 PM

Quote:

Posted by Agony (Post 25820)
Or just upload them with the file name you specified..

It used to be like that, they changed it for some reason. I doubt they would revert the changes.

callimuc 10-23-2011 11:16 PM

Quote:

Posted by Rezon (Post 25819)
New Idea Proposed:

Have email in front of all codes, for example:

setshield [email protected]/shield1.png

It will still keep things organized, if that's the purpose of the entire code reconfiguration.

Wouldn't be done for private reasons.

Rezon 10-24-2011 12:05 AM

Quote:

Posted by callimuc (Post 25859)
Wouldn't be done for private reasons.

in that case.... i'm out of ideas :P

Kavan 10-24-2011 12:55 AM

Could do something like:

PHP Code:

function onPlayerChats(){
  if(
player.chat.starts("set")){
    
temp.tokens player.chat.tokenize();
    if(
temp.tokens[1].starts("personal")){
      switch(
temp.tokens[0]){
        case 
"setshield":
          
getShieldFile(temp.tokens[1].substring(8));
        break;
      }
    }
  }
}

function 
getShieldFile(temp.id){
  
player.shield "Classic_personal_shield_"@player.account@"-"@id@".png";


Then all you'd have to type would be:
Quote:

setshield personal101
It's not a hard script. Why not have it this way instead of typing out a massive file name?

MattKan 10-24-2011 12:57 AM

So now that they've started charging for shields, they make the shields harder to use?

Wow, that seems backwards.


All times are GMT. The time now is 05:30 AM.

Powered by vBulletin/Copyright ©2000 - 2025, vBulletin Solutions Inc.