<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Nekys</title>
	<atom:link href="http://nekys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nekys.com</link>
	<description>Free Hack Space</description>
	<pubDate>Thu, 27 Nov 2008 23:46:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>L2j, Auto Startup On Server Crash</title>
		<link>http://nekys.com/27/l2j-auto-startup-on-server-crash/</link>
		<comments>http://nekys.com/27/l2j-auto-startup-on-server-crash/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 09:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=27</guid>
		<description><![CDATA[This script is not mine. I stole it somewhere from l2j forums.
You create a file and copy-paste the following text in it:
#!/bin/bash
pid=`ps -C GameServer_loop.sh -o pid=`
pid2=`ps -C java -o pid=`
if [ ! $pid ] ;
then
if [ $pid2 ] ;
then
kill $pid2
fi
echo &#8220;Gameserver was restarted &#8220;`date` &#62;&#62; /path/to/gameserver/log/restarter.log
cd /path/to/gameserver #PATH TO YOUR SERVER
./startGameServer.sh &#38;
fi
Then by crontab we [...]]]></description>
		<wfw:commentRss>http://nekys.com/27/l2j-auto-startup-on-server-crash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>L2j, Auto Server Restart</title>
		<link>http://nekys.com/26/l2j-auto-server-restart/</link>
		<comments>http://nekys.com/26/l2j-auto-server-restart/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 23:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=26</guid>
		<description><![CDATA[This is for Linux and only Linux and will work on more distros (I use Debian Stable).

First you enable telnet on gameserver. Set password, post etc.
You create a file with any name, lets say here: rr_telnet.sh
Write in this file (or copy-paste):
(echo &#8220;password&#8221;; sleep 3; echo &#8220;shutdown 600&#8243;; sleep 3; echo &#8220;exit&#8221;) &#124; telnet 127.0.0.1 12345
Save [...]]]></description>
		<wfw:commentRss>http://nekys.com/26/l2j-auto-server-restart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Donations, the big joke</title>
		<link>http://nekys.com/23/donations-the-big-joke/</link>
		<comments>http://nekys.com/23/donations-the-big-joke/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=23</guid>
		<description><![CDATA[If you make a server just to be rich, that&#8217;s good. I know server owners that make over 4000 euro /month. But as every investment, needs to invest money. Nothing appears from nowhere.
What you will need:

1-3 months to figure out what you want and what players want and finalize the form of the server. Leave [...]]]></description>
		<wfw:commentRss>http://nekys.com/23/donations-the-big-joke/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to play Lineage II Gracia Part 2 from Linux</title>
		<link>http://nekys.com/24/how-to-play-lineage-ii-gracia-part-2-from-linux/</link>
		<comments>http://nekys.com/24/how-to-play-lineage-ii-gracia-part-2-from-linux/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=24</guid>
		<description><![CDATA[This method is not that hard but requires -some- knowledge.
What you will need:
Internet, a Linux with installed VGA drivers, a private server with gameguard check disabled (like RaidFight), Patience.

Install Lineage 2 Gracia: Part 2, update client.
Get patched system: http://www.raidfight.com/files/linux/Linux_Gracia_Part_2.tar.gz
Remove/backup old system and use the one provided above.
Get Tahoma font, and place it inside ~/.wine/drive_c/windows/fonts - [...]]]></description>
		<wfw:commentRss>http://nekys.com/24/how-to-play-lineage-ii-gracia-part-2-from-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Common Droplist Rate Modification</title>
		<link>http://nekys.com/25/common-droplist-rate-modification/</link>
		<comments>http://nekys.com/25/common-droplist-rate-modification/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 23:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=25</guid>
		<description><![CDATA[Some high rate server may have issues with common items since the latest l2j updates. Common items are added to droplist causing a lot of items being droped on high rate servers. How to fix this?
I found a simple SQL query that modifies the drop chance. The usage is simple:
Lets take that server drop rate [...]]]></description>
		<wfw:commentRss>http://nekys.com/25/common-droplist-rate-modification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What about networking?</title>
		<link>http://nekys.com/22/what-about-networking/</link>
		<comments>http://nekys.com/22/what-about-networking/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 14:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=22</guid>
		<description><![CDATA[Has been a long time since I last did a post. I was a lot busy and bored to mess with my blog. I descided to make clean a issue most l2j admins ignore: Networking.
Data number one:
 iface                  Rx                   Tx                Total
eth0:          33.17 KB/s          329.82 KB/s          362.99 KB/s
Data number two:
Server Status:
&#8212;&#62;  Player Count: 141/200
+&#8211;&#62;  Object Count: [...]]]></description>
		<wfw:commentRss>http://nekys.com/22/what-about-networking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to play Lineage 2 Gracia: Part 1 from Linux</title>
		<link>http://nekys.com/17/how-to-play-lineage-2-gracia-part-1-from-linux/</link>
		<comments>http://nekys.com/17/how-to-play-lineage-2-gracia-part-1-from-linux/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 23:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[cedega]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[fedora]]></category>

		<category><![CDATA[gameguard]]></category>

		<category><![CDATA[gracia]]></category>

		<category><![CDATA[lineage 2]]></category>

		<category><![CDATA[private]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[suse]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=17</guid>
		<description><![CDATA[This method is not that hard but requires -some- knowledge.
What you will need: Internet, A Linux install with VGA drivers, a private server with gameguard check disabled (like RaidFight), Patience.
1- Install Lineage 2 Gracia: Part 1.
2- Get patched system: Here
3- Delete old system and use the one provided above.
4- Get Tahoma font, and place it [...]]]></description>
		<wfw:commentRss>http://nekys.com/17/how-to-play-lineage-2-gracia-part-1-from-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to make Mammon NPCs always accessible.</title>
		<link>http://nekys.com/13/how-to-make-mammon-npcs-always-accessible/</link>
		<comments>http://nekys.com/13/how-to-make-mammon-npcs-always-accessible/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:51:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[L2J Core Patch]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=13</guid>
		<description><![CDATA[Mammin NPC&#8217;s (Blacksmith and Merchant) are accessible only on a certain period and only by the winning Seal. This can be easily changed, and make those NPC always accessible. Usefull for PvP servers that want to keep the Seven Signs but want them simpler. To apply this patch, needs core modification on l2j sources for [...]]]></description>
		<wfw:commentRss>http://nekys.com/13/how-to-make-mammon-npcs-always-accessible/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No more Greek servers&#8230; Please?</title>
		<link>http://nekys.com/11/no-more-greek-servers-please/</link>
		<comments>http://nekys.com/11/no-more-greek-servers-please/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 14:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=11</guid>
		<description><![CDATA[Its a fact that Greece has most private server related to its population. Thats evil. I mean, what is that illness that Greek people have that makes the 99% of the private server players into &#8220;wannabe-gm&#8221;. The worst part is that Greek servers are mostly highly populated. I am Greek and I own 2 private [...]]]></description>
		<wfw:commentRss>http://nekys.com/11/no-more-greek-servers-please/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clean Droplist for PvP</title>
		<link>http://nekys.com/8/clean-droplist-for-pvp/</link>
		<comments>http://nekys.com/8/clean-droplist-for-pvp/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 13:12:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[clean]]></category>

		<category><![CDATA[drop]]></category>

		<category><![CDATA[droplist]]></category>

		<category><![CDATA[pvp]]></category>

		<guid isPermaLink="false">http://nekys.com/?p=8</guid>
		<description><![CDATA[This droplist is for PvP server that don&#8217;t want the materials.
It includes adena, seal stones, Life Stones, Clan Skills Item Drops and Raid Jewels. All drops rates are the original and not modified.
Adena Droplist [changed to have insert only. not create table]

Seal Stone Droplist
Life Stones 1
Life Stones 2
Raid Jewels [updated to include drop for Frintezza's [...]]]></description>
		<wfw:commentRss>http://nekys.com/8/clean-droplist-for-pvp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
