Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-03-2002, 12:15 AM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
Question Server Options list?

is there a list with all things that can be used in server options listed on a file that staff can get?

every ******* i go there is a new thing i didn't know....
Reply With Quote
  #2  
Old 12-03-2002, 02:02 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
serveroption names are usually self explanatory =/ which ones dont you understand
Reply With Quote
  #3  
Old 12-03-2002, 02:56 PM
sage_chaozu sage_chaozu is offline
Registered User
sage_chaozu's Avatar
Join Date: Feb 2002
Location: Florida, USA
Posts: 143
sage_chaozu will become famous soon enough
Send a message via ICQ to sage_chaozu Send a message via AIM to sage_chaozu Send a message via MSN to sage_chaozu Send a message via Yahoo to sage_chaozu
ummm

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.
Reply With Quote
  #4  
Old 12-03-2002, 07:38 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Re: ummm

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


Last edited by Loriel; 12-04-2002 at 06:05 AM..
Reply With Quote
  #5  
Old 12-04-2002, 04:34 AM
Neglegence2002 Neglegence2002 is offline
are you happy now?
Join Date: Dec 2001
Location: PA
Posts: 1,254
Neglegence2002 is on a distinguished road
Is there a server option command to rename the NPC server? ive tryed using scripts to rename it and such, but im leaning towards a server options command. If anyone knows it, id be appriciated if you fourm PMed me, or posted it here.
__________________
enter my brain
Reply With Quote
  #6  
Old 12-04-2002, 04:40 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Neglegence2002
Is there a server option command to rename the NPC server? ive tryed using scripts to rename it and such, but im leaning towards a server options command. If anyone knows it, id be appriciated if you fourm PMed me, or posted it here.
no, stefan does that

and loriel, where do you see newtilesetlevels? I have never used or seen it
Reply With Quote
  #7  
Old 12-04-2002, 05:10 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally posted by Python523
and loriel, where do you see newtilesetlevels? I have never used or seen it
I believe it was on Bomy Moon, the dungeons and such
Reply With Quote
  #8  
Old 12-04-2002, 05:48 AM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
God pray for Loriel!!

it helped me very much!

i have other questions...
that weapon order mean that weapons will be loaded automaticaly to the player? like i can put the system npc there?

What is that new tileset format? that one used in graal2002 houses inside?
are normal playerworlds allowed to use that new format?


About the translate thing, how do i make the language TXT?
i mean to link it to npcs and signs.


thx for the help.
Reply With Quote
  #9  
Old 12-04-2002, 06:00 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
no, weapon order is what weapon the client TRIES to load when it connects, it is useful for walking systems, so the client can walk while still loading weapons, the client has to have those weapons

new tileset format is type 1 for the addtiledef param, and you can use it if you want to go through the trouble of redoing all your levels since the tileset format is completelly different

translate thing -> translations folder
Reply With Quote
  #10  
Old 12-04-2002, 06:01 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Originally posted by BinaryCrash
that weapon order mean that weapons will be loaded automaticaly to the player? like i can put the system npc there? No, the weapons only get sent to the players if he has them... you can do "if (actionplayeronline) addweapon Blah;" in your Control-NPC though.

What is that new tileset format? that one used in graal2002 houses inside?
are normal playerworlds allowed to use that new format?
As far as I know... yes.

About the translate thing, how do i make the language TXT?
i mean to link it to npcs and signs.
The server automatically creates a "slanguageOriginal.txt" in the "translations" folder of your server. It should contain all texts shown by message, signs and say2 commands, and everything that's written like #U(this).
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.