for enchanting it really doesn't
draenor enchanting mats are expensive as **** compared to say ores
for enchanting it really doesn't
draenor enchanting mats are expensive as **** compared to say ores
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
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.![]()
What program and coding is best for this to bot?
Having autoclicker is enough![]()
To make things easier, you will want to set up 2 macros.
The first macro is to Disenchant and take the loot:
The second macro is to buy from the vendor:Code:/in 2.5 /script SetCVar("AutoLootDefault", 0) /script SetCVar("AutoLootDefault", 1) /cast Disenchant /use Gaudy Winter Veil Sweater
Put the first macro in your hotbar and bind it to this key: -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 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):
Now run the Gold2.exe and you can afk, alt+tab out, and enjoy!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
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![]()
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)
very nice![]()
Great post! Anyone know of a program that will hit my 1 button continuously so i can afk while doing this?
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.