Page 1 of 1

Make myself owner/admin

Posted: Thu Jul 17, 2025 5:17 pm
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 :)

Re: Make myself owner/admin

Posted: Thu Jul 17, 2025 5:20 pm
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.

Re: Make myself owner/admin

Posted: Sat Oct 18, 2025 11:09 am
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

Re: Make myself owner/admin

Posted: Thu Dec 18, 2025 1:50 am
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