Poison
New member
- Messages
- 45
- Points
- 0
- Github
- pois8n
- Emulator
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces or any of these characters which are not allowed in
// Windows filenames /:*?"<>|
// ... or else guild emblems won't work client-side!
server_name: Hercules
// Type of server.
// No functional side effects at the moment.
// Displayed next to the server name in the client.
// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P
char_maintenance: 0
// Start point, Map name followed by coordinates (x,y)
start_point: dicastes01,196,46
*getserverinfo(<type>
0 - Server Name.
1 - Character Maintenance.
2 - Starting Point Map.
//Other stuffs to consider:
IP Address
Server Peak (Max Online Players)
Add more here
Sample Script:
if (getserverinfo(0) == "Hercules") { disablenpc "Kafra"; }
Just my thought, what do you think guys?
Last edited by a moderator: