Jump to content
Sign in to follow this  
Tepoo

groups different storage amount

Recommended Posts

i would like to give different groups, a different ammount of storage slots.

 

i tested a little bit with the sourcedcode and i think its not that hard to implement.

also because it seems that also official servers have this feature.

 

for example

 

{
id: 1 /* group 1 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
/* no commands by default */
}
permissions: {
/* without this basic permissions regular players could not 
trade or party */
can_trade: true
can_party: true
view_equipment: true
        storage: 900
}
}

 

this feature would be very nice :-)

Edited by Tepoo

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.