Quote:
	
	
		
			
				Originally posted by sage_chaozu  
I don't think he has trouble understanding them. 
But rather what options there are to be set. He probably does not have a complete list of all available options. 
			
		 | 
	
	
 Neither does anybody else, besides Stefan probably. But, here goes what I know.
NPC Code:
#Gameplay options
startlevel           Level name for new players to start
startx               X coordinate for new players to start
starty               Y coordinate for new players to start
unstickmelevel       Level name where the player gets send by "unstick me", only required if different from start location
unstickx             X Coordinate
unsticky             Y Coordinate
putnpcenabled        Wether putnpc is allowed. I believe this only applies to servers without an NPC Server
noexplosions         Wether it is possible to create "explosions"
setbodyallowed
setheadallowed
setbomyallowed
setswordallowed
setshieldallowed     Wether the setwhatever command is allowed
bush[color=bu****ems does not need to be censored][/color]items            Wether bushes drop items, probably only without NPC Server
baddyitems           Wether baddies drop items, probably only without NPC Server
healswords           Wether swordpower < 0 is allowed
swordlimit           Maximal sword power
heartlimit           Maximal fullheart count
aptime0=75
aptime1=150
aptime2=300
aptime3=600
aptime4=1200
aptime5=2400         Amount of seconds before AP rises
mindeathgralats
maxdeathgralats      The amount of gralats dropped at death
normaladminscanchangegralats
                     Wether normal admins can change gralat count, although I do not know what defines
                     a normal admin. It used to be adminlevel < 4 I believe
staffguilds          Beginning of guilds that appear in the Staff part of the playerlist, divided by commas.
                     If only the exact guild name should be on the staff part, put a ) behind it
jaillevels           Levels which act like a jail (only PMing admins, not leaving clientsidely)
gmaps                Names of the gmaps which the server needs to load, I think
bigmap               Default big map. Format as in the script command setmap
minimap              Default mini map. Format as in the script command setmap
newtilesets          Wether the new tiles format is used
newtilesetlevels     Levels in which the new tiles format is used (for serverside onwall checks probably)
translatedlanguages  What languages signs and stuff has been translated to (reads from languageName.txt)
serverlanguage       What the language of all the signs and stuff is
weaponorder          The weapons in this string list get loaded before all others, in this particular order
warptoforall         Wether everybody can use the warpto commands
ghostmodefornotstaff Wether everybody but admins will be in ghost mode, even with upgraded accounts
playerlisticons      List of the options for a player' status in the playerlist. The image always is "plisticonNAME.png"
profilevars          The values in a player's profile. You can do "playerkills,playerdeaths" etc,
                     but also "Displayed Name:=stringname of value" (loaded from a player's account)
staff                List of the accounts allowed to log on RC. Replaces the former adminlevel > 0