September 3, 2009

Breaking New Ground

Filed under: Inscription,Mods,wowbanker — Tags: , — Kevmar @ 5:45 am

The way I am making gold with inscription is not new. Many people before me did the same thing and shared the results. The process has changed over time as new people try it out and discover different ways of doing things. I saw myself as one of those people. I jumped into the system and took a good hard look at it. I picked at the details and tried different things. I also took a step back and looked at the big picture.

Early on I was struggling with a part of the process that just took too much time. What do I craft? I tried a few ways on my own and I tried the ways others were doing it.

My first method was to recraft anything that sold. When I collected gold from my mailbox, I would queue up each sale in skillet and craft it later. It was simple but it was easy to miss things. If I let something sell out, I never knew to recraft it.

Several people use altaholic to show how many of something you have in the tooltip. Works great even if you don’t use alts. I would then walk the list of glyphs and make a few of those that listed over 5g. I did that every few days and I was still crafting from my sales.

A method I saw the big players suggest over and over is set stack sizes. The idea here is you have a set number of every glyph. When you go to recraft, you fill those stacks back up. You are only crafting the ones that sold at that point without tracking sales. I started small and worked up but I quickly saw how much time it took to check each stack and queue up the amount needed. As I looked at that process, the pieces of it were very simple.

Select a glyph, mouse over it in the skill window, get the total count, subtract that value from your desired stack size, queue that many items. Then repeat. This required no judgement or thinking. It was a process. A very exact set of steps. I knew this could be automated.

After hunting for someone else to automate this I broke down and did it myself. I interfaced directly with the mods that I was using. The result was a very small script that would do exactly what I did manually. It did in a matter of second something that took a large chunk of my time to do. Over the last few weeks I have used it and shared it with one or 2 people that were grateful for the script.

This is my chance to give back to all those that provided me with the great information that got me to where I am in the glyph market. I am working on cleaning this script up and releasing it as a mod. Consider it in early beta now with a full release down the road. I will give more details on it later.

September 2, 2009

The Power of Quick Auctions 2

Filed under: Inscription,Mods,wowbanker — Tags: , — Kevmar @ 6:05 am

This is the mod that makes you a rock star at posting glyphs. I talked about QA before, but a update has been released for it a while ago. It has moved from the command line to a gui to manage your items.

You do have to make a group for your glyphs and add them all to it. I did not like that idea at first but the author made it easy to add everything at once. When you first start out put everything in the same group. More experienced glyphers will create a group for single and double ink glyphs and manage the threshold differently.

One thing that QA2 does better then QA is posting faster. It had a multi threaded posting ability that allow it to post several auctions at the same time. The speed is very fast. If you leave it a good deal of bag space, it is even faster. I think it uses all your empty bag slots to split different stacks at the same time now.

The power behind this mod is how easily it lets you post all your glyphs at once. You run up to the AH and click the post button. It does a quick scan of the glyphs on the AH then it post yours faster than any other mod I know. If your competition is using anything else or doing it by hand, they will not be able to keep up with you.

Do not overlook its ability to cancel auctions you are undercut on too. If you keep your inventory on the AH, this is a life saver. It will check each glyph for you to see if its had been undercut. If it is undercut and it can post a lower priced one, it will auto cancel the auction for you. If someone undercut lower then your min price, it will just leave it there. and if you are the only person up, it will cancel it so you can repost at a high price.

This is a powerful weapon that in one person hand can easily give them the market. At the same time, if too many people use it too aggressive the market will crash by the constant undercutting. My next post I will give info about the weaknesses of QA.

August 12, 2009

bulk2mail trick

Filed under: Automation,Mods,wowbanker — Tags: , — Kevmar @ 12:18 pm

I use this mod called bulk2mail. It lets me set up send lists so that all cloth gets sent to my tailor and all leather gets sent to my leatherworker. It is very slick. It pulls those items from your bags for you.

I have a large snatch list. I could easily buy a fewhundred items at once. Those purchases fill my mailbox and over flow my bag. With builk2mail, you can send and receive at the same time. I start to open all of the mail (with potal) and as stuff is flowing in, I flip over to the send and buil2mail already has the first message ready to go. I click send and off it goes while the mailbox is still getting cleared out. If I flip back from the inbox to the send box, it will have the current items ready to go again.

I started sending slower and it feels faster. I flip over to send, but I pause for 10-20 sec before I click the send button. When that stuff sends, it rechecks inventory and build a new message with the stuff that there now (the things that showed up in that 10-20 sec pause). It realy feel very slick now that I am using it.

August 11, 2009

Macros

Filed under: Mods,wowbanker — Tags: — Kevmar @ 5:50 am

I have started to use a lot of simple macros to help me manage my glyphs. Here are my macros as they are on my action bar.

1) Mill
2) Move glyphs to bank (from bags)
3) Move glyphs to bag (from bank)
4) Sort bags
5) Cancel auctions 12 hours or shorter
6) Craft next item
7) Continue QA posting ( a workaround for the 0/0 bug)
8) Open skillet (my craft window)
9) Empty Mailbox (and refresh)
10) Reload wow
11) Move herbs to bag

Milling
That is a common macro that most sribes use (or some other smart milling addon). Just click it and it will mill the herbs in your bag one time. In the macro you list the herbs for it to look at.

/cast Milling
/use adder’s tongue
/use icethorn
/use lichbloom

Move glyphs from bags to bank
I use bank stack to manage my bags and made a macro for my groups. “glyphs” are my first 4 char bags and “bglyphs” are my first 5 bank bags. All of those are inscription bags.

/fill glyphs bglyphs

Move glyphs from bank to bags
Just lis the other one but reversed.

/fill bglyphs glyphs

Sort
That same mod quickly sorts your inventory. I like it looking sharp. I click this sort macro all the time. After posting, before crafting, after crafting, and after I get the mail.

/sort bags

Cancel auctions 12 hours or shorter
I use this any time I don’t think I will make the next posting time or if I think it will expire before I post again. This macro checks very listed auction (not just glyphs to watch it) and if its is going to expire within 12 hours it will cancel it. I run that before I do my smart undercut cancel.

/script local o=”owner” p=GetNumAuctionItems(o) i=p while (i>0) do local _,_,c,_,_,_,_,_,_,b,_,_=GetAuctionItemInfo(o,i) t=GetAuctionItemTimeLeft(o,i) if((c>0)and(b==0)and(t<4))then CancelAuction(i) end i=i-1 end

Craft Next Item
I put this into a button so I could keybind it instead of click with the mouse every time. Skillet lets you queue thins up but you still have to click the button to craft. Now you can put it a macro like this one.

/click SkilletStartQueueButton

Continue QA posting
I have this strange bug that I cannot fix where it posts 1/2 the auctions and calls it quits. It looks like it posted them but it actualy skips every other one. Each time I repost it, the count is in half. This continues the posting without it doing a rescan of the AH first. I think this is the common 0/0 bug. Sometimes it says 0/0 and others it says complete.

/script QA:PostItems()

Open Skillet
Not a macro as much as where I put this button. Next to all the other important ones. Mount is another button on that bar.

Empty Mailbox
I use portal to manage my mail box. This macro refreshes the window and takes all the items using that mod. I have to click it twice if it does refresh.

/script CheckInbox(1)
/click PostalOpenAllButton

Reload
If you type /reload it resets your ui and it refreshes the mailbox faster then waiting on it. I made it a macro because I was typeing it so much

/reload

Move herbs to bag
Just like with my glyphs, I have one set up for herbs from the guild bank. I edit it when needed if the herbs are in different tabs. I use this during my mass milling sessions.

/fill guild4 bags

The only other thing that I click on is sprint. My scribe is a rogue and I use that sprint often.

July 30, 2009

Bank Stack

Filed under: Inscription,Mods,wowbanker — Tags: , — Kevmar @ 5:49 am

I love this simple mod. It lets me move and sort my glyphs very quickly.

I create 2 custom groups
glyphs 1,2,3,4
bglyphs 5,6,7,8,9

The first one is the 4 inscription bags on my character and the other is the 5 inscription bags in my bank. To move all my glyphs to the bank I type this command:

/fill glyphs bglyphs

And to move them back just swap the the names:

/fill bglyphs glyphs

Once I have that working, I create a macro for both of them and put the buttons in my action bar.

Then to sort everything:

/sort

It makes glyph management very smooth. When it sorts glyphs, it does it by class/color. Very clean looking.

July 21, 2009

Quick Auction

Filed under: Inscription,Mods,wowbanker — Tags: , — Kevmar @ 5:39 am

Quick Auctions puts the automation into posting glyphs. After you install, you will want to run these commands:

/qa toggle glyphs
/qa fallback 72g13s54c glyphs
/qa threshold 4g57s9c glyphs
/qa cap 2 glyphs
/qa undercut 1s76c glyphs

And make sure /qa smartcut is off. It will round down your undercuts to the nearest gold.

Fill your bags with every glyph you can fit in there. At the AH on the auctions tab is a button at the top to post with. It will prescan the ah then post your glyphs.

The fallback price is the price it will use if nobody has anything listed. It’s ok to set it high. When people need a glyph, they need a glyph. You will sell more then you think you should at that price.

The threshold is the lowest you want to post an auction for. Set it above your cost of mats and you will make a profit on every glyph that sells. Set it just under a solid gold amount. It is common that people will set limits at nice even numbers.

The cap is how many you are willing to post at a time. If you have been undercut, it will post 2 more. If you have 2 at the lowest price it will not repost anymore. 3 is also a good number. I find that doing more makes the other people relist more often.

The undercut is the undercut value. I like to use odd looking offsets, Keep them small. If you do large undercuts and repost often, then all you will do is crash the prices. Unless you are driving your competition out, I would keep them small.

This mod will also allow you to cancel auctions that have undercut you. With glyphs its dirt cheap to post them so its possible to stop them and repost with little cost. This is very common for people to do. I have recently started just reposting more glyphs at the lower price and leaving the old glyphs up.

« Newer Posts


Powered by WordPress