Up to 1k Gold/Hour menu

Shout-Out

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 71
  1. #46
    BuGBlast's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work on my server very well, only get a small profit from this, but a profit is profit

    Up to 1k Gold/Hour
  2. #47
    HolyBeast's Avatar Contributor
    Reputation
    144
    Join Date
    Nov 2007
    Posts
    371
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #48
    Rine's Avatar Active Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

    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
    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.

    tha macros are the one from http://www.mmowned.com/forums/world-...-one-week.html

    1st macro to prospect your Saronite Ore, hotkey Num1

    Code:
    /cast Prospecting
    /use Saronite Ore
    2nd macro to craft Bloodstone Band, hotkey Num2
    Code:
    /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
    3rd macro to craft Crystal Chalcedony Amulet, hotkey Num3
    Code:
    /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
    4th macro to craft Crystal Citrine Necklace, hotkey Num4
    Code:
    /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
    5th macro to craft Sun Rock Ring, Num5
    /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
    6th macro to disenchant everything, hotkey Num6
    Code:
    /cast disenchant
    /use Bloodstone Band
    /use Crystal Chalcedony Amulet
    /use Crystal Citrine Necklace
    /use Sun Rock Ring
    then put the Lesser Cosmic Essence into the 7th slot and asign hotkey Num7

    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.

  4. #49
    Kazin420's Avatar Contributor
    Reputation
    240
    Join Date
    May 2008
    Posts
    719
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rine View Post
    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

    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
    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.

    tha macros are the one from http://www.mmowned.com/forums/world-...-one-week.html

    1st macro to prospect your Saronite Ore, hotkey Num1

    Code:
    /cast Prospecting
    /use Saronite Ore
    2nd macro to craft Bloodstone Band, hotkey Num2
    Code:
    /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
    3rd macro to craft Crystal Chalcedony Amulet, hotkey Num3
    Code:
    /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
    4th macro to craft Crystal Citrine Necklace, hotkey Num4
    Code:
    /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
    5th macro to craft Sun Rock Ring, Num5
    6th macro to disenchant everything, hotkey Num6
    Code:
    /cast disenchant
    /use Bloodstone Band
    /use Crystal Chalcedony Amulet
    /use Crystal Citrine Necklace
    /use Sun Rock Ring
    then put the Lesser Cosmic Essence into the 7th slot and asign hotkey Num7

    and put Eternal Earth into the 8th slot to make sure you've allway got enough Crystallized Earth, and asign to hotkey Num8
    Very nice!

    You've obviously put a lot of time into that, so +rep from me.

  5. #50
    arthasor's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    88
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  6. #51
    Mayx's Avatar Contributor
    Reputation
    139
    Join Date
    Aug 2010
    Posts
    270
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Going to try it out on Kazzak-EU - Thanks for the guide

    -Mayx

  7. #52
    anmarie0812's Avatar Active Member
    Reputation
    42
    Join Date
    Dec 2008
    Posts
    128
    Thanks G/R
    4/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And another idea for you =)

    Originally Posted by WoWHead
    I decided to make 40 rings as a test.

    Total cost of materials needed
    Eternal earth x8 56g
    Two stacks of Bloodstone 50g
    That's 106g total

    After making and disenchanting them I got.
    2.5 stacks of infinite dust and 10 lesser cosmic essence.

    I then bought five Armor Vellum III. With them I crafted =http://www.wowhead.com/?item=38989]They sell for 60-70g on myserver.

    70g x5 = 350g (Not including what the AH takes)

    So I made a total of 244g profit for 10 minutes work. Hope this helps!

  8. #53
    Exigious's Avatar Banned
    Reputation
    34
    Join Date
    Jun 2010
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  9. #54
    abhorsenjay's Avatar Contributor
    Reputation
    254
    Join Date
    Sep 2008
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  10. #55
    Ponjon's Avatar Member
    Reputation
    66
    Join Date
    Sep 2009
    Posts
    170
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This only works if yours servers economy is normal, which only like 6/10 servers are

  11. #56
    Subset's Avatar Vanaka
    Reputation
    355
    Join Date
    Nov 2009
    Posts
    603
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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:
    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
    Autoit files will pick up as viruses, so no virus scan for me. Gonna have to take my word for it.

    put the macro bind to 1
    ty trollin
    Last edited by Subset; 08-11-2010 at 07:17 PM.

  12. #57
    JoeThePlumber's Avatar Contributor
    Reputation
    89
    Join Date
    Jun 2007
    Posts
    423
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Best gold guide I read in months! +rep!

  13. #58
    eric908's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide

  14. #59
    Celton's Avatar Private
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    solid guide ^^

  15. #60
    henkzen's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as infinite dust goes for under a gold on my server. its not worth it

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. 200-300 gold/hour with mining [updated, works very nice]
    By Dignox in forum World of Warcraft Guides
    Replies: 22
    Last Post: 09-26-2008, 05:05 PM
  2. 250-600 Gold @ Hour (BrewFest BRD)
    By Premium-mmo in forum World of Warcraft Guides
    Replies: 18
    Last Post: 09-23-2008, 04:27 PM
  3. 200-300 gold/hour with Mining (maps, not many know about this)
    By Dignox in forum World of Warcraft Guides
    Replies: 11
    Last Post: 08-24-2008, 07:55 PM
  4. Make up to 780 gold/hour!
    By myojinyahiko in forum World of Warcraft Guides
    Replies: 13
    Last Post: 04-04-2008, 04:17 PM
  5. 120-300 gold/hour, Talbuk venison.
    By Aqqu in forum World of Warcraft Guides
    Replies: 5
    Last Post: 03-13-2008, 08:39 AM
All times are GMT -5. The time now is 01:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search