Make myself owner/admin

If you're interested in running your own server, this is the place to go.
Post Reply
rackpkk
Posts: 1
Joined: Thu Jul 17, 2025 5:16 pm

Make myself owner/admin

Post by rackpkk »

I would really appreciate a straightforward answer on how to make myself admin. I don't have a lot of coding knowledge fyi. Please and thank you :)
Stormy
Site Admin
Posts: 109
Joined: Wed Oct 02, 2024 6:37 pm

Re: Make myself owner/admin

Post by Stormy »

Use a sqlite database editor on data/rsc.sqlite3. I haven't tried this one, but maybe it works well for the job: https://sqlitebrowser.org/

Edit the rank field of your player character. Set it to 3.

The admin commands aren't really documented (oops), but the bottom line is they're similar to runescript commands.

Code: Select all

::ftele x y
::give item_name amount
::advancestat stat_name xp
The superchisel item has some useful behaviour attached.
Sleepdawn
Posts: 1
Joined: Sat Oct 18, 2025 11:08 am

Re: Make myself owner/admin

Post by Sleepdawn »

Great game. Perfect project. Thank you. But i been looking all over using other commands. I cant get them to work. Is their a link to ones that work?. Thx you again
mmmok
Posts: 1
Joined: Thu Dec 18, 2025 1:42 am

Re: Make myself owner/admin

Post by mmmok »

which commands did you need help with?
::advancestat name exp
the stats are "attack", "defence", "strength", "hitpoints", "ranged", "prayer",
"magic", "cooking", "woodcutting", "fletching", "fishing",
"firemaking", "crafting", "smithing", "mining", "herblaw"
::advancestat defence 999999

::give item amount
at the time of writing you need to add _'s for the name e.g. rune_2-handed_sword or runes blood-rune
::give rune_2-handed_sword 1

you can view the commands in admin.c

you can type commands like ::onlinelist ::makeover


Alternatively you can use this version: https://2003scape.github.io/
You can run a server locally just by pressing the start server button, commands are right there too
Post Reply