<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Phase 3: Profit ! &#187; Goblin</title>
	<atom:link href="http://Phase3Profit.net/tag/goblin/feed/" rel="self" type="application/rss+xml" />
	<link>http://Phase3Profit.net</link>
	<description>from World of Warcraft Auction Hall</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My little special setup on Glyph Industry</title>
		<link>http://Phase3Profit.net/2009/09/my-little-special-setup-on-glyph-industry/</link>
		<comments>http://Phase3Profit.net/2009/09/my-little-special-setup-on-glyph-industry/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:00:48 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Scribe]]></category>

		<guid isPermaLink="false">http://Phase3Profit.net/?p=1562</guid>
		<description><![CDATA[<p>Note: This is a glyph selling goblin post, if you are not interested in this profession, you may skip the rest (Thanks for coming though)</p>
<p>As I said before, I had been using KevMar&#8217;s Addon Beta, I changed some config to suit my own need.</p>
<p>I&#8217;ll share that with you guys here.</p>
<p>From the code and KevMar mentioned, there would be a threshold function, skipping the glyphs which are too cheap to produce. (Better to buy them from the Auction as he suggested, not working on my beta version yet&#8230;)</p>
<p>There is also a skip single option which skips all the one glyph only entry.</p>
<p>It is nice, but I would like a more extensive one.</p>
<h3>My setup:</h3>
<p>I am listing 4 glyphs at a time (by QA2), and I would maintain a stock of 8 glyphs. I post the glyph twice a day, so this effectively a 2 rotation of glyph listing. I am crafting every two day, with KTQ, that save my time a lot.</p>
<h3>My hack to the Mod:</h3>
<p>Instead of filling up the stack, I get to work like this.</p>
<p>I wouldn&#8217;t craft a glyph, unless it&#8217;s lesser than 4 in my stock. (The 1-2 crafting&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Note: This is a glyph selling goblin post, if you are not interested in this profession, you may skip the rest (Thanks for coming though)</p>
<p>As I said before, I had been using KevMar&#8217;s Addon Beta, I changed some config to suit my own need.</p>
<p>I&#8217;ll share that with you guys here.</p>
<p>From the code and KevMar mentioned, there would be a threshold function, skipping the glyphs which are too cheap to produce. (Better to buy them from the Auction as he suggested, not working on my beta version yet&#8230;)</p>
<p>There is also a skip single option which skips all the one glyph only entry.</p>
<p>It is nice, but I would like a more extensive one.</p>
<h3>My setup:</h3>
<p>I am listing 4 glyphs at a time (by QA2), and I would maintain a stock of 8 glyphs. I post the glyph twice a day, so this effectively a 2 rotation of glyph listing. I am crafting every two day, with KTQ, that save my time a lot.</p>
<h3>My hack to the Mod:</h3>
<p>Instead of filling up the stack, I get to work like this.</p>
<p>I wouldn&#8217;t craft a glyph, unless it&#8217;s lesser than 4 in my stock. (The 1-2 crafting entry will increase the queue a lot)</p>
<p>For the glyph I had to craft, I make some more. I&#8217;ll craft [Amount Need to Craft] * 150% instead of [Amount Need to Craft].</p>
<p>That is</p>
<table class="posttable" border="0">
<thead>
<tr>
<th>Stock Left</th>
<th>Amount need to Craft</th>
<th>Actual Crafting Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>8</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>7</td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td>6</td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td>5</td>
<td>3</td>
<td>0</td>
</tr>
<tr>
<td>4</td>
<td>4</td>
<td>6</td>
</tr>
<tr>
<td>3</td>
<td>5</td>
<td>7</td>
</tr>
<tr>
<td>2</td>
<td>6</td>
<td>9</td>
</tr>
<tr>
<td>1</td>
<td>7</td>
<td>10</td>
</tr>
<tr>
<td>0</td>
<td>8</td>
<td>12</td>
</tr>
</tbody>
</table>
<h3>Objective</h3>
<p>What I am trying to do, is to bulk the crafting queue of each craft into a bigger stack, so I would reduce the time I need to click the XXX process button in Skillet.</p>
<p>I&#8217;ll wait till I lack a large amount (Instead of crafting one or two), and also restocked over the the target size, to allow more room for buffer.</p>
<h3>Example:</h3>
<ul>
<li>The worst case scenario: one glyph sold between each ktq scan.<br />
In the previous system, I had to craft that glyph each time it scan, now I only need to do one every 6 scan (Re-craft at cycle 4, then I am overstock with 2 glyph), A longer craft time, but I reduce my queue click at 6 to 1.</li>
<li>Popular glyph, the faster the glyph consume, the system will overstock more, effectively increase the buffer space.</li>
</ul>
<p>Some of you may notice, in this scheme, even with the extra crafting, I will never overstock a glyph more than 20 (The stack size), so I will not run into bag slot problem as well.</p>
<h3>Summary</h3>
<p>This reactive setup hopefully will save up much of my time on restocking. Now only if I can get my mail faster&#8230;&#8230;..</p>
<h4>P.s 1</h4>
<p>If anyone interested in my little hack, just leave a comment,</p>
<p>I&#8217;ll have the code released. (And I guess that would be after KevMar&#8217;s public release first)</p>
<h4>P.s 2</h4>
<p>Some explanation, if you care enough &#8211; I don&#8217;t like camping the AH, so the possible profit is my acceptable loss, and I am not able to sustain the need of my server, the profit per glyph and the glyph crafting time will overwhelm my play time, so, No, I didn&#8217;t use the Gevlon Method.</p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/09/my-little-special-setup-on-glyph-industry/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Guild in Cataclysm : To Reduce Divorce Rate ?</title>
		<link>http://Phase3Profit.net/2009/09/guild-cataclysm-divorce-rate/</link>
		<comments>http://Phase3Profit.net/2009/09/guild-cataclysm-divorce-rate/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:04:09 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Blog Link]]></category>
		<category><![CDATA[BlogoSphere]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Guild]]></category>

		<guid isPermaLink="false">http://Phase3Profit.net/?p=1518</guid>
		<description><![CDATA[<p>I hesitative to talk about the guild changes of cataclysm, I know it will be huge, but since it’s not set, so I don’t want to talking about it much before.</p>
<p>Heat <a href="http://www.pinkpigtailinn.com/2009/08/cataclysm-triumph-of-social.html">discussion</a> had been on, and I am with the <a href="http://greedygoblin.blogspot.com/2009/09/cataclysm-of-guilds.html">goblin</a>.<br />
Guild life won’t be better, same people, different game setup.&#160;(Just another thing to grind, IMO)<br />
M&#38;S will still out-number the player with the right attitude (or Elite-Jerk at their view).</p>
<blockquote>
<p>Attaching player’s effort to keep them to a guild,<br />
= <strong>Enforce a harder divorce policy in a country to reduce Divorce Rate</strong>
</p></blockquote>
<p>Of course the benifits on the guild (IRL, tax reduction from goverment) will make player hesitative to look for a better guild, and stay in a guild (Sololist on Elnia &#8216;s term).<br />
It surely will decrease divorce rate (Guild Hopping) and increase the number of couples (Player stay in guild, rather than soloing).</p>
<p>But will that increase <strong><u>happy marriage</u> (Which we really want?)</strong><br />
or just prolonging painful matches?</p>
<p>We&#8217;ll see&#8230;</p>
<p>P.s<br />
Once again, I respond on topics rather than a original one, call me traffic leecher if you want to, but I rather post my comment here than a sinking long list of comments <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></description>
			<content:encoded><![CDATA[<p>I hesitative to talk about the guild changes of cataclysm, I know it will be huge, but since it’s not set, so I don’t want to talking about it much before.</p>
<p>Heat <a href="http://www.pinkpigtailinn.com/2009/08/cataclysm-triumph-of-social.html">discussion</a> had been on, and I am with the <a href="http://greedygoblin.blogspot.com/2009/09/cataclysm-of-guilds.html">goblin</a>.<br />
Guild life won’t be better, same people, different game setup.&nbsp;(Just another thing to grind, IMO)<br />
M&amp;S will still out-number the player with the right attitude (or Elite-Jerk at their view).</p>
<blockquote>
<p>Attaching player’s effort to keep them to a guild,<br />
= <strong>Enforce a harder divorce policy in a country to reduce Divorce Rate</strong>
</p></blockquote>
<p>Of course the benifits on the guild (IRL, tax reduction from goverment) will make player hesitative to look for a better guild, and stay in a guild (Sololist on Elnia &#8216;s term).<br />
It surely will decrease divorce rate (Guild Hopping) and increase the number of couples (Player stay in guild, rather than soloing).</p>
<p>But will that increase <strong><u>happy marriage</u> (Which we really want?)</strong><br />
or just prolonging painful matches?</p>
<p>We&#8217;ll see&#8230;</p>
<p>P.s<br />
Once again, I respond on topics rather than a original one, call me traffic leecher if you want to, but I rather post my comment here than a sinking long list of comments <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/09/guild-cataclysm-divorce-rate/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sunday Report (July 12)</title>
		<link>http://Phase3Profit.net/2009/07/sunday-report-july-12/</link>
		<comments>http://Phase3Profit.net/2009/07/sunday-report-july-12/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:42:35 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Sunday Report]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://Phase3Profit.net/?p=1383</guid>
		<description><![CDATA[<h2>Thoughts and Blogosphere</h2>
<p>Quite busy this week, had been trying to put myself together, but no luck…<br />
There are some interested topic (experiments) reported last week, last talk about it</p>
<h3><strong>Begging</strong></h3>
<p><a href="http://one-copper.blogspot.com/2009/07/1g-plz-experiment.html"></a></p>
<p>Seth concluded his <a href="http://one-copper.blogspot.com/2009/07/1g-plz-experiment.html">experiment</a> on begging</p>
<p>I must say most of us won’t take the time to do such an experiment.</p>
<p>Leveling an alt named after beggar, leveling it 40level and begs for 8 hours? I’ll never do it myself… <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It spring lots of thought for me (Yet-Another-Thing-Want-To-Blog)… but I will not risk this idea from not publishing, I’ll just make a short list instead L</p>
<p>Here is a short list:</p>
<ol>
<li>We tend to have a implicit thoughts about old people (See Reference), which also apply to beggars (IRL) as well. Do our despite for beggar really work as rational, or a comfortable (defensive) excuses for not helping (Social’s Subroutine)?</li>
<li>Reasoning if a person is indeed need of help before giving out the gold, seems pretty make sense to me, it’ll be much better than, “I’ll give you gold, since you asked”(Is the mount necessary is another question)</li>
<li>Is helping others that bad? E.g. the example Larisa talk about</li></ol><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[
<a href="http://Phase3Profit.net/wp-content/gallery/wow_research/mail-aeroplane.jpg" title="From Mail and Comments" class="thickbox" rel="singlepic254" >
	<img class="ngg-singlepic ngg-center" src="http://Phase3Profit.net/index.php?callback=image&amp;pid=254&amp;width=320&amp;height=240&amp;mode=" alt="Weekly Summary" title="Weekly Summary" />
</a>

<h2>Thoughts and Blogosphere</h2>
<p>Quite busy this week, had been trying to put myself together, but no luck…<br />
There are some interested topic (experiments) reported last week, last talk about it</p>
<h3><strong>Begging</strong></h3>
<p><a href="http://one-copper.blogspot.com/2009/07/1g-plz-experiment.html"></a></p>
<p>Seth concluded his <a href="http://one-copper.blogspot.com/2009/07/1g-plz-experiment.html">experiment</a> on begging</p>
<p>I must say most of us won’t take the time to do such an experiment.</p>
<p>Leveling an alt named after beggar, leveling it 40level and begs for 8 hours? I’ll never do it myself… <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It spring lots of thought for me (Yet-Another-Thing-Want-To-Blog)… but I will not risk this idea from not publishing, I’ll just make a short list instead L</p>
<p>Here is a short list:</p>
<ol>
<li>We tend to have a implicit thoughts about old people (See Reference), which also apply to beggars (IRL) as well. Do our despite for beggar really work as rational, or a comfortable (defensive) excuses for not helping (Social’s Subroutine)?</li>
<li>Reasoning if a person is indeed need of help before giving out the gold, seems pretty make sense to me, it’ll be much better than, “I’ll give you gold, since you asked”(Is the mount necessary is another question)</li>
<li>Is helping others that bad? E.g. the example Larisa talk about in comment a IRL’s friend first character on your realm, will you give them gold said (10g for first 10 level’s training fee)? Consider the fact, You earn money much faster than them (Since you have a 80 toons).</li>
</ol>
<p>I didn’t make up my mind on this one yet. While a green goblin in my mind said “Don’t this will encourage slacking, and why don’t they earn their own gold?” and a pink-haired Gnome would say “It’s only cost you for selling a glyph, and they need to collect the trash on low level area, for at least 30 minutes”</p>
<p>I don’t know…</p>
<p>I used to give little change to old ladies on street, but not now, I keep thinking about it though. For the old ladies are picking cardboard box, and recycling beverage can. I know their life is harsh, that’s 160 beverage cans worth $1 USD.</p>
<h3><strong>The Apprentice</strong></h3>
<p>I love this <a href="http://greedygoblin.blogspot.com/2009/07/ydraisas-grind.html">series</a> of blog from Gevlon I must say.</p>
<p>http://dalarangardens.blogspot.com/</p>
<p>from the first glance of the post</p>
<p><a href="http://dalarangardens.blogspot.com/2009/07/mishaps-of-misguided-apprentice.html">http://dalarangardens.blogspot.com/2009/07/mishaps-of-misguided-apprentice.html</a></p>
<p>I clicked the subscribe button on my Google reader</p>
<p>Gnome – Check (I grow up as a gnome mage)</p>
<p>Mage &#8211; Check</p>
<p>Sense of Humor – Check</p>
<p>Sarcastic &#8211; <a href="http://dalarangardens.blogspot.com/2009/07/10-commandments-of-wow.html">Check</a></p>
<p>Keep the good work coming, Ydraisa</p>
<h3>Business</h3>
<p>It had been boring recently, continuous on glyph business. Nothing special other than 2.6k /week (Try to avoid using the gold/day for weekend sells much better). With 10-30 mins play time per day on Auction Hall, I guess it&#8217;s more than enough for me. Saving up for my level Alt&#8230; (Should be able to meet my 20k milestone this few days.)</p>
<blockquote>
<p>Reference:<br />
From Wikipedia, http://en.wikipedia.org/wiki/Ageism<br />
In <a title="Freakonomics" href="http://en.wikipedia.org/wiki/Freakonomics">Freakonomics</a>, <a title="Stephen Levitt" href="http://en.wikipedia.org/wiki/Stephen_Levitt">Stephen Levitt</a>’s surprise hit of 2005, the study of hidden (or &#8220;implicit&#8221;) ageism was brought out of the psychologist’s laboratory and into the TV studio. Levitt described how, in the US version of <a title="The Weakest Link" href="http://en.wikipedia.org/wiki/The_Weakest_Link">The Weakest Link</a>, contestants’ voting decisions were, on average, biased against older panelists. At the stage of the game where it is in participants’ interests to vote for poor performers, older people were likely to be chosen even when younger adults had performed worse. But when contestants would benefit by choosing top-performing rivals (to eliminate the competition), they tended to choose lower-performing, older contestants. Subconsciously, the panelists simply did not want to be around older people.<sup><a href="http://en.wikipedia.org/wiki/Ageism#cite_note-26">[27]</a></sup>
</p></blockquote>
<p>P.s a post about undercover economist is still on my pending list… didn&#8217;t finish the book yet thought ;P</p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/07/sunday-report-july-12/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Sin of being Red</title>
		<link>http://Phase3Profit.net/2009/06/sin-of-being-red/</link>
		<comments>http://Phase3Profit.net/2009/06/sin-of-being-red/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:00:32 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[Raiders]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://phase3Profit.net/?p=1159</guid>
		<description><![CDATA[<p>Side Note 1: [Warning : non-Econ related post]<br />
I&#8217;ll be start writing on non-Econ related content as well.<br />
More about my wow-thoughts other than money-making, may be side-track a little. But hope that you&#8217;ll enjoy. (Didn&#8217;t have a name for it yet)<br />
Side Note 2: As promised on yesterday. I was having a bad sleep, maybe due to excess work yesterday, so I decided to finish the post first.</p>
<p>Side Note 3: Damn! I lost my edit version yesterday. Seems like I only previewed but not saved the content &#62;.&#60;</p>
<p>The Sin of Being Red.</p>
<p>Recently, I was quite busy at work and for my wow game hour, I spend most of the time with my girlfriend, as she just started to join me in Azeroth.<br />
(Thanks for the effort, my love). (Another reason for slow update on blog as well. No, darling, I am not blaming you)</p>
<p>Okay, there is a lot of curious question a new player will ask, when they just started. And there are some I find particular hard to answer, here is one of them.</p>
<p>&#8220;Why we are killing these animal/people ? they looks pretty cute to me&#8221;<br />
&#8220;Because they&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Side Note 1: [Warning : non-Econ related post]<br />
I&#8217;ll be start writing on non-Econ related content as well.<br />
More about my wow-thoughts other than money-making, may be side-track a little. But hope that you&#8217;ll enjoy. (Didn&#8217;t have a name for it yet)<br />
Side Note 2: As promised on yesterday. I was having a bad sleep, maybe due to excess work yesterday, so I decided to finish the post first.</p>
<p>Side Note 3: Damn! I lost my edit version yesterday. Seems like I only previewed but not saved the content &gt;.&lt;</p>
<div id="attachment_1162" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-1162" href="http://phase3Profit.net/?attachment_id=1162"><img class="size-full wp-image-1162" title="07303" src="http://phase3Profit.net/wp-content/uploads/2009/06/07303.jpg" alt="Sin of being Red" width="300" height="300" /></a><p class="wp-caption-text">Sin of being Red</p></div>
<p>The Sin of Being Red.</p>
<p>Recently, I was quite busy at work and for my wow game hour, I spend most of the time with my girlfriend, as she just started to join me in Azeroth.<br />
(Thanks for the effort, my love). (Another reason for slow update on blog as well. No, darling, I am not blaming you)</p>
<p>Okay, there is a lot of curious question a new player will ask, when they just started. And there are some I find particular hard to answer, here is one of them.</p>
<p>&#8220;Why we are killing these animal/people ? they looks pretty cute to me&#8221;<br />
&#8220;Because they name is red, that means they&#8217;ll attack us if we get too close&#8221;<br />
&#8220;My kitty(in RL) will bite you if you piss her off, will you kill her too?&#8221;</p>
<p>and I recalled recently Larisa talked about <a href="http://www.pinkpigtailinn.com/2009/06/good-people-of-azeroth.html">moral</a>, and <a href="http://greedygoblin.blogspot.com/2009/05/laws-and-morals.html">Gevlon</a> talked about raiders of dungeon. This raise some question for me, long ago.</p>
<h3>Reasons</h3>
<p>Why should I kill them<br />
because their name is red,<br />
because killing them drop loots,<br />
because killing them give me XP,<br />
because those NPC asked me to! (Which give me gold/loots/xp)</p>
<p>This question strike me before twice..<br />
1. when I was leveling my paladin, and I would try to role-play it, upon each judgement I would try to come up with some war-cry. &#8220;May the light forgives you&#8221;<br />
I am not having problem with <a href="http://www.wowhead.com/?npc=598">miners</a>, and <a href="http://www.wowhead.com/?npc=4296">students</a>, but for helping a crazy prince for killing his <a href="http://www.wowhead.com/?npc=31126">citizens</a>?. &#8220;You are damned since your name is red to me.&#8221; seems the only universal answer for me. Other than that, it&#8217;s hard to come up with any &#8220;rightful&#8221; reason to justify myself. Isn&#8217;t that paladin means to be good? or I am just some zealous paladin which kill everything on the &#8220;path of the light&#8221; which is not good (aka, the name is not green?)</p>
<p>2. The Second time is my paladin&#8217;s first run on Alterac Valley, on my way to get my [item]Cold Forged Hammer[/item] . My BE paladin is my first Horde Character, I kept running on Alterac Valley with my Alliance main, and did little pvp on my BE. That run is a slaughter, and I am healing my way thought there. I put a macro for playing &#8220;Lament of the Highborne&#8221; on my BE&#8217;s hotkey bar, And I played the song all along that battle.</p>
<p>It&#8217;s go like this</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/M4m56E4LosU&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/M4m56E4LosU&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true" /></object></p>
<p><strong>By the light, by the light of the sun<br />
Children of the blood</strong><br />
We ride through the &#8220;cross road&#8221;</p>
<p><strong>Our enemies are breaking through</strong><br />
On the first tower, the battle is swift, 5-6 Hordies vs 1 gnome warlock,</p>
<p><strong>Children of the blood<br />
By the light<br />
Failing children of the blood<br />
They are breaking through</strong></p>
<p>The are trying to resist on the First Towner, an Female Draenei paladin try to defense, but was chopped down Brute-force by Tauren Warrior, we burn that flag right a way</p>
<p><strong>O&#8217; children of the blood<br />
By the light of the sun<br />
Failing children of the blood</strong></p>
<p>The Alliance formed a defense line on the bridge, as any other &#8220;turtle&#8221; game in Alterac Valley. Billzard, Arrow Rain, Rain of Fire&#8230;<br />
Tons of corpses of Gnome, Dwarf, Draenei. (My Alliance is a Gnome Mage).<br />
We finish the battle with exceeding alliance&#8217;s resources, aka creating Corpse Piles.</p>
<h3>Post-Alterac Valley Syndrome</h3>
<p>That shocks me, while I was so get used to, the alliance&#8217;s races.<br />
We won, single handedly, but I was sad.<br />
I never set foot again in Alterac Valley with my BE Paladin. (I do in winter-gasp later thought, when I get used to it)</p>
<p>Finally, I gave up reasoning or justify my brutal killing again in the game. It just pure self-fish earning as a person, not big heroic thing, I kill because I need that/this as a hunter preying on its prey.</p>
<p>I still refuse to kidnap <a href="http://www.wowhead.com/?quest=11960">kids everyday just to make those cute</a> <a href="http://www.wowhead.com/?faction=1073">Seal-Men</a> happy.</p>
<p>Others percept this differently from me, some could just rightful themself, and even ganking others. In which I never understand, it seems meaninglessly to me just to grief others, and the ganker cannot generate any profit either, just a waste of both time (At the end of the day, Blizzard wins with the game time consumed)</p>
<p><a href="http://pacifistundeadpriest.blogspot.com/2009/01/part-e.html"><br />
Some refused killing for leveling</a>,<br />
but for others it&#8217;s too much to be leveling that way. (Which I admire the effort on doing so, I can never done that myself)</p>
<blockquote>
<p>How did you reasons for the dreadful life for your wow character? especially if you are &#8220;Holy&#8221; as priest or paladin.
</p></blockquote>
<p>(Sidenote: My Warlock alt, smirk a lot and find it very enjoying just to see other suffer, so no guilt at all, MuWahahaha~~~~ )</p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/06/sin-of-being-red/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sunday Weekly Updates &#8211; 3rd May</title>
		<link>http://Phase3Profit.net/2009/05/sunday-weekly-updates-3rd-may/</link>
		<comments>http://Phase3Profit.net/2009/05/sunday-weekly-updates-3rd-may/#comments</comments>
		<pubDate>Sun, 03 May 2009 07:00:55 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Profits]]></category>
		<category><![CDATA[Sunday Report]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[zekta]]></category>

		<guid isPermaLink="false">http://phase3Profit.net/?p=893</guid>
		<description><![CDATA[<p>I had adapted a weekly update per week is a nice thing. While I had many little thing noticed a long the week, I would like to have a sumary post on the little thing and news to share. I&#8217;ll schedule the post ons Sunday Morning, for the summary of the week.</p>
<p><strong>Share</strong></p>
<p>My plans for future posts is to schedule posts every two days, about 6-8 am in the morning on Monday, Wednesday and Friday. and with a Sunday Weekly update. Occasionally with hot news updates.</p>
<p>The reason behind this is,</p>
<p>1. I don&#8217;t want to flood the blog with posts (people tends to miss out the second new post, if that happens, and I want them in full coverage)</p>
<p>2. a well-seasoned post everyday is a bit hard for me. But I would read blog, email and comments daily though.</p>
<p><strong>News</strong></p>
<p><a href="http://greedygoblin.blogspot.com">Gevlon&#8217;s Return,</a>the whole event come shortly in a few days.&#160; In Summary<br />
1. Gevlon Hit the Gold Cap.<br />
2. Gevlon Missed for a few day, many commenter guessing what&#8217;s going on<br />
3. Gevlon posted a post on <a href="http://greedygoblin.blogspot.com/2009/04/lf-guild.html">LF Guild</a>, and state his term of find a new guild, if failed he&#8217;ll stop blogging.<br&#8230;</p>]]></description>
			<content:encoded><![CDATA[
<a href="http://Phase3Profit.net/wp-content/gallery/wow_research/WoWScrnShot_041309_191329.jpg" title="" class="thickbox" rel="singlepic231" >
	<img class="ngg-singlepic ngg-center" src="http://Phase3Profit.net/index.php?callback=image&amp;pid=231&amp;width=320&amp;height=240&amp;mode=" alt="Mail" title="Mail" />
</a>

<p>I had adapted a weekly update per week is a nice thing. While I had many little thing noticed a long the week, I would like to have a sumary post on the little thing and news to share. I&#8217;ll schedule the post ons Sunday Morning, for the summary of the week.</p>
<p><strong>Share</strong></p>
<p>My plans for future posts is to schedule posts every two days, about 6-8 am in the morning on Monday, Wednesday and Friday. and with a Sunday Weekly update. Occasionally with hot news updates.</p>
<p>The reason behind this is,</p>
<p>1. I don&#8217;t want to flood the blog with posts (people tends to miss out the second new post, if that happens, and I want them in full coverage)</p>
<p>2. a well-seasoned post everyday is a bit hard for me. But I would read blog, email and comments daily though.</p>
<p><strong>News</strong></p>
<p><a href="http://greedygoblin.blogspot.com">Gevlon&#8217;s Return,</a>the whole event come shortly in a few days.&nbsp; In Summary<br />
1. Gevlon Hit the Gold Cap.<br />
2. Gevlon Missed for a few day, many commenter guessing what&#8217;s going on<br />
3. Gevlon posted a post on <a href="http://greedygoblin.blogspot.com/2009/04/lf-guild.html">LF Guild</a>, and state his term of find a new guild, if failed he&#8217;ll stop blogging.<br />
4. Since Gevlon post do not allow blogging, many blogger post their view on their own site. (Including me, list will be on the next item)<br />
5. Gevlon got deal finish in jsut a few days, and <a href="http://greedygoblin.blogspot.com/2009/04/im-back.html">Announced</a> he&#8217;ll continue blogging.<br />
6. Everyone is happy (Expect those M&amp;S and Socialist maybe?)</p>
<p><span style="text-decoration: underline;">Change of Name</span></p>
<p>Okay, I had changed the name from &#8220;Zekta&#8217;s Stuff&#8221; to Phase3Profit.net (<a href="http://phase3profit.net/?page_id=665">Reason</a>), Since Zekta&#8217;s Stuff is too generic here. I also made a small picture with model viewer for the new name here, hope you like it.</p>
<p>Linking Policy</p>
<p>I had wrote a page on my linking policy, the reason of writing that is&#8230;. Instead of blocking people ask for link. What I really wants is to encourage them from asking, since I found a little hesitate to ask when I just started blogging.</p>
<p><strong>New Blogosphere member(s)</strong><br />
(that I come to notice):</p>
<p><a href="http://shyatwow.blogspot.com/">Shy At Wow</a></p>
<p>From recommendation from Larísa, shy is a really good writer on her raid life<br />
I like her writing style and humour tone, especailly <a href="http://shyatwow.blogspot.com/2009/04/confessions-of-priest.html">this article</a>.</p>
<p><a href="http://onlytenmorepoints.blogspot.com/" rel="nofollow">Only Ten More Points</a>Glinda started blogging about achievement there, by the time of children week, I found that serving achievement achiever is very profitable, (and makes a better world for both of us (Traders and Achievers)). She had a great post of how to make profits on <a href="http://onlytenmorepoints.blogspot.com/2009/05/childrens-week.html">selling cakes</a>. Glinda if you are reading this, Thanks for the reminder and keep the nice post coming. I&#8217;ll keep visiting you for your next tips <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://notanothermageblog.blogspot.com/">Not Another Mage Blog</a><br />
Cassini was a old come-backer of Wow. Okay, I admit that I am not sure that what&#8217;s he&#8217;s going to focus on, but from the aspect of his class of choice and my toons, I guess I&#8217;ll get much interesting founding there. Will feature anything I found interesting later <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There are also many sites I came to notice, will include more later <img src='http://Phase3Profit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Note to self, make a new nice topic pic for the report</p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/05/sunday-weekly-updates-3rd-may/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change of Name &#8211; Focus, Focus, Focus</title>
		<link>http://Phase3Profit.net/2009/04/change-of-name-focus-focus-focus/</link>
		<comments>http://Phase3Profit.net/2009/04/change-of-name-focus-focus-focus/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 11:00:45 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Profits]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[zekta]]></category>

		<guid isPermaLink="false">http://wow.zekta.com/?p=770</guid>
		<description><![CDATA[<p><strong>No, Your link is not hijacked<br />
I had change my blog name! previous known as Zekta&#8217;s Stuff!</strong></p>
<p>[Start - boring background, skippable]<br />
I was write a main blog, and here was some random thoughts dump..<br />
But recently I found that I have more and more to say about WoW&#8217;s Trading here and many support from others.</p>
<p>The Name was Zekta&#8217;s Stuff, but it seems too generic and personal. So, I keep thinking about a new name for it.<br />
[End - boring background]</p>
<p>So, I decided to hunt for a new name. While I am doing this, I find a new nice blog over</p>
<p>http://ahtrader.blogspot.com/2009/04/new-direction.html</p>
<p>by Marvco&#8217;s Suggestion. After reading his post, I got a sense &#8220;That&#8217;s also what I need to do too: Focus!&#8221;</p>
<p><strong>Keep Focus!</strong></p>
<p>Now, what I am going to do, Gevlon is really cool on the philosophy thinking on raid and market, Skrooge is good at all the fun stuff and encouraging discussion, and I won&#8217;t talk about Addon for sure.</p>
<p>What I excited me and get me interested, is the big question, Why?<br />
There are reasons behind everything (Most of the time), and I am eager to find them out. It&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_771" class="wp-caption aligncenter" style="width: 410px"><a href="http://wow.zekta.com/wp-content/uploads/2009/04/change.jpg"><img class="size-full wp-image-771" title="Change" src="http://wow.zekta.com/wp-content/uploads/2009/04/change.jpg" alt="Change of name" width="400" height="300" /></a><p class="wp-caption-text">Change of name</p></div>
<p><strong>No, Your link is not hijacked<br />
I had change my blog name! previous known as Zekta&#8217;s Stuff!</strong></p>
<p>[Start - boring background, skippable]<br />
I was write a main blog, and here was some random thoughts dump..<br />
But recently I found that I have more and more to say about WoW&#8217;s Trading here and many support from others.</p>
<p>The Name was Zekta&#8217;s Stuff, but it seems too generic and personal. So, I keep thinking about a new name for it.<br />
[End - boring background]</p>
<p>So, I decided to hunt for a new name. While I am doing this, I find a new nice blog over</p>
<p>http://ahtrader.blogspot.com/2009/04/new-direction.html</p>
<p>by Marvco&#8217;s Suggestion. After reading his post, I got a sense &#8220;That&#8217;s also what I need to do too: Focus!&#8221;</p>
<p><strong>Keep Focus!</strong></p>
<p>Now, what I am going to do, Gevlon is really cool on the philosophy thinking on raid and market, Skrooge is good at all the fun stuff and encouraging discussion, and I won&#8217;t talk about Addon for sure.</p>
<p>What I excited me and get me interested, is the big question, Why?<br />
There are reasons behind everything (Most of the time), and I am eager to find them out. It won&#8217;t be 100% of post here, since these topic is somewhat dull and hard to find(But I like it anyway).<br />
I&#8217;ll try to pick once a week.</p>
<p><strong>The Name, The Name</strong></p>
<p>Here comes the hard part,</p>
<p>Most the great name had been taken, for instance (Goblin and Gnomish). I decided to use a catch phase of South park.<br />
<strong>Phase 3, Profits</strong></p>
<div id="attachment_785" class="wp-caption aligncenter" style="width: 270px"><a href="http://wow.zekta.com/wp-content/uploads/2009/04/phase3profits.jpg"><img class="size-full wp-image-785" title="phase3profits" src="http://wow.zekta.com/wp-content/uploads/2009/04/phase3profits.jpg" alt="What Phase are we now?" width="260" height="306" /></a><p class="wp-caption-text">What Phase are we now?</p></div>
<p>What target of mine is to feel the gap on the big question mark, (of course it didn&#8217;t start at collect underpants)<br />
<strong>Where is phase 1 and phase 2?</strong> <strong><br />
Where is Profits?<br />
Why there are Profits?</strong></p>
<p>that&#8217;s what I want to answer here<strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/04/change-of-name-focus-focus-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I was not prepared, Either.</title>
		<link>http://Phase3Profit.net/2009/04/i-was-not-prepared-anyhow/</link>
		<comments>http://Phase3Profit.net/2009/04/i-was-not-prepared-anyhow/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 12:01:22 +0000</pubDate>
		<dc:creator>Zekta Chan</dc:creator>
				<category><![CDATA[Wow Econ Research Project]]></category>
		<category><![CDATA[Goblin]]></category>
		<category><![CDATA[Raiders]]></category>
		<category><![CDATA[Scribe]]></category>
		<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://stuff.zekta.com/?p=539</guid>
		<description><![CDATA[<p>This post was writen a week ago,<br />
since our 3.1 patch delayed, I had delayed the post as well.</p>
<p>Things changed a lot,<br />
e.g. the first market still hold, the third as well<br />
but I was lucky that I don&#8217;t get hurt by the stockpile prediction<br />
(Although I still got 20 stacks of [item]Saronite Bar[/item] in bank&#8230;)</p>
<p>As I said the market will be chaos, and seems the prophecy came true to me&#8230;.</p>
<p>=====<br />
I know patch 3.1 is coming.<br />
And it like a storm on US and EU Server<br />
But I could not do a daxx thing about it in the TW Server.</p>
<p>Couples of reasons&#8230;.</p>
<p><img class="alignnone" title="I am not a Scribe!" src="http://www.fromoldbooks.org/Rosenwald-BookOfHours/pages/016-detail-miniature-scribe/016-detail-miniature-scribe-q75-409x432.jpg" alt="" width="409" height="432" /><br />
But I am not a Scribe!<br />
<strong>Round 1 &#8211; Glyph</strong> [item]Inscription[/item]</p>
<p>The main battleground will be on the glyph market.</p>
<p>Since Dual Spec is coming and every single crazed player,</p>
<p>who never though about building a second spec will buy glyph on that day.</p>
<p>However, not a single reseller can able to beat that market with the scribes.</p>
<p>and I never pay my school fee to get my hand dirty with ink, so I am out of the game.</p>
<p>Reasons? my previous comment on skrooge&#8217;s&#8230;</p>]]></description>
			<content:encoded><![CDATA[
<a href="http://Phase3Profit.net/wp-content/gallery/wow_research/WoWScrnShot_041309_191234.jpg" title="" class="thickbox" rel="singlepic230" >
	<img class="ngg-singlepic ngg-center" src="http://Phase3Profit.net/index.php?callback=image&amp;pid=230&amp;width=320&amp;height=240&amp;mode=" alt="Profits" title="Profits" />
</a>

<p>This post was writen a week ago,<br />
since our 3.1 patch delayed, I had delayed the post as well.</p>
<p>Things changed a lot,<br />
e.g. the first market still hold, the third as well<br />
but I was lucky that I don&#8217;t get hurt by the stockpile prediction<br />
(Although I still got 20 stacks of [item]Saronite Bar[/item] in bank&#8230;)</p>
<p>As I said the market will be chaos, and seems the prophecy came true to me&#8230;.</p>
<p>=====<br />
I know patch 3.1 is coming.<br />
And it like a storm on US and EU Server<br />
But I could not do a daxx thing about it in the TW Server.</p>
<p>Couples of reasons&#8230;.</p>
<p><img class="alignnone" title="I am not a Scribe!" src="http://www.fromoldbooks.org/Rosenwald-BookOfHours/pages/016-detail-miniature-scribe/016-detail-miniature-scribe-q75-409x432.jpg" alt="" width="409" height="432" /><br />
But I am not a Scribe!<br />
<strong>Round 1 &#8211; Glyph</strong> [item]Inscription[/item]</p>
<p>The main battleground will be on the glyph market.</p>
<p>Since Dual Spec is coming and every single crazed player,</p>
<p>who never though about building a second spec will buy glyph on that day.</p>
<p>However, not a single reseller can able to beat that market with the scribes.</p>
<p>and I never pay my school fee to get my hand dirty with ink, so I am out of the game.</p>
<p>Reasons? my previous comment on skrooge&#8217;s post</p>
<blockquote>
<p>Major Glyph market is very similar to the cut-gem market, unless you know much what&#8217;s going on, don&#8217;t set foot into it.</p>
<p>Say for most given class, only the a handful Glyph is used by the raiders and all else is useless.</p>
<p>On the other hand, the usefulness of any given Glyph changes whenever patch hits, and for the recent patches blizzard apply so close to each other, the price is very unpredictable, stockpiling is not an option.</p>
<p>One may only gain profit on a very short period of time in this market.
</p></blockquote>
<p>Why can the scribe handle that? They stock ink instead of glyph.</p>
<p>And restock the missing glyph coordinately.</p>
<p>The only thing I can do is get my hands on the inks and herbs.</p>
<p>However I had no idea on the inscription industry,</p>
<p>and even I look up the info on wowhead.</p>
<p>I bet my chance of winning is low.</p>
<p><img class="alignleft" title="The Expensives" src="http://www.open2.net/blogs/media/blogs/39197167_gold.jpg" alt="" width="350" height="300" /><br />
Wow, that&#8217;ll cost a lot</p>
<p><strong><br />
Round 2 &#8211; High End Goods</strong></p>
<p>[item]Titansteel Bar[/item] and [item]Moonshroud[/item]</p>
<p>while I can stockpile both of these.</p>
<p>The cost of both trade is high, and I am not so available for those trade.</p>
<p>I am doing &#8220;good&#8221; recently, if you count my asset base.</p>
<p>Not so risky trades. Suitable for me now</p>
<p>(Despite I throw a &#8220;big&#8221; move on enchanting material market)</p>
<p>I followed the Goblin&#8217;s wisdom (quote from Greedy Goblin)</p>
<blockquote>
<p>You can sell fast or sell high, but can&#8217;t sell high fast.
</p></blockquote>
<p>So I have my patient pay out.</p>
<p>Generated a steady cash flow for me each day, since I buy really low.</p>
<p>and keep the market away from saturation.</p>
<p>However, since I am started so late (One week or two before the 3.1 Hit),</p>
<p>this revenue speed do not grant me the ticket to the big game.</p>
<p>Ethereal, Titan Ore and Steel, and Cool Down Cloth will skyrocket, no doubt.</p>
<p><img class="alignnone" title="Now Thats My Game" src="http://www.thinkport.org/microsites/blog/images/Dice.jpg" alt="" width="376" height="295" /><br />
At last, That&#8217;s where I could play<br />
<strong>Round 3 &#8211; The Great Chaos</strong></p>
<p>I had no idea where the round 3 is on.<br />
However,<br />
I am pretty sure there will be a very unstable market in those days</p>
<p>Unstable means Risk, Risk means profits&#8230;<br />
By All mean, I should liquidize my asset soon for a fast track trading on those days.</p>
<p>I got my [item]Chronicle of Dark Secrets[/item] preparing as well</p>
]]></content:encoded>
			<wfw:commentRss>http://Phase3Profit.net/2009/04/i-was-not-prepared-anyhow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
