<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://graalonline.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Petro1212</id>
	<title>Graal Bible - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://graalonline.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Petro1212"/>
	<link rel="alternate" type="text/html" href="https://graalonline.net/Special:Contributions/Petro1212"/>
	<updated>2026-04-09T23:04:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Skyld&amp;diff=6724</id>
		<title>User:Skyld</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Skyld&amp;diff=6724"/>
		<updated>2006-04-01T16:25:09Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{player}}&lt;br /&gt;
----&lt;br /&gt;
Lex, aka `Skyld'&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
Skyld is a [[Regular]] user of the [[GScript IRC Channel|#gscript]] IRC Channel (freenode) and [[GScript IRC Channel|#gscript]] [[Guild]] member. He is a fairly good [[Scripter]], and has been known to help other #gscript visitors with their scripting problems.&lt;br /&gt;
&lt;br /&gt;
=== Staff Positions ===&lt;br /&gt;
Skyld is a member of the Global Scripting Team and the owner of Rudora.&lt;br /&gt;
&lt;br /&gt;
=== Accounts ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| '''Name'''&lt;br /&gt;
| '''Admin level'''&lt;br /&gt;
| '''Free upgrades'''&lt;br /&gt;
| '''Banned?'''&lt;br /&gt;
| '''Comments'''&lt;br /&gt;
|-&lt;br /&gt;
| Skyld&lt;br /&gt;
| 1 (All)&lt;br /&gt;
| None&lt;br /&gt;
| No&lt;br /&gt;
| GST&lt;br /&gt;
|-&lt;br /&gt;
| Rudora_Admin4&lt;br /&gt;
| 1 (Rudora only)&lt;br /&gt;
| Admin account&lt;br /&gt;
| No&lt;br /&gt;
| None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents written by Skyld ===&lt;br /&gt;
* [[Creation/Dev/Graal_v4_IRC|Graal v4 IRC Documentation]]&lt;br /&gt;
* [[Creation/Dev/Troubleshooting_Graal_v4_IRC|Troubleshooting Graal v4 IRC]]&lt;br /&gt;
* [[Creation/Dev/Basics_of_NPC-Control|Basics of NPC-Control]]&lt;br /&gt;
* [[Creation/Dev/Output_Methods|GScript2 Output Methods]]&lt;br /&gt;
&lt;br /&gt;
=== Comments ===&lt;br /&gt;
Any comments about Skyld may be added here.&lt;br /&gt;
&lt;br /&gt;
LOLSkyld&lt;br /&gt;
&lt;br /&gt;
Hey Skyld &amp;lt;3 - andrew&lt;br /&gt;
&lt;br /&gt;
&amp;lt;3 &amp;lt;3 skyld - Kronan&lt;br /&gt;
&lt;br /&gt;
&amp;lt;3 x2 - Smu&lt;br /&gt;
&lt;br /&gt;
*lick* - Warcaptain&lt;br /&gt;
&lt;br /&gt;
=o I gaze trough his window at night, wait.. no that was the hotty from next door's window. I stalk you over the internet -Ang =o!&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6723</id>
		<title>Creation/Dev/Update Packages</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6723"/>
		<updated>2006-04-01T16:19:40Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Base Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update Packages allow you to package files together and allow the user to manually download them when they log in, or force them to download the files when they log in. This is good for downloading certain images or ganis the first time a player logs in to a server or when they are updated, and it will help prevent the game form looking weird while everything loads individually.&lt;br /&gt;
&lt;br /&gt;
Note: This is missing some information, but should be enough to get you started on update packages. Experiment with it, some fun stuff may happen :).&lt;br /&gt;
&lt;br /&gt;
===Using Update Packages===&lt;br /&gt;
Update Packages are based on plain-text files, and have a fairly simple syntax.&lt;br /&gt;
&lt;br /&gt;
You first need to add a folder option so that the .gupd file is downloadable.&lt;br /&gt;
&amp;lt;pre&amp;gt;file    *.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You then need to create a file called basepackage.gupd. This will specify the subpackages.&lt;br /&gt;
&lt;br /&gt;
====Base Package====&lt;br /&gt;
Here is the general syntax of a basepackage.gupd file.&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME My Packages&lt;br /&gt;
VERSION 1.23&lt;br /&gt;
PLATFORM any&lt;br /&gt;
SUBPACKAGE package_images.gupd&lt;br /&gt;
SUBPACKAGE package_sounds.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lets break it apart piece by piece.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&amp;lt;/pre&amp;gt;&lt;br /&gt;
All .gupd files must start with this line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NAME My Packages&amp;lt;/pre&amp;gt;&lt;br /&gt;
The name of the package. In this case it's name is &amp;quot;My Packages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;VERSION 1.23&amp;lt;/pre&amp;gt;&lt;br /&gt;
The version of the package. In this case, the version is &amp;quot;1.23&amp;quot; Increasing the version number will result into the Button &amp;quot;Update&amp;quot; to appear in the Updates menu under the desired catagory. Incase the packadge is manditory it will automaticly update.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SUBPACKAGE package_images.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
This line gives the filename of a subpackage, which can contain other files. You can have as many subpackages as you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;USECHECKSUM false&amp;lt;/pre&amp;gt;&lt;br /&gt;
A checksum is a modulated number of all the data within a file. It basically allows the download to be checked for any erronous data that may have appeared during the transfer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PROTECTOVERWRITE true&amp;lt;/pre&amp;gt;&lt;br /&gt;
Unsure. Though it may be self-explanitory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required or base it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PLATFORM any&amp;lt;/pre&amp;gt;&lt;br /&gt;
What platform(s) this pacakge is available to. In this case it will be available to people on all platforms.&lt;br /&gt;
Available platforms: mac,win,linux,any.&lt;br /&gt;
&lt;br /&gt;
====Sub Packages====&lt;br /&gt;
Subpackages work similar to the base package. &lt;br /&gt;
&lt;br /&gt;
General Subpackage file&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Maloria Images. &amp;lt;img src=&amp;quot;images/alchemybottlered.gif&amp;quot;&amp;gt;&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
SUBPACKAGE images_guimain.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
The only new parameter here is DESCRIPTION. It contains a description of the package. It currently supports limited HTML markup. You must put DESCRIPTIONEND at the end of a description.&lt;br /&gt;
&lt;br /&gt;
This points to another Subpackage, which contains the actual files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME GUI Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Images used for Maloria's GUIs.&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
MODE required&lt;br /&gt;
FILE levels/webgifs/maldefaultwindow.png&lt;br /&gt;
FILE levels/webgifs/maldefaultscroll.png&lt;br /&gt;
FILE levels/webgifs/maldefaultbutton.png&lt;br /&gt;
FILE levels/webgifs/maldefaultcheck.png&lt;br /&gt;
FILE levels/webgifs/maldefaultslider.png&lt;br /&gt;
FILE levels/webgifs/maldefaulttextedit.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the general layout of a subpackage that contains files. The only new attributes here are FILE and MODE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required or base it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FILE levels/webgifs/maldefaultcheck.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the location on the clients computer to save the files, relative to the Graal directory.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6722</id>
		<title>Creation/Dev/Update Packages</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6722"/>
		<updated>2006-04-01T16:19:22Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Sub Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update Packages allow you to package files together and allow the user to manually download them when they log in, or force them to download the files when they log in. This is good for downloading certain images or ganis the first time a player logs in to a server or when they are updated, and it will help prevent the game form looking weird while everything loads individually.&lt;br /&gt;
&lt;br /&gt;
Note: This is missing some information, but should be enough to get you started on update packages. Experiment with it, some fun stuff may happen :).&lt;br /&gt;
&lt;br /&gt;
===Using Update Packages===&lt;br /&gt;
Update Packages are based on plain-text files, and have a fairly simple syntax.&lt;br /&gt;
&lt;br /&gt;
You first need to add a folder option so that the .gupd file is downloadable.&lt;br /&gt;
&amp;lt;pre&amp;gt;file    *.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You then need to create a file called basepackage.gupd. This will specify the subpackages.&lt;br /&gt;
&lt;br /&gt;
====Base Package====&lt;br /&gt;
Here is the general syntax of a basepackage.gupd file.&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME My Packages&lt;br /&gt;
VERSION 1.23&lt;br /&gt;
PLATFORM any&lt;br /&gt;
SUBPACKAGE package_images.gupd&lt;br /&gt;
SUBPACKAGE package_sounds.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lets break it apart piece by piece.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&amp;lt;/pre&amp;gt;&lt;br /&gt;
All .gupd files must start with this line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NAME My Packages&amp;lt;/pre&amp;gt;&lt;br /&gt;
The name of the package. In this case it's name is &amp;quot;My Packages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;VERSION 1.23&amp;lt;/pre&amp;gt;&lt;br /&gt;
The version of the package. In this case, the version is &amp;quot;1.23&amp;quot; Increasing the version number will result into the Button &amp;quot;Update&amp;quot; to appear in the Updates menu under the desired catagory. Incase the packadge is manditory it will automaticly update.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SUBPACKAGE package_images.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
This line gives the filename of a subpackage, which can contain other files. You can have as many subpackages as you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;USECHECKSUM false&amp;lt;/pre&amp;gt;&lt;br /&gt;
A checksum is a modulated number of all the data within a file. It basically allows the download to be checked for any erronous data that may have appeared during the transfer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PROTECTOVERWRITE true&amp;lt;/pre&amp;gt;&lt;br /&gt;
Unsure. Though it may be self-explanitory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PLATFORM any&amp;lt;/pre&amp;gt;&lt;br /&gt;
What platform(s) this pacakge is available to. In this case it will be available to people on all platforms.&lt;br /&gt;
Available platforms: mac,win,linux,any.&lt;br /&gt;
&lt;br /&gt;
====Sub Packages====&lt;br /&gt;
Subpackages work similar to the base package. &lt;br /&gt;
&lt;br /&gt;
General Subpackage file&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Maloria Images. &amp;lt;img src=&amp;quot;images/alchemybottlered.gif&amp;quot;&amp;gt;&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
SUBPACKAGE images_guimain.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
The only new parameter here is DESCRIPTION. It contains a description of the package. It currently supports limited HTML markup. You must put DESCRIPTIONEND at the end of a description.&lt;br /&gt;
&lt;br /&gt;
This points to another Subpackage, which contains the actual files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME GUI Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Images used for Maloria's GUIs.&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
MODE required&lt;br /&gt;
FILE levels/webgifs/maldefaultwindow.png&lt;br /&gt;
FILE levels/webgifs/maldefaultscroll.png&lt;br /&gt;
FILE levels/webgifs/maldefaultbutton.png&lt;br /&gt;
FILE levels/webgifs/maldefaultcheck.png&lt;br /&gt;
FILE levels/webgifs/maldefaultslider.png&lt;br /&gt;
FILE levels/webgifs/maldefaulttextedit.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the general layout of a subpackage that contains files. The only new attributes here are FILE and MODE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required or base it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FILE levels/webgifs/maldefaultcheck.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the location on the clients computer to save the files, relative to the Graal directory.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6721</id>
		<title>Creation/Dev/Update Packages</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6721"/>
		<updated>2006-04-01T16:17:10Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Base Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update Packages allow you to package files together and allow the user to manually download them when they log in, or force them to download the files when they log in. This is good for downloading certain images or ganis the first time a player logs in to a server or when they are updated, and it will help prevent the game form looking weird while everything loads individually.&lt;br /&gt;
&lt;br /&gt;
Note: This is missing some information, but should be enough to get you started on update packages. Experiment with it, some fun stuff may happen :).&lt;br /&gt;
&lt;br /&gt;
===Using Update Packages===&lt;br /&gt;
Update Packages are based on plain-text files, and have a fairly simple syntax.&lt;br /&gt;
&lt;br /&gt;
You first need to add a folder option so that the .gupd file is downloadable.&lt;br /&gt;
&amp;lt;pre&amp;gt;file    *.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You then need to create a file called basepackage.gupd. This will specify the subpackages.&lt;br /&gt;
&lt;br /&gt;
====Base Package====&lt;br /&gt;
Here is the general syntax of a basepackage.gupd file.&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME My Packages&lt;br /&gt;
VERSION 1.23&lt;br /&gt;
PLATFORM any&lt;br /&gt;
SUBPACKAGE package_images.gupd&lt;br /&gt;
SUBPACKAGE package_sounds.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lets break it apart piece by piece.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&amp;lt;/pre&amp;gt;&lt;br /&gt;
All .gupd files must start with this line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NAME My Packages&amp;lt;/pre&amp;gt;&lt;br /&gt;
The name of the package. In this case it's name is &amp;quot;My Packages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;VERSION 1.23&amp;lt;/pre&amp;gt;&lt;br /&gt;
The version of the package. In this case, the version is &amp;quot;1.23&amp;quot; Increasing the version number will result into the Button &amp;quot;Update&amp;quot; to appear in the Updates menu under the desired catagory. Incase the packadge is manditory it will automaticly update.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SUBPACKAGE package_images.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
This line gives the filename of a subpackage, which can contain other files. You can have as many subpackages as you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;USECHECKSUM false&amp;lt;/pre&amp;gt;&lt;br /&gt;
A checksum is a modulated number of all the data within a file. It basically allows the download to be checked for any erronous data that may have appeared during the transfer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PROTECTOVERWRITE true&amp;lt;/pre&amp;gt;&lt;br /&gt;
Unsure. Though it may be self-explanitory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PLATFORM any&amp;lt;/pre&amp;gt;&lt;br /&gt;
What platform(s) this pacakge is available to. In this case it will be available to people on all platforms.&lt;br /&gt;
Available platforms: mac,win,linux,any.&lt;br /&gt;
&lt;br /&gt;
====Sub Packages====&lt;br /&gt;
Subpackages work similar to the base package. &lt;br /&gt;
&lt;br /&gt;
General Subpackage file&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Maloria Images. &amp;lt;img src=&amp;quot;images/alchemybottlered.gif&amp;quot;&amp;gt;&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
SUBPACKAGE images_guimain.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
The only new parameter here is DESCRIPTION. It contains a description of the package. It currently supports limited HTML markup. You must put DESCRIPTIONEND at the end of a description.&lt;br /&gt;
&lt;br /&gt;
This points to another Subpackage, which contains the actual files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME GUI Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Images used for Maloria's GUIs.&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
MODE required&lt;br /&gt;
FILE levels/webgifs/maldefaultwindow.png&lt;br /&gt;
FILE levels/webgifs/maldefaultscroll.png&lt;br /&gt;
FILE levels/webgifs/maldefaultbutton.png&lt;br /&gt;
FILE levels/webgifs/maldefaultcheck.png&lt;br /&gt;
FILE levels/webgifs/maldefaultslider.png&lt;br /&gt;
FILE levels/webgifs/maldefaulttextedit.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the general layout of a subpackage that contains files. The only new attributes here are FILE and MODE.&lt;br /&gt;
&lt;br /&gt;
If you have ''MODE required'' then the files will be downloaded the first time the user connects to your server,and every time the VERSION changes.&lt;br /&gt;
If you habe ''MODE optional'' then the user will have to download the files himself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FILE levels/webgifs/maldefaultcheck.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the location on the clients computer to save the files, relative to the Graal directory.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6720</id>
		<title>Creation/Dev/Update Packages</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Update_Packages&amp;diff=6720"/>
		<updated>2006-04-01T16:16:41Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Base Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update Packages allow you to package files together and allow the user to manually download them when they log in, or force them to download the files when they log in. This is good for downloading certain images or ganis the first time a player logs in to a server or when they are updated, and it will help prevent the game form looking weird while everything loads individually.&lt;br /&gt;
&lt;br /&gt;
Note: This is missing some information, but should be enough to get you started on update packages. Experiment with it, some fun stuff may happen :).&lt;br /&gt;
&lt;br /&gt;
===Using Update Packages===&lt;br /&gt;
Update Packages are based on plain-text files, and have a fairly simple syntax.&lt;br /&gt;
&lt;br /&gt;
You first need to add a folder option so that the .gupd file is downloadable.&lt;br /&gt;
&amp;lt;pre&amp;gt;file    *.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You then need to create a file called basepackage.gupd. This will specify the subpackages.&lt;br /&gt;
&lt;br /&gt;
====Base Package====&lt;br /&gt;
Here is the general syntax of a basepackage.gupd file.&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME My Packages&lt;br /&gt;
VERSION 1.23&lt;br /&gt;
PLATFORM any&lt;br /&gt;
SUBPACKAGE package_images.gupd&lt;br /&gt;
SUBPACKAGE package_sounds.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lets break it apart piece by piece.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&amp;lt;/pre&amp;gt;&lt;br /&gt;
All .gupd files must start with this line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;NAME My Packages&amp;lt;/pre&amp;gt;&lt;br /&gt;
The name of the package. In this case it's name is &amp;quot;My Packages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;VERSION 1.23&amp;lt;/pre&amp;gt;&lt;br /&gt;
The version of the package. In this case, the version is &amp;quot;1.23&amp;quot; Increasing the version number will result into the Button &amp;quot;Update&amp;quot; to appear in the Updates menu under the desired catagory. Incase the packadge is manditory it will automaticly update.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;SUBPACKAGE package_images.gupd&amp;lt;/pre&amp;gt;&lt;br /&gt;
This line gives the filename of a subpackage, which can contain other files. You can have as many subpackages as you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;USECHECKSUM false&amp;lt;/pre&amp;gt;&lt;br /&gt;
A checksum is a modulated number of all the data within a file. It basically allows the download to be checked for any erronous data that may have appeared during the transfer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PROTECTOVERWRITE true&amp;lt;/pre&amp;gt;&lt;br /&gt;
Unsure. Though it may be self-explanitory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;MODE required&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each package is &amp;quot;optional&amp;quot; by default.&lt;br /&gt;
Available package modes: &lt;br /&gt;
&amp;lt;B&amp;gt;base&amp;lt;/B&amp;gt; - updates are checked at each login; files the player doesn't have will be downloaded directly. (This methode can be slow, depends on the ammount of files listed in the package)&lt;br /&gt;
&amp;lt;B&amp;gt;required&amp;lt;/B&amp;gt; - updates are checked if the local version differs.&lt;br /&gt;
&amp;lt;B&amp;gt;optional&amp;lt;/B&amp;gt; - only downloaded if the user downloads it trough the &amp;quot;Update&amp;quot; tab and/or the &amp;quot;popup&amp;quot; menu (See below)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
Incase the package MODE isn't set to required it will result in a popup appearing once the player logs on, asking him/her if he/she wants to dowload the package in question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;PLATFORM any&amp;lt;/pre&amp;gt;&lt;br /&gt;
What platform(s) this pacakge is available to. In this case it will be available to people on all platforms.&lt;br /&gt;
Available platforms: mac,win,linux,any.&lt;br /&gt;
&lt;br /&gt;
====Sub Packages====&lt;br /&gt;
Subpackages work similar to the base package. &lt;br /&gt;
&lt;br /&gt;
General Subpackage file&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Maloria Images. &amp;lt;img src=&amp;quot;images/alchemybottlered.gif&amp;quot;&amp;gt;&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
SUBPACKAGE images_guimain.gupd&lt;br /&gt;
USECHECKSUM false&lt;br /&gt;
PROTECTOVERWRITE true&lt;br /&gt;
FLAG popupforoptionalpackages=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
The only new parameter here is DESCRIPTION. It contains a description of the package. It currently supports limited HTML markup. You must put DESCRIPTIONEND at the end of a description.&lt;br /&gt;
&lt;br /&gt;
This points to another Subpackage, which contains the actual files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GRPKG001&lt;br /&gt;
NAME GUI Images&lt;br /&gt;
VERSION 1.00&lt;br /&gt;
PLATFORM any&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
Images used for Maloria's GUIs.&lt;br /&gt;
DESCRIPTIONEND&lt;br /&gt;
MODE required&lt;br /&gt;
FILE levels/webgifs/maldefaultwindow.png&lt;br /&gt;
FILE levels/webgifs/maldefaultscroll.png&lt;br /&gt;
FILE levels/webgifs/maldefaultbutton.png&lt;br /&gt;
FILE levels/webgifs/maldefaultcheck.png&lt;br /&gt;
FILE levels/webgifs/maldefaultslider.png&lt;br /&gt;
FILE levels/webgifs/maldefaulttextedit.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the general layout of a subpackage that contains files. The only new attributes here are FILE and MODE.&lt;br /&gt;
&lt;br /&gt;
If you have ''MODE required'' then the files will be downloaded the first time the user connects to your server,and every time the VERSION changes.&lt;br /&gt;
If you habe ''MODE optional'' then the user will have to download the files himself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;FILE levels/webgifs/maldefaultcheck.png&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is the location on the clients computer to save the files, relative to the Graal directory.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User_talk:Rick&amp;diff=5930</id>
		<title>User talk:Rick</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User_talk:Rick&amp;diff=5930"/>
		<updated>2006-01-28T18:57:38Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Rick, you undid a recent change in the &amp;quot;Worlds&amp;quot; item. The gold servers are pushed together and semi cover the &amp;quot;Content&amp;quot; tab up. For people using 600x800 desktop size =).&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Worlds&amp;diff=5901</id>
		<title>Worlds</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Worlds&amp;diff=5901"/>
		<updated>2006-01-28T12:39:07Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Gold Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;List of Graal worlds.&lt;br /&gt;
&lt;br /&gt;
=Gold Services=&lt;br /&gt;
{|&lt;br /&gt;
[[Image:Login server kingdoms.png|thumb|left|150px|Graal Kingdoms]]&lt;br /&gt;
[[Image:Login server zone.png|thumb|left|150px|Zone]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=3D Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server graal3d.png|thumb|left|150px|Graal 3D]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Classic Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server atlantis.png|thumb|left|150px|Atlantis]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server classic.png|thumb|left|150px|Classic]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server delteria.png|thumb|left|150px|Delteria]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image: Login server era.png|thumb|left|150px|Era]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server maloria.png|thumb|left|150px|Maloria]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server npulse.png|thumb|left|150px|N-Pulse]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server shaded.png|thumb|left|150px|Shaded Legend]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server unholy.png|thumb|left|150px|Unholy Nation]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server valikorlia.png|thumb|left|150px|Valikorlia]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Hosted Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server aeon.png|thumb|left|150px|Aeon]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server atrius.png|thumb|left|150px|Atrius]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server zodiac.png|thumb|left|150px|Zodiac]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server zenkou.png|thumb|left|150px|Zenkou]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Development / Private Services=&lt;br /&gt;
* [[Worlds/Babylon|Babylon]]&lt;br /&gt;
* [[Worlds/Bravo: Ages of Ignis|Bravo: Ages of Ignis]]&lt;br /&gt;
* [[Worlds/Elemental Kingdoms|Elemental Kingdoms]]&lt;br /&gt;
* [[Worlds/Lostworld|Lostworld]]&lt;br /&gt;
* [[Worlds/Ordinance|Ordinance]]&lt;br /&gt;
* [[Worlds/RP Kingdoms|RP Kingdoms]]&lt;br /&gt;
* [[Worlds/VS:CONFLICT|VS:CONFLICT]]&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Worlds&amp;diff=5900</id>
		<title>Worlds</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Worlds&amp;diff=5900"/>
		<updated>2006-01-28T12:38:40Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Gold Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;List of Graal worlds.&lt;br /&gt;
&lt;br /&gt;
=Gold Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[Image:Login server kingdoms.png|thumb|left|150px|Graal Kingdoms]]&lt;br /&gt;
| valign=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[Image:Login server zone.png|thumb|left|150px|Zone]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=3D Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server graal3d.png|thumb|left|150px|Graal 3D]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Classic Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server atlantis.png|thumb|left|150px|Atlantis]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server classic.png|thumb|left|150px|Classic]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server delteria.png|thumb|left|150px|Delteria]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image: Login server era.png|thumb|left|150px|Era]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server maloria.png|thumb|left|150px|Maloria]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server npulse.png|thumb|left|150px|N-Pulse]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server shaded.png|thumb|left|150px|Shaded Legend]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server unholy.png|thumb|left|150px|Unholy Nation]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server valikorlia.png|thumb|left|150px|Valikorlia]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Hosted Services=&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server aeon.png|thumb|left|150px|Aeon]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server atrius.png|thumb|left|150px|Atrius]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server zodiac.png|thumb|left|150px|Zodiac]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
[[Image:Login server zenkou.png|thumb|left|150px|Zenkou]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Development / Private Services=&lt;br /&gt;
* [[Worlds/Babylon|Babylon]]&lt;br /&gt;
* [[Worlds/Bravo: Ages of Ignis|Bravo: Ages of Ignis]]&lt;br /&gt;
* [[Worlds/Elemental Kingdoms|Elemental Kingdoms]]&lt;br /&gt;
* [[Worlds/Lostworld|Lostworld]]&lt;br /&gt;
* [[Worlds/Ordinance|Ordinance]]&lt;br /&gt;
* [[Worlds/RP Kingdoms|RP Kingdoms]]&lt;br /&gt;
* [[Worlds/VS:CONFLICT|VS:CONFLICT]]&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Petro1212&amp;diff=5887</id>
		<title>User:Petro1212</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Petro1212&amp;diff=5887"/>
		<updated>2006-01-28T11:58:58Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Petro, aka Angelus&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
Angelus has been playing graal for a couple of years now. Worked on a number of servers such as [[Worlds/Rudora|Rudora]], [[Worlds/Unholy Nation|Unholy Nation]], [[Worlds/N-pulse|N-pulse]]. Angelus's main area of expertice are levels but he is also able to do graphics.&lt;br /&gt;
&lt;br /&gt;
=== Staff Positions ===&lt;br /&gt;
Angelus has no [[Graal Administration|Global]] authority around Graal. He is, however, currently working on the server [[Worlds/N-pulse|N-pulse]].&lt;br /&gt;
&lt;br /&gt;
=== Accounts ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| '''Name'''&lt;br /&gt;
| '''Admin level'''&lt;br /&gt;
| '''Free upgrades'''&lt;br /&gt;
| '''Banned?'''&lt;br /&gt;
| '''Comments'''&lt;br /&gt;
|-&lt;br /&gt;
| Petro1212&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| No&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Comments ===&lt;br /&gt;
Any comments about Angelus may be added here.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5886</id>
		<title>User:WanDaMan</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5886"/>
		<updated>2006-01-28T11:54:18Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* Test */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== About ===&lt;br /&gt;
WanDaMan has been a regular graal player since somewhere halfway in 2001. He has worked on almost every server under the job catagory [[LAT]]. WanDaMan also has a twin brother named [[Users:xXAndrewXx|Andy]].&lt;br /&gt;
&lt;br /&gt;
=== Staff Positions ===&lt;br /&gt;
WanDaMan has no [[Graal Administration|Global]] authority around Graal. He is, however, always working on one or two servers around graal. Current Staff Positions of user [[User:WanDaMan|WanDaMan]] are unknown.&lt;br /&gt;
&lt;br /&gt;
=== Accounts ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| '''Name'''&lt;br /&gt;
| '''Admin level'''&lt;br /&gt;
| '''Free upgrades'''&lt;br /&gt;
| '''Banned?'''&lt;br /&gt;
| '''Comments'''&lt;br /&gt;
|-&lt;br /&gt;
| WanDaMan&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
| No&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Comments ===&lt;br /&gt;
Any comments about WanDaMan may be added here.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5885</id>
		<title>User:WanDaMan</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5885"/>
		<updated>2006-01-28T11:50:17Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== About ===&lt;br /&gt;
WanDaMan has been a regular graal player since somewhere halfway in 2001. He has worked on almost every server under the job catagory [[LAT]]. WanDaMan also has a twin brother named [[Users:xXAndrewXx|Andy]].&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
Paragraph2&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5884</id>
		<title>User:WanDaMan</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:WanDaMan&amp;diff=5884"/>
		<updated>2006-01-28T11:47:25Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== About ===&lt;br /&gt;
WanDaMan is a ..&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
Paragraph2&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Okilian&amp;diff=5883</id>
		<title>User:Okilian</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Okilian&amp;diff=5883"/>
		<updated>2006-01-28T11:44:25Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Okilian was co-manager of the server [[Worlds/Unholy Nation|Unholy Nation]] until the summer of 2005.&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Andy182&amp;diff=5881</id>
		<title>User:Andy182</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Andy182&amp;diff=5881"/>
		<updated>2006-01-28T11:41:09Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Login_server_npulse.png|right]]&lt;br /&gt;
&lt;br /&gt;
'''Andy''' is one of the current managers of [[Worlds/N-Pulse|N-pulse]], he has been playing graal for a couple of years now. He has worked his way up from a [[GP]] till Manager over time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Contact information&amp;lt;BR&amp;gt;&lt;br /&gt;
AIM: HIM9740&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Andy182&amp;diff=5880</id>
		<title>User:Andy182</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Andy182&amp;diff=5880"/>
		<updated>2006-01-28T11:40:56Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Login_server_npulse.png|right]]&lt;br /&gt;
&lt;br /&gt;
'''Andy''' is one of the current managers of[[Worlds/N-Pulse|N-pulse]], he has been playing graal for a couple of years now. He has worked his way up from a [[GP]] till Manager over time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Contact information&amp;lt;BR&amp;gt;&lt;br /&gt;
AIM: HIM9740&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Punkyx&amp;diff=5879</id>
		<title>User:Punkyx</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Punkyx&amp;diff=5879"/>
		<updated>2006-01-28T11:37:13Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Login_server_npulse.png|right]]&lt;br /&gt;
&lt;br /&gt;
'''Jadynx''' is one of the current managers of [[Worlds/N-Pulse|N-pulse]], she has been playing graal for a long period of time. She took part in a number of playerworld projects but mainly involved herself with N-pulse. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Contact Information: &amp;lt;BR&amp;gt;&lt;br /&gt;
AIM: Smurfbite xX&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=User:Punkyx&amp;diff=5878</id>
		<title>User:Punkyx</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=User:Punkyx&amp;diff=5878"/>
		<updated>2006-01-28T11:36:36Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Image:Login_server_npulse.png|right]]&lt;br /&gt;
&lt;br /&gt;
'''Jadynx''' is one of the current managers of[[Worlds/N-Pulse|N-pulse]], she has been playing graal for a long period of time. She took part in a number of playerworld projects but mainly involved herself with N-pulse. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Contact Information:&lt;br /&gt;
AIM: Smurfbite xX&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Worlds/N-Pulse&amp;diff=5877</id>
		<title>Worlds/N-Pulse</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Worlds/N-Pulse&amp;diff=5877"/>
		<updated>2006-01-28T11:29:19Z</updated>

		<summary type="html">&lt;p&gt;Petro1212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{playerworld}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Login_server_npulse.png|right]]&lt;br /&gt;
&lt;br /&gt;
'''N-Pulse''' is one of Graal's older [[playerworld]]s, originally founded by [[User:Geovanie|Geovanie]]. Since that time it has endured various makeovers and spinoffs (including Geovanie's 'Tierdal').&lt;br /&gt;
&lt;br /&gt;
Currently, it is under the combined leadership of [[User:punkyx|Jadynx]] and [[User:Andy182|Andy]].&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Petro1212</name></author>
	</entry>
</feed>