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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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