Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Staff = line filled (https://forums.graalonline.com/forums/showthread.php?t=134268559)

JohnnyChimpo 08-02-2013 04:28 AM

Staff = line filled
 
Just bought a server and i was wondering why the staff = line was filled with accounts. Please let me know asap. Thanks

dylan 08-02-2013 04:29 AM

If you have previously rented a server, that content carries over into your new rental. Is it possible you had staff added last time you purchased a server?

Draenin 08-02-2013 04:31 AM

Ghosts.

Emera 08-02-2013 08:32 AM

As a side-note, I'd really like to be able to have multiple staff lines (purely for organisational purposes) as you have with multiple GMap lines. The staff line gets extremely long and I'd like to be able to sort my team up into departments in their own staff line. Just a thought.

MysticalDragon 08-02-2013 09:37 AM

Quote:

Originally Posted by Emera (Post 1721386)
As a side-note, I'd really like to be able to have multiple staff lines (purely for organisational purposes) as you have with multiple GMap lines. The staff line gets extremely long and I'd like to be able to sort my team up into departments in their own staff line. Just a thought.

^^^Great Idea :o

Emera 08-02-2013 10:46 AM

Quote:

Originally Posted by MysticalDragon (Post 1721387)
^^^Great Idea :o

I know Delteria's server options would benefit from this, *****.

Tashkin 08-02-2013 01:13 PM

Quote:

Originally Posted by Emera (Post 1721386)
As a side-note, I'd really like to be able to have multiple staff lines (purely for organisational purposes) as you have with multiple GMap lines. The staff line gets extremely long and I'd like to be able to sort my team up into departments in their own staff line. Just a thought.

Agreed.

Cubical 08-02-2013 01:26 PM

Quote:

Originally Posted by Emera (Post 1721386)
As a side-note, I'd really like to be able to have multiple staff lines (purely for organisational purposes) as you have with multiple GMap lines. The staff line gets extremely long and I'd like to be able to sort my team up into departments in their own staff line. Just a thought.

I just add people to the staff=line and then do the following to organize staff and distribute in game rights so i can control both staff that needs RC and ones that do not all from the server options

staff=Cubical,etc
dungeonmaster=Cubical, etc ->highest level rights
gamemaster=randomaccounthere,blah,blah ->second highest
playerrelations=randomaccounthere,blah,blah, -> whatever else
guest=Stefan,etc -> any guest accounts that need basic rights

Then on login I check to see if the account is in the server options and set clientr.isStaff=true and then check to what type of rights to give the player and loop through all the lower rights until i get to the top level of what the player has and add any other flags, wnpcs or classes that the player needs for whatever they are in the serveroptions. Whenever a weapon is added in the staff weapon list after login or the server options is updated it checks and reapplies accordingly.

Anyways just sharing my way of organization

JohnnyChimpo 08-02-2013 05:08 PM

Glad to see this thread sparked some other discussion too ;)

@dylan, i have never rented a server on this account i dont know any of the account names listed under that staff list. My feeling is that it is a left over staff line from the previous owner of the server before it got shut down then reassigned to me. Could this be it?

Emera 08-02-2013 05:15 PM

Quote:

Originally Posted by Cubical (Post 1721396)
I just add people to the staff=line and then do the following to organize staff and distribute in game rights so i can control both staff that needs RC and ones that do not all from the server options

staff=Cubical,etc
dungeonmaster=Cubical, etc ->highest level rights
gamemaster=randomaccounthere,blah,blah ->second highest
playerrelations=randomaccounthere,blah,blah, -> whatever else
guest=Stefan,etc -> any guest accounts that need basic rights

Then on login I check to see if the account is in the server options and set clientr.isStaff=true and then check to what type of rights to give the player and loop through all the lower rights until i get to the top level of what the player has and add any other flags, wnpcs or classes that the player needs for whatever they are in the serveroptions. Whenever a weapon is added in the staff weapon list after login or the server options is updated it checks and reapplies accordingly.

Anyways just sharing my way of organization

I already do something similar to this and it's a great way to organize your staff, but when you're preparing to add somebody or remove somebody, you're going to have to filter through a giant one-line list of staff that could potentially be 20-30 accounts long (which is the case on Delteria).

Quote:

Originally Posted by JohnnyChimpo (Post 1721410)
@dylan, i have never rented a server on this account i dont know any of the account names listed under that staff list. My feeling is that it is a left over staff line from the previous owner of the server before it got shut down then reassigned to me. Could this be it?

I believe servers are recycled and sometimes old server content remains on your newly rented server from when it was removed from its previous owner. I think others on the forums have had issues like this before.

dylan 08-02-2013 05:18 PM

Quote:

Originally Posted by JohnnyChimpo (Post 1721410)
@dylan, i have never rented a server on this account i dont know any of the account names listed under that staff list. My feeling is that it is a left over staff line from the previous owner of the server before it got shut down then reassigned to me. Could this be it?

Yes, this could be very possible. I believe gservers are wiped before being reassigned, but possibly not. Maybe it was even just a random bug you've stumbled upon.

Check other folders (including the accounts folder) and check if this is the case.

Cubical 08-02-2013 05:31 PM

Quote:

Originally Posted by Emera (Post 1721411)
I already do something similar to this and it's a great way to organize your staff, but when you're preparing to add somebody or remove somebody, you're going to have to filter through a giant one-line list of staff that could potentially be 20-30 accounts long (which is the case on Delteria).



I believe servers are recycled and sometimes old server content remains on your newly rented server from when it was removed from its previous owner. I think others on the forums have had issues like this before.

Maybe it's just me but 30 people in your staff= account means it probably just needs to be cleaned out seeing as for most servers thats more than their player base and for the two top classic servers is a little under half.

Emera 08-02-2013 05:33 PM

Quote:

Originally Posted by Cubical (Post 1721413)
Maybe it's just me but 30 people in your staff= account means it probably just needs to be cleaned out seeing as for most servers thats more than their player base and for the two top classic servers is a little under half.

Possibly, but that's not the issue here haha. I'm just saying it'd be nice (especially for larger servers with larger staff teams) to have this feature.

Elk 08-02-2013 06:22 PM

why not have the serveroptions not have automatical break but define it with
NPC Code:
staff=x;



then you could go like
NPC Code:
staff=a
b
c
d;


fowlplay4 08-02-2013 06:30 PM

Quote:

Originally Posted by Elk (Post 1721415)
why not have the serveroptions not have automatical break but define it with
NPC Code:
staff=x;



then you could go like
NPC Code:
staff=a
b
c
d;


that's a terrible idea. if they're going to make it easier then they should either allow multiple staff lines and/or a variable method. I.e.

staff=a,b,c,d
staff=e,f,g,h

staff=$staff_managers,Graal123456
staff_managers=fowlplay4,fp4

I would prefer the variable on Zodiac because I already maintain a list of staff positions similar to how I have it and it makes it easier to reference in script.


All times are GMT +2. The time now is 03:32 AM.

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