Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Admin on own Playerworld (https://forums.graalonline.com/forums/showthread.php?t=134263157)

mrnothersan 05-07-2011 07:23 PM

Admin on own Playerworld
 
Hello,

I am not an admin on my own player world....
We have listed the account names in server options and also set the ip ranges and set the rights.

Please can you tell me how to add myself as admin.

Regards
Dominic

Tigairius 05-07-2011 07:29 PM

I checked your rights on your own server and you have full rights. Can you explain the problem a little better? What exactly makes you think you're not an admin on your own server?

mrnothersan 05-07-2011 07:39 PM

Quote:

Originally Posted by Tigairius (Post 1648221)
I checked your rights on your own server and you have full rights. Can you explain the problem a little better? What exactly makes you think you're not an admin on your own server?

Hi

Thanks for your reply
We can get everything in Graal Remote Control but not the in-game admin tools such as warp to.

Thanks

Tigairius 05-07-2011 07:42 PM

I changed some of your server options, so warpto might work. Make sure you're using it in the correct format, that is, "warpto x y levelname.nw"

mrnothersan 05-07-2011 07:46 PM

Quote:

Originally Posted by Tigairius (Post 1648224)
I changed some of your server options, so warpto might work. Make sure you're using it in the correct format, that is, "warpto x y levelname.nw"

Thanks, warpto works!
Also, I do not have a staff tag...
I have tried:
Quote:

/stafftag
That didn't apply the staff tag

Also, do staff have to have Gold Membership to use the warpto commands as my real-life best friend is helping with my playerworld but does not have Gold.

Regards

cbk1994 05-07-2011 08:19 PM

You have to script your own staff tag if you want to use some command for it. I think there are examples on the forums somewhere.

mrnothersan 05-07-2011 08:20 PM

Quote:

Originally Posted by cbk1994 (Post 1648232)
You have to script your own staff tag if you want to use some command for it. I think there are examples on the forums somewhere.

Okay thanks :)

mrnothersan 05-07-2011 08:43 PM

Please can you give me a link to one of the posts that has things about staff tags?

Regards

PowerProNL 05-07-2011 10:46 PM

Guide:
/openflags <your account> (without < >)
type in: clientr.stafftag=<here a stafftag> (e.g: clientr.stafftag=Owner without < >) and apply
/openweapons <your account> (without < >)
type in the weapon name and apply.

then say: /stafftag

PHP Code:

function onActionServerSide(cmd) {
  switch (
cmd) {
    case 
"tag":
        
player.guild clientr.stafftag;
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat "/stafftag") {
    
triggerserver("gui"this.name"tag");
  }



fowlplay4 05-07-2011 11:14 PM

Quote:

Originally Posted by PowerProNL (Post 1648261)
Script...

PHP Code:

function onActionServerSide(cmd) {
  if (
cmd == "tag") {
    
player.guild clientr.stafftag;
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/stafftag") {
    
triggerserver("gui"this.name"tag");
  }



mrnothersan 05-07-2011 11:20 PM

Got one now. thanks :)

Rave_J 05-10-2011 08:22 PM

Quote:

Originally Posted by cbk1994 (Post 1648232)
You have to script your own staff tag if you want to use some command for it. I think there are examples on the forums somewhere.

No u dont y u always want to script when u dont have too
in the guild folder on rc
open a txt file up in notepad
put account and nick
example Rave_J:Rave,Stefan:Stefan, whatever
then save it and name it guildposition like guildManager and then move it to the guild folder

lol thats the old school way if u want it to show on the staff list
just as the guild in server ops
i beleave its been awhile


then say setnick Rave (Manager)
and it will work c u dont have to have a script just to put a staff tag on thats wasteful to me

cbk1994 05-10-2011 10:30 PM

Quote:

Originally Posted by Rave_J (Post 1648820)
and it will work c u dont have to have a script just to put a staff tag on thats wasteful to me

I never said you did.

Quote:

Originally Posted by cbk1994 (Post 1648232)
You have to script your own staff tag if you want to use some command for it.

He said he wanted to say "/stafftag" for his staff tag. Please read the thread before responding.

Rave_J 05-11-2011 01:35 AM

i guess u didnt read it right.
"Also, I do not have a staff tag...
I have tried /stafftag"
it sound like he thinks thats the only way to do it and i was just giving him another option if he didnt want to use the script


All times are GMT +2. The time now is 10:51 PM.

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