Winter Veil - 3000G/hr Lvl 5+ menu

Shout-Out

User Tag List

Page 5 of 5 FirstFirst 12345
Results 61 to 72 of 72
  1. #61
    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)
    for enchanting it really doesn't

    draenor enchanting mats are expensive as **** compared to say ores

    Winter Veil - 3000G/hr Lvl 5+
  2. #62
    NeckWenxiao's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    76
    Thanks G/R
    2/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you avoid getting your bags full of shirt? I use the same macro as above, but sometimes it fails, and I have like 10 shirts or something

  3. #63
    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)
    Originally Posted by NeckWenxiao View Post
    How do you avoid getting your bags full of shirt? I use the same macro as above, but sometimes it fails, and I have like 10 shirts or something
    This only happens when you use the macro to fast. WoW then tries to disenchant the already disenchanted weater - which ofcourse fails - and the new bought sweater remains in your bag.

  4. #64
    stevesgamebox's Avatar Site Donator The AH Newbie Success Guy
    CoreCoins Purchaser
    Reputation
    487
    Join Date
    Apr 2014
    Posts
    289
    Thanks G/R
    0/83
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love it love it love it. Yes please dont delete.

    I didnt know this nor did I see the post form last year sooo soo good.

  5. #65
    Malifel2win's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What program and coding is best for this to bot?

  6. #66
    Oji's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Having autoclicker is enough

  7. #67
    Verum's Avatar Active Member CoreCoins Purchaser
    Reputation
    18
    Join Date
    Jun 2013
    Posts
    155
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know the price has gone down(well it has on my server) but I made a 100% afk profile for it. on PB so add me on skype if you want it

  8. #68
    Demonic King's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To make things easier, you will want to set up 2 macros.

    The first macro is to Disenchant and take the loot:
    Code:
    /in 2.5 /script SetCVar("AutoLootDefault", 0)
    /script SetCVar("AutoLootDefault", 1)
    /cast Disenchant
    /use Gaudy Winter Veil Sweater
    The second macro is to buy from the vendor:
    Code:
    /run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find(70923) then BuyMerchantItem(i, quantity)end end end
    Put the first macro in your hotbar and bind it to this key: -
    Put the second macro in your hotbar and bind it to this key: =
    Now open the vendor window and keep it open
    Download this autoit program and run it, it will do everything for you, even when you alt+tab out: https://www.mediafire.com/?fqc81d32f999pq7

    You can make your own autoit script using this code (leeched from another post):
    Code:
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    $windowTitle = "World of Warcraft"
    $windowList = winList($windowTitle) ;$windowList[this array is the window Title][and this array is the window handle as hex number]
    $windowFound = $windowList[0][0]
    $windowHandle = 0
    
    if $windowFound == 0 then
    	MsgBox(0, $windowTitle&"-01", "Could not find any Window")
    	exit
    elseif $windowFound > 1 then
    	MsgBox(0, $windowTitle&"-02", "There are more than 1 "&$windowTitle&" windows running.")
    
    	local $windowHandleShow = ""
    
    	for $i = 1 to $windowFound step 1
    		$windowHandleShow = $windowHandleShow & @CRLF & $windowTitle&": --"& $i &"-- "&$windowList[$i][1]
    	next
    
    	; user selects handle
    	do
    	  $userInput = InputBox($windowTitle&" Window Selection", "Please select a window (1 = first Window, 2 = second...)"&@CRLF&$windowHandleShow)
        until $userInput <> isNumber($userInput)
        $winhandle = $windowList[$userInput][1]
    else
    	$winhandle = $windowList[1][1]
    endif
    
    ;$windowHandle = $windowList[1][1]
    ;$windowHandle2 = $windowList[2][1]
    
    global $botRun = false
    
    HotKeySet("{F12}", "botStart")
    HotKeySet("{F11}", "botStop")
    HotKeySet("{F10}", "botEnd")
    
    botStart()
    
    func botStart()
    	$botRun = true
    	while $botRun == true
    		Sleep(150)
    		ControlSend($winhandle, "", "", "{=}") ; BUY ITEM
    		Sleep(300)
    		ControlSend($winhandle, "", "", "{-}") ; DISENCHANT ITEM
    		Sleep(2300)
    	wend
    endfunc
    
    func botStop()
    	$botRun = false
    endfunc
    
    func botEnd()
      exit
    endfunc
    
    while 1
    	sleep(250)
    wend
    Now run the Gold2.exe and you can afk, alt+tab out, and enjoy!

    This is not fool proof and will sometimes buy more than it disenchants causing your bag to get full so you will need to check it once in a while or separate the stacks to take up space in a 5:2 ratio (5 strange dust to 2 lesser magic)


    If you want to auto shut down your pc after x amount of hours open the run program on your pc and put this: shutdown.exe /s /t 28800
    It will shut down your p.c. after 8 hours.
    28800 is how many seconds in 8 hours so if you want to change it make sure to keep it in seconds.

    Lastly, I would like to thank the op for this post as I've made well over 3k on my realm

  9. #69
    TheDragonfiend's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To add to this there is also the Blue Eye Macro software

    Im a little biased towards that particular software what with being the documentation editor for their website and all (dont believe me? chuck me a pm on the official website and ill answer whatever questions you have to ask, heres my profile link Blue Eye Macro ? Login im not on much these days but i pop in now and again to Make sure my little designated area is running smoothly and answer questions, also proof im a member of staff Blue Eye Macro ? Login

    on that note i have access to the ability to edit peoples contribution points so get on my good side and i can basically give you a free months subscription in the greater sense of the word)

    Now bragging aside lets get serious.

    Ive used most of the automation software out there today, if i hadnt i wouldn't have the skills needed to hold the position i do, why i like bem? does the same everything else does only simpler, I dont need 50 billion different ways to write an array when i can just use a List variable and a loop, and neither do any of you like lets face facts

    You dont want a C++ esque language to write a code that presses what 3 buttons? the trick behind bem is taking those 3 button presses and then using stuff like image detection to put some ai behind em (main reason i use the software was i was coding bots for mmos and autohotkey and autoit just seemed to **** me around half the time with the image recognition, bems is ok takes some fiddling till you realise you need to add 25 pixels to the X coordinate depending on if you use directx capture or not) like say you could code the bot to check whether or not your inventory is full by checking the color value of the inventory slots (id say image but looking at 1 pixel instead of say 125*125 runs a hell of alot smoother) then if the pixel checks show the inv slots are full it can then path its way to the bank (though at this point where you are coding a pathing system youd be better off just injecting code instead of doing pixel based pathing through some scripting software, trust me, ive done it its hell, we needed a team of 4 people (team nexus) just to figure out how we could determine what the camera yaw is relative to the map coords that we found by comparing the Map to the Screen resolution, not to mention stopping the bot from getting stuck by making it learn the map, logistical nightmare)



    Tl;Dr heres some software that I am a representative staff member and Well recognized coder within their community, that is an alternative to the above mentioned software, and is easier to use for those who are new to coding.

    If you would like help with it i can offer it, if you dont need the help and are great with scripts then you may be better off with the programs jump listed as i can verify they have some features bem doesnt, i started off with them (well ok i started with c++ but thats why autoit felt natural to me, they are almost identical in structure).

    I have my own personal reasons for using and representing this software you may not share them.

    Anyway if you do want to go down the bem path, considering i may consider making a script just for this method (specifically the minor wizard oil, enchanting vellum and greater magic wand methods, maybe chucking in auctionator support or something though that ones a bit iffy due to ui differences between the addons) you probably wont have to code anything (you lazy bastards )

  10. #70
    FifaPlaya96's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice

  11. #71
    cachemaster's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great post! Anyone know of a program that will hit my 1 button continuously so i can afk while doing this?

  12. #72
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://en.file-upload.net/download-1...st-OP.rbs.html

    here is Rebot profile me and a friend put together.

    open the vendor window and start the bot, and it should start.



    Might add bank deposit soon
    Last edited by Fumi; 12-27-2014 at 06:54 PM.

Page 5 of 5 FirstFirst 12345

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 08:31 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