<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[mrlongshen's Blog]]></title>
	<link>http://herc.ws/board/blog/31-mrlongshens-blog/</link>
	<description><![CDATA[mrlongshen's Blog Syndication]]></description>
	<pubDate>Sun, 01 Jan 2017 06:07:18 +0000</pubDate>
	<webMaster>haru@dotalux.com (Hercules Board)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Some useful git command over hercules</title>
		<link>http://herc.ws/board/blog/31/entry-126-some-useful-git-command-over-hercules/</link>
		<category></category>
		<description><![CDATA[Q: How to obtain hercules in linux ? <br />A: Run this is your terminal <strong class='bbc'>git clone <a href='https://github.com/HerculesWS/Hercules.git' class='bbc_url' title='External link' rel='nofollow external'>https://github.com/HerculesWS/Hercules.git</a> ~/Hercules</strong><br /><br />Q: How to update to the latest hercules in your current hercules ? <br />A: Type <strong class='bbc'>git pull</strong><br /><br />Q: How to know revision we running ?<br />A: Type <strong class='bbc'>git rev-parse HEAD<span style='font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif'> </span></strong><span style='font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif'>in your hercules folder</span><br /><br />Q: How to downgrade to selected version ? <br />A: Type <strong class='bbc'>git checkout &lt;branch or commitid&gt;</strong><br /><br /> <img src='http://herc.ws/board/public/style_emoticons/default/happy.png' class='bbc_emoticon' alt='^_^' /><br />Will update more later..&nbsp;&nbsp;<img src='http://herc.ws/board/public/style_emoticons/default/excl.png' class='bbc_emoticon' alt=':excl:' />]]></description>
		<pubDate>Thu, 22 Dec 2016 02:03:00 +0000</pubDate>
		<guid>http://herc.ws/board/blog/31/entry-126-some-useful-git-command-over-hercules/</guid>
	</item>
	<item>
		<title>Fix view character problem hercules fluxcp</title>
		<link>http://herc.ws/board/blog/31/entry-120-fix-view-character-problem-hercules-fluxcp/</link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Open the modules/ranking/death.php (lines 24)</strong><br /><br /><em class='bbc'>and change</em><pre class='prettyprint lang-auto linenums:0'>
$sql .= "LEFT JOIN {$server-&gt;charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; 
</pre><em class='bbc'>into</em><pre class='prettyprint lang-auto linenums:0'>
$sql .= "LEFT JOIN {$server-&gt;charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' ";
</pre><br /><strong class='bbc'>now Open modules/character/view.php (lines 59)</strong><br /><br /><em class='bbc'>and change</em><pre class='prettyprint lang-auto linenums:0'>
$sql .= "LEFT OUTER JOIN {$server-&gt;charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' ";
</pre><em class='bbc'>into</em><pre class='prettyprint lang-auto linenums:0'>
$sql .= "LEFT OUTER JOIN {$server-&gt;charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; 
</pre><br />If you cant find, just search for <strong class='bbc'>PC_DIE_COUNTER</strong><br /><br /><strong class='bbc'>Credit to: Ossi</strong><br /><br /><strong class='bbc'><sub class='bbc'>Make a reference for mine and other people!</sub></strong>]]></description>
		<pubDate>Sat, 02 Apr 2016 06:19:00 +0000</pubDate>
		<guid>http://herc.ws/board/blog/31/entry-120-fix-view-character-problem-hercules-fluxcp/</guid>
	</item>
	<item>
		<title>How to make thor patcher using GRF editor by TokeiBuru</title>
		<link>http://herc.ws/board/blog/31/entry-111-how-to-make-thor-patcher-using-grf-editor-by-tokeiburu/</link>
		<category></category>
		<description><![CDATA[<blockquote class='ipsBlockquote'data-author="Tokeiburu" data-cid="55084" data-time="1429375459" data-date="19 April 2015 &#045; 12&#58;44 AM"><p><blockquote class='ipsBlockquote'data-author="mrlongshen" data-cid="55063" data-time="1429357095"><p><br />Sir, how to make a patcher .thor with a secure grf ?<br />I have pack it, the data not enter the grf file.</p></blockquote><br />For GRF Editor's encryption : <a href='http://herc.ws/board/topic/6047-grf-editor/?p=44463' class='bbc_url' title=''>http://herc.ws/board/topic/6047-grf-editor/?p=44463</a><br />For SecureGRF : <br />Make your patch GRF, encrypt it SecureGRF, open it with GRF Editor, File &gt; Save as... &gt; anything.thor. Go in Container options &gt; Patch mode &gt; "Merge into GRF".</p></blockquote><br /><br />Source: <a href='http://herc.ws/board/topic/6047-grf-editor/?view=findpost&p=55084' class='bbc_url' title=''>GRF Editor</a>]]></description>
		<pubDate>Sat, 18 Apr 2015 17:27:00 +0000</pubDate>
		<guid>http://herc.ws/board/blog/31/entry-111-how-to-make-thor-patcher-using-grf-editor-by-tokeiburu/</guid>
	</item>
</channel>
</rss>