PDA

View Full Version : [317] Giving Players Special Rights [317]



Malik
June 21st, 2010, 18:22
Hey, I couldn't find a tutorial for this topic so i decided to make one.

This tutorial shows you how to make other players(or yourself) Moderator,Administrator, or Owner.

What you will need to know:

PLAYER RIGHTS:

0 = Player

1 = Moderator

2 = Administrator

3 = Owner

4 = Hidden Administrator

10 = Hidden Moderator

20 = Hidden Owner

Open up your server files, and open up the character folder.

Now, Search for the name of the player you want to give rights to.Say you are looking for "Malik" scroll down the names until you find a text document named "Malik" or you can search the name instead if you don't wanna look yourself.

Open up the file and it should look something like this:


[ACCOUNT]
character-username = Malik
character-password = 33b94214bd5f4fb004c079e7e0222fb1

[CHARACTER]
character-height = 0
character-posx = 2524
character-posy = 4770
character-rights = 3
character-lastconnection = 127.0.0.1
character-special = 42475
character-tz = -1
character-starter = 1
character-pouch1 = 0
character-pouch2 = 0
character-pouch3 = 0
character-pouch4 = 0
character-energy = 9835
character-taskID = -1
character-taskAmount = -1
character-jad = 0
character-q1 = 15
character-q2 = 15
character-q3 = 15
character-q4 = 15
character-q5 = 15
character-q6 = 15
character-q7 = 15
character-q8 = 15
character-q9 = 15
character-q10 = 15
character-q11 = 15
character-brightness = 0
character-fighttype = 1
character-skill = 0
character-chat = 0
character-ancients = 1
character-pin = 0
character-pkPoints = 99999
character-saradomin = 0
character-retaliate = 0
character-action = 0
character-pcpoints = 99999
character-assault = 99999
character-donator = 0
character-bow = 100
character-shield = 100

[EQUIPMENT]
character-equip = 0 14518 1
character-equip = 1 6570 1
character-equip = 2 6585 1
character-equip = 3 13664 1
character-equip = 4 14517 1
character-equip = 5 -1 0
character-equip = 6 -1 0
character-equip = 7 14519 1
character-equip = 8 -1 0
character-equip = 9 7462 1
character-equip = 10 2904 1
character-equip = 11 -1 0
character-equip = 12 -1 0
character-equip = 13 -1 0

[LOOK]
character-look = 0 0
character-look = 1 3
character-look = 2 10
character-look = 3 18
character-look = 4 26
character-look = 5 33
character-look = 6 36
character-look = 7 42
character-look = 8 3
character-look = 9 1
character-look = 10 2
character-look = 11 3
character-look = 12 5
character-look = 13 0
character-look = 14 3
character-look = 15 1
character-look = 16 2
character-look = 17 0
character-look = 18 1

[SKILLS]
character-skill = 0 115 14233240
character-skill = 1 99 14000000
character-skill = 2 99 14000000
character-skill = 3 99 14339605
character-skill = 4 99 14000000
character-skill = 5 99 14000000
character-skill = 6 99 14296800
character-skill = 7 99 14010000
character-skill = 8 99 14000900
character-skill = 9 99 14000000
character-skill = 10 99 14000000
character-skill = 11 99 14000000
character-skill = 12 99 14000000
character-skill = 13 99 14000000
character-skill = 14 99 14000000
character-skill = 15 99 14000000
character-skill = 16 99 14000000
character-skill = 17 99 14000000
character-skill = 18 99 14000000
character-skill = 19 99 14000000
character-skill = 20 99 14000000
character-skill = 21 1 0
character-skill = 22 1 0
character-skill = 23 1 0
character-skill = 24 1 0

[ITEMS]
character-item = 0 4152 1
character-item = 1 3102 1
character-item = 2 158 1
character-item = 3 164 1
character-item = 4 148 1
character-item = 5 566 88
character-item = 6 561 76
character-item = 7 556 64
character-item = 8 3043 1
character-item = 9 9094 1
character-item = 10 996 899999999
character-item = 11 239 1
character-item = 12 6740 1
character-item = 13 3754 1
character-item = 14 4713 1
character-item = 15 4715 1
character-item = 20 392 1
character-item = 21 392 1
character-item = 22 392 1
character-item = 23 392 1
character-item = 24 392 1
character-item = 25 392 1
character-item = 26 392 1
character-item = 27 392 1

[BANK]
character-bank = 0 996 999399610
character-bank = 1 392 999967
character-bank = 3 36 1

[FRIENDS]
character-friend = 0 535330
character-friend = 1 19770763
character-friend = 2 615578
character-friend = 3 16652168084

[IGNORES]

[EOF]

Now search, (CTRL + F) "character-rights" and you should see something like this:


character-rights = 3

Now, my example of the character rights code was made to set the player to Owner Status.Now if you remember:


0 = Player

1 = Moderator

2 = Administrator

3 = Owner

4 = Hidden Administrator

10 = Hidden Moderator

20 = Hidden Owner

Change the number after the "=" sign to the corresponding values.Save the file, and restart your server!

CREDITS:
100% credits to me

Ninga Nun
June 25th, 2010, 09:36
Nice tut, this will be very helpful for beginners :)

Malik
June 25th, 2010, 15:28
Nice tut, this will be very helpful for beginners :)

Thanks, since this is for beginners, I try to make this tutorial as descriptive as possible.

gilles
June 26th, 2010, 04:43
You don't need to restart, the player must be logout when saving, and when the player will login, he will be what he just filled in.

Malik
June 26th, 2010, 16:33
You don't need to restart, the player must be logout when saving, and when the player will login, he will be what he just filled in.

I guess that works too, didn't remember that thanks

Avoid
June 26th, 2010, 16:43
4 is hidden administrator and 10 is hidden moderator.

Malik
June 26th, 2010, 16:54
4 is hidden administrator and 10 is hidden moderator.

Thanks, I only added the basic ones, I'll add that on thanks.

Mish
June 26th, 2010, 16:56
You don't need to restart, the player must be logout when saving, and when the player will login, he will be what he just filled in.
was just going to write that :P

gilles
June 26th, 2010, 18:42
I think 20 is hidden Admin. It's on my server.

Malik
June 26th, 2010, 18:52
I think 20 is hidden Admin. It's on my server.

I'm 100% sure 4 is hidden admin, I know my numbers...

Mohammad
June 28th, 2010, 13:24
Nice job!
I really didn't know about player rights 10. ;).

Malik
June 28th, 2010, 15:31
Nice job!
I really didn't know about player rights 10. ;).

Same here lmao...

Zero Mercy
June 28th, 2010, 20:21
I think 20 is hidden Admin. It's on my server.

20 is the main owner. Look it up in client.java. It's on my delta anyways.

Malik
June 29th, 2010, 18:47
20 is the main owner. Look it up in client.java. It's on my delta anyways.

I'll add that in thanks.

gilles
July 9th, 2010, 03:20
20 is hidden admin at my client, I saw it when I was adding hoster rank.