Doesn't work on my server very well, only get a small profit from this, but a profit is profit![]()
Doesn't work on my server very well, only get a small profit from this, but a profit is profit![]()
I haven't been leveling/raiding at all in the past couple weeks but I have still been logging in to do this once or twice a week. Making a killing on my server still but honestly i'm getting bored with WoW. Been spending most of my time watching Dexter and playing SCII
for all mac users i made a small script to make things easier.
just copy&past the following into your applescript editor an save as script or programm.
have all your Saronite Ore in your bags and start the skript. go afk and come back to but your items into the Auction House
you need to make 6 macros and put them on a action bar with the keys asign to Num1 to Num8 on your numblock. use bartender to asign the keys and hide that bar.Code:tell application "System Events" tell application "World of Warcraft" to activate repeat 100 times key code 83 delay 3.5 key code 84 key code 85 key code 86 key code 87 delay 5.5 key code 88 delay 5.5 key code 89 delay 0.5 key code 91 end repeat end tell
tha macros are the one from http://www.mmowned.com/forums/world-...-one-week.html
1st macro to prospect your Saronite Ore, hotkey Num1
2nd macro to craft Bloodstone Band, hotkey Num2Code:/cast Prospecting /use Saronite Ore
3rd macro to craft Crystal Chalcedony Amulet, hotkey Num3Code:/run CloseTradeSkill() /cast Jewelcrafting /run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Bloodstone Band") then DoTradeSkill(i,10) end end
4th macro to craft Crystal Citrine Necklace, hotkey Num4Code:/run CloseTradeSkill(), /cast Jewelcrafting /run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Crystal Chalcedony Amulet") then DoTradeSkill(i,10) end end
5th macro to craft Sun Rock Ring, Num5Code:/run CloseTradeSkill() /cast Jewelcrafting /run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Crystal Citrine Necklace") then DoTradeSkill(i,10) end end
6th macro to disenchant everything, hotkey Num6/run CloseTradeSkill()
/cast Jewelcrafting
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Sun Rock Ring") then DoTradeSkill(i,10) end end
then put the Lesser Cosmic Essence into the 7th slot and asign hotkey Num7Code:/cast disenchant /use Bloodstone Band /use Crystal Chalcedony Amulet /use Crystal Citrine Necklace /use Sun Rock Ring
and put Eternal Earth into the 8th slot to make sure you've allway got enough Crystallized Earth, and asign to hotkey Num8
Last edited by Rine; 08-03-2010 at 09:42 AM.
Love it, +rep, but I was wondering are there any guides to get enchanting / JC out right now?
Uther was always alive but he cba to go back to crappy ol' Stormwind so he was chillin down in Orgrimmar disguised as Gamon
Going to try it out on Kazzak-EU - Thanks for the guide
-Mayx
And another idea for you =)
Originally Posted by WoWHead
Also, if you guys have mining buddies, I know that atleast for me Crystallized Earth is one of thee most useless things I get from mining, so just ask them if they have any eternal that you can just have.
Brilliant vid, I'd forgotten about this method after the prices on my server took a huge dip, I'm an idiot. However the addon I used that really made this method easier is the Auctionator addon. Most people already have it but it scans the auction house for the lowest price of your item and lists them in such a way that you can bulk buy the cheapest ones.
Last edited by abhorsenjay; 08-05-2010 at 12:53 PM.
Backups? We don't *NEED* no steenking baX%^~,VbKx NO CARRIER
This only works if yours servers economy is normal, which only like 6/10 servers are
Made an autoit script to Disenchant with the D/E macro, didn't really need one for the making since you can just click create all
Download
If you don't trust me, here is the source:
Autoit files will pick up as viruses, so no virus scan for me. Gonna have to take my word for it.HotKeySet("{F5}", "TogglePause")
Global $Paused, $WinTitle ='World of Warcraft'
TogglePause()
While 1
If WinExists($WinTitle) Then
ControlSend($WinTitle, "", "", "1", 1)
Sleep(4250)
ControlSend($WinTitle, "", "", "1", 1)
Sleep(4250)
Else
MsgBox(0, "You should have WoW open.", "", "")
Exit
EndIf
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Paused, F5 to resume.',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
put the macro bind to 1
ty trollin
Last edited by Subset; 08-11-2010 at 07:17 PM.
Best gold guide I read in months! +rep!
nice guide
solid guide ^^
as infinite dust goes for under a gold on my server. its not worth it![]()