Winter Veil - 3000G/hr Lvl 5+ menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 72
  1. #46
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,412
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have developed a 100% AFK gold generation programm.
    great info..how about sharing?
    :gusta:wow:gusta:

    Winter Veil - 3000G/hr Lvl 5+
  2. #47
    JhonnyQ's Avatar Contributor
    Reputation
    256
    Join Date
    Aug 2013
    Posts
    293
    Thanks G/R
    12/74
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'll copy some shit in here:

    important:

    - go to key bindings and set "interact with target to F9"
    - you need tundra mammut to make this possible
    - you also need Sell-o-Mat2 and add the oil to the list, activate autosell too
    - accept the Quest which is offered by to winter-npc, so you have access to his shop by just right click

    (important: autosell cancels the creation of wizard-oil, so i create some oil 6-7, target the npc, which will autosell the oil and cancel the creation of further oil, than auto ESC to cancel the merchant window (because autosell does no update if you dont refresh merchant window) and start again creating some oil)

    hotkeys/makro:

    T:
    /use item:10938
    /cast Entzaubern
    /use item:70923
    /run BuyMerchantItem(8,1)


    Z:
    /tar Khole Klingeltaschen
    (the guy who sells winter stuff)

    1: /cast Tundramammut des Reisenden
    (casting tundra mammut)

    3: /run BuyMerchantItem(3,10)
    (buy 10 phioles from gimo)

    4: /cast Verzauberkunst
    /script for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Schwaches Zauberöl" then DoTradeSkill(i, 999) break end end
    (opens enchanting and creates all possible minor wizardoil)

    5: /tar Gnimo

    (targets the guy on the mammut sellin the phioles)


    AUTOIT PROG:

    HotKeySet("{F7}", "stop")
    $loop = true

    Sleep (3000)

    While ($loop)
    ; tar merchant
    ControlSend ( "World of Warcraft", "", "", "{Z}")
    Sleep(500)
    ; interact
    ControlSend ( "World of Warcraft", "", "", "{F9}")
    Sleep(2000)
    ; buy and disenchant
    For $i=1 To 55
    ControlSend ( "World of Warcraft", "", "", "{T}");
    Sleep(3300)
    $i += 1
    Next
    Sleep (1000)
    ; cast mount
    ControlSend ( "World of Warcraft", "", "", "{1}")
    Sleep (3000)
    ;ControlSend ( "World of Warcraft", "", "", "{ESC}")
    ; target npc on mount
    ControlSend ( "World of Warcraft", "", "", "{5}")
    Sleep (1000)
    ; interact with npc on mount
    ControlSend ( "World of Warcraft", "", "", "{F9}")

    ; buy phioles x 10 three times
    Sleep (1000)
    ControlSend ( "World of Warcraft", "", "", "{3}")
    Sleep (1000)
    ControlSend ( "World of Warcraft", "", "", "{3}")
    Sleep (1000)
    ControlSend ( "World of Warcraft", "", "", "{3}")
    ; creating oil with autosell

    For $i=1 To 8
    ControlSend ( "World of Warcraft", "", "", "{4}")
    Sleep(15000)
    ; tar merchant = autosell and cancel creation
    ControlSend ( "World of Warcraft", "", "", "{Z}")
    Sleep(1000)
    ; interact
    ControlSend ( "World of Warcraft", "", "", "{F9}")
    Sleep(5000)
    ; press esc and create some more oil
    ControlSend ( "World of Warcraft", "", "", "{ESC}")
    $i += 1
    Next


    WEnd

    Func stop()
    $loop = false
    EndFunc



    PS: im currently changing some parameters and i make small steps, so i wont get a deadlock etc
    PS2: since im ger, you should get the englisch translation by urself
    Last edited by JhonnyQ; 12-24-2013 at 11:00 AM.

  3. #48
    Posedius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been doing this alot as well really helpful thankyou

  4. #49
    xAJxAtlanta8213's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No one buys the dust though. You would think customers would stop rolling in after everyone that buys the dust has enough for the rest of their lives.

  5. #50
    JhonnyQ's Avatar Contributor
    Reputation
    256
    Join Date
    Aug 2013
    Posts
    293
    Thanks G/R
    12/74
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xAJxAtlanta8213 View Post
    No one buys the dust though. You would think customers would stop rolling in after everyone that buys the dust has enough for the rest of their lives.
    having 300-400* 20 in auctionhouse atm and 3 guildbanktabs with dust

    of they dont buy instant, but they buy in the next time. maybe wait some time after christmas and after the npc is gone, price will be 35g/stack again. 400*35 = 14k gold

    its not the best method, making gold with low lvl stuff, but its still a method.

    btw: run my prog over night, making around 150g. not much, wouldnt call it useable for a single person

  6. #51
    phorentez's Avatar Contributor

    Reputation
    232
    Join Date
    May 2008
    Posts
    721
    Thanks G/R
    1/18
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THAT my friend! Is a huge huge find. Welcome to Ownedcore, best way to enter haha, +5 rep from me!

  7. #52
    Terrassen's Avatar Active Member CoreCoins Purchaser
    Reputation
    43
    Join Date
    Oct 2009
    Posts
    102
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A better tip: Purchase all the stacks you can now and store them in your guildbank. Have patience and wait a month and they will sell for 30-50g per stack.

  8. #53
    Sauske's Avatar Corporal
    Reputation
    19
    Join Date
    Dec 2013
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using this now, thanks a lot!

  9. #54
    JhonnyQ's Avatar Contributor
    Reputation
    256
    Join Date
    Aug 2013
    Posts
    293
    Thanks G/R
    12/74
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by demonicterran View Post
    A better tip: Purchase all the stacks you can now and store them in your guildbank. Have patience and wait a month and they will sell for 30-50g per stack.
    Not worth a guild bank. My Guild bank is full.

    I have a alt to send the dust to and keep it in mailbock. I currently have 1153 mails with 12 stacks dust each. stored for 30 days and 30 days again after resending.

    and i auto delete the essences.

  10. #55
    TheCompleteWeirdo's Avatar Active Member
    Reputation
    42
    Join Date
    Aug 2012
    Posts
    41
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Saw this last year.

  11. #56
    easyline89's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome!!!

  12. #57
    Nicorn's Avatar Contributor
    Reputation
    130
    Join Date
    Nov 2013
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Winterveil is over tomorrow, use your time.

  13. #58
    Nicorn's Avatar Contributor
    Reputation
    130
    Join Date
    Nov 2013
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's Winter Veil again. I hope it's not against the rules to bump old threads. Just want to remind you guys of this

    You buy Gaudy Winter Veil Sweaters for 22 Copper from the Winterveil Traders and disenchant them.

    Easiest to do with an open vendor-Window and this macro:
    /cast Disenchant
    /use item:70923
    /run BuyMerchantItem(8,1)


    Yes you can automate this if you're brave enough to do these things:
    The prices are already dropping, but since we can now stack up to 200, so why not get some and wait for better times? Last year i got lucky and sold my last Dust for 6G per in February so only 2 months wait time for a huge profit:



    Some calculations with the average Pricing from Yesterday/ pre Winterveil:

    Disenchants per Hour:

    • 1x Disenchanting = 1.5sec/Item
    • 3600sec / 1.5sec/Items = 2400Items

    100x disenchants yield:


    Gold per Hour:

    • 2400Items * 2.53G/Items = 6072G/Hour
    • Cost = 2400Items * 0.0022G = 5.28G
    • = 6066G/Hour


    And the old Video:

  14. #59
    Taftvalue's Avatar Active Member
    Reputation
    38
    Join Date
    Apr 2012
    Posts
    96
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so blizzard hasn't managed to fix this lmao?

  15. #60
    Kenneth's Avatar ★ Elder ★ WTB XRP Authenticator enabled
    Reputation
    1644
    Join Date
    Aug 2012
    Posts
    1,538
    Thanks G/R
    1071/790
    Trade Feedback
    8 (100%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nicorn View Post
    It's Winter Veil again. I hope it's not against the rules to bump old threads. Just want to remind you guys of this

    You buy Gaudy Winter Veil Sweaters for 22 Copper from the Winterveil Traders and disenchant them.

    Easiest to do with an open vendor-Window and this macro:
    /cast Disenchant
    /use item:70923
    /run BuyMerchantItem(8,1)


    Yes you can automate this if you're brave enough to do these things:


    The prices are already dropping, but since we can now stack up to 200, so why not get some and wait for better times? Last year i got lucky and sold my last Dust for 6G per in February so only 2 months wait time for a huge profit:



    Some calculations with the average Pricing from Yesterday/ pre Winterveil:

    Disenchants per Hour:

    • 1x Disenchanting = 1.5sec/Item
    • 3600sec / 1.5sec/Items = 2400Items

    100x disenchants yield:


    Gold per Hour:

    • 2400Items * 2.53G/Items = 6072G/Hour
    • Cost = 2400Items * 0.0022G = 5.28G
    • = 6066G/Hour


    And the old Video:
    May I ask. Why do people even buy these? With the new garrison profession buildings are there not more efficient and faster ways to level your professions through them? I know that it worked for engineering, cooking, and some others.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Looking for Eggs for Winter Veil?
    By Farylon in forum World of Warcraft Guides
    Replies: 3
    Last Post: 12-16-2007, 04:10 AM
  2. [Fast Gold] Winter Veil
    By Nastya in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 12-15-2007, 10:26 PM
  3. Make money on the start of the winter veil.
    By Disphotic in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 12-15-2007, 10:01 PM
  4. Feast of Winter Veil gold making
    By dark_chief in forum World of Warcraft Guides
    Replies: 14
    Last Post: 12-03-2007, 03:04 AM
  5. winter veil headlesshorsemen etc
    By bjorn11 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-15-2007, 04:51 PM
All times are GMT -5. The time now is 11:00 PM. 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