<?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; Scribe</title>
	<atom:link href="http://Phase3Profit.net/tag/scribe/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>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>
