
05-02-2003, 07:31 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
Server-Options & Scripting-Team
|
There is now a global scripting team, mainly made of Graal Kingdoms staff, so they can contact me easily. Those people can help you fix scripting leaks, optimize scripts and give general information about setting up gmaps etc. If you want them to help you then you need to give them npc rights. Only in a few cases they will get access to scripts with the local staff allowness - mainly when scripts cause big problems (using a lot of traffic or memory or allowing hackers to dupe items etc.) and no local scripter is online. You can disable warpto for the scripting team with the warptoforlowadmins=false option. All existing options:
startlevel=default starting level
startx=x position of the player in the starting level
starty=y position of the player in the starting level
protectedweapons=weapons that cannot be deleted by the player
jaillevels=level names comma separated
unstickmelevel=level where the player will be put when doing "unstick me"
unstickmex=x position of the player in the unstick-me-level
unstickmey=y position of the player in the unstick-me-level
noexplosions=true/false
setbodyallowed=true/false
setheadallowed=true/false
setbomyallowed=true/false
setswordallowed=true/false
setshieldallowed=true/false
mindeathgralats=number
maxdeathgralats=number
normaladminscanchangegralats=true/false
staffguilds=guilds will appear in the upper part of the player list when starting with one of these names
b u s h i t e ms=true/false
baddyitems=true/false
healswords=true/false
respawntime=seconds until bushes re-appear
horselifetime=seconds until horses disappear
baddyrespawntime=seconds until baddies re-appear
dontaddserverflags=true/false
bigmap=maptext,mapimage,defaultx,defaulty
minimap=maptext,mapimage,defaultx,defaulty
warptoforall=true/false
warptoforlowadmins=true/false (level 1 global admins)
ghostmodeenabled=true/false
ghostmodefornotstaff=true/false
playerlisticons=icons for the status of the player - a file plisticonNAME.png must be provided
profilevars=described in newfeatures2002.txt
startap=players start with that ap
limitfreeplayers2=disables adding of bombs, arrows, explosions for trial accounts
apsystem=true/false
globalguilds=true/false
aptime0=seconds it takes until going up 1 ap point when being under 20 ap (default 30 seconds)
aptime1=ap increment when being under 40 ap (default 90 seconds)
aptime2=ap increment when being under 60 ap (default 300 seconds)
aptime3=ap increment when being under 80 ap (default 600 seconds)
aptime4=ap increment when being under 100 ap (default 1200 seconds)
heartlimit=number
swordlimit=number
putnpcenabled=true/false
enabletranslations=true/false
translatedlanguages=Deutsch etc.
serverlanguage=English by default
sleepwhennoplayers=true/false
newtilesets=true/false
newtilesetlevels=level names comma separated
staff=account names comma separated
gmaps=gmap levels comma separated (without .gmap)
weaponorder=weapon names comma separated, will be sent first
npcrights=true/false
dontchangekills=true/false
The dontchangekills-option is not enabled on all servers yet. There are also new scripting features: With if (playertrial) you can check if a player is in trial mode. The control-npc gets if (rcchat) messages when you type /npcCOMMAND PARAMS on the chat bar on RC. The variables #p(0) will contain the command, #p(1) etc. the parameters. |
|
|
|