Automating the Obliterum Forge with Razer synapse menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,629
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Automating the Obliterum Forge with Razer synapse

    Hey guys, I was looking for a Honorbuddy profile to do this for me but could not find one so decided to just make something really quick in Synapse. Timing isn't *perfect* but it's pretty damn close. First, you'll need the following macro, set to your "1" key:

    Originally Posted by Deathyaw View Post
    /run for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ITEMNAMEHERE") then UseContainerItem(bag,slot) end end end
    Make sure to replace "ITEMNAMEHERE" to whatever item you are obliterating.

    Then, grab this macro, and set it to your "2" key:
    Originally Posted by Deathyaw View Post
    /script CloseLoot()
    Now, here's the synapse macro:
    Low Latency - less than 50: TinyUpload.com - best file hosting solution, with no limits, totaly free
    Medium Latency - 50-100: TinyUpload.com - best file hosting solution, with no limits, totaly free
    High Latency - over 100: TinyUpload.com - best file hosting solution, with no limits, totaly free

    To use it, simply go to Synapse, go to macros, hit the ... icon, and click on import. Or, alternatively, make your own. It's just "1" LMB 2sec delay "2" 0.75/1.25 sec delay depending on latency.

    Now, bind that macro to one of your keys on your keyboard/mouse, and make sure "toggle continuous playback on/off using assigned key"

    Finally, go back into WoW and hover your mouse cursor over the word "Obliterate" on your forge, press the macro, and go afk.


    This is not an elegant solution, but since the API for the Obliterum Forge is mostly protected, you can't just use one macro to do everything for you (so I've been told). If you have any ideas on how to get around this
    Last edited by phantom325; 09-05-2016 at 11:46 AM.

    Automating the Obliterum Forge with Razer synapse
  2. Thanks jimmyamd, spriggy666, Deathyaw, riotlev, Yavanna, vinc009 (6 members gave Thanks to phantom325 for this useful post)
  3. #2
    jimmyamd's Avatar Elite User
    Reputation
    329
    Join Date
    Apr 2014
    Posts
    866
    Thanks G/R
    71/114
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was looking for something like this as it's quite annoying to do so many boe's manually.

    Thanks

  4. #3
    Mahizzta's Avatar Contributor
    Reputation
    86
    Join Date
    Aug 2012
    Posts
    111
    Thanks G/R
    2/18
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do this a lot though and you're most likely to get banned, since it's just repeating one automation

  5. Thanks moonk1n (1 members gave Thanks to Mahizzta for this useful post)
  6. #4
    WingedBoost's Avatar Member
    Reputation
    8
    Join Date
    Jul 2014
    Posts
    98
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which items can I buy? Some1 has like a list for me to search on AH or something? Thanks

  7. #5
    kaneissik's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, will come in handy...

  8. #6
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,629
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mahizzta View Post
    Do this a lot though and you're most likely to get banned, since it's just repeating one automation
    Possibly. I've been banned for botting before but never for using automation macros like this, although it is possible.

    Originally Posted by P4rr0t View Post
    Which items can I buy? Some1 has like a list for me to search on AH or something? Thanks
    any legion crafted item.

  9. #7
    yellowspark's Avatar Contributor
    Reputation
    147
    Join Date
    Feb 2012
    Posts
    165
    Thanks G/R
    0/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mahizzta View Post
    Do this a lot though and you're most likely to get banned, since it's just repeating one automation
    No you wont. You are not doing anything wrong with this.

  10. #8
    Gbyrd's Avatar Active Member
    Reputation
    73
    Join Date
    Nov 2008
    Posts
    275
    Thanks G/R
    1/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that would be such a fail seeing as there is a stupid auto loot bug on this shit.

  11. #9
    NeverLan's Avatar Member BUTT PIRATE CoreCoins Purchaser
    Reputation
    5
    Join Date
    Dec 2015
    Posts
    37
    Thanks G/R
    2/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My hand thanks you!

  12. #10
    Deathyaw's Avatar Contributor
    Reputation
    241
    Join Date
    Feb 2009
    Posts
    421
    Thanks G/R
    62/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The ones i've been using a few days.

    #Macro 1
    /run for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Ancient Healing Potion") then UseContainerItem(bag,slot) end end end
    #Macro 2
    /script CloseLoot()

  13. Thanks phantom325 (1 members gave Thanks to Deathyaw for this useful post)
  14. #11
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,629
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gbyrd View Post
    that would be such a fail seeing as there is a stupid auto loot bug on this shit.
    That's why I put two left mouse clicks in the macro. It clicks the macro to put the item in, clicks Obliterate, and then clicks on the Ash to loot it. So not "such a fail" :^)

  15. #12
    Mahizzta's Avatar Contributor
    Reputation
    86
    Join Date
    Aug 2012
    Posts
    111
    Thanks G/R
    2/18
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phantom325 View Post
    Possibly. I've been banned for botting before but never for using automation macros like this, although it is possible.


    any legion crafted item.
    If they use same ways other games do (I.E. Runescape) They'll see there's a pattern within multiple people that does the same

  16. #13
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,629
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathyaw View Post
    The ones i've been using a few days.

    #Macro 1


    #Macro 2
    Your first macro is much cleaner than the one I originally posted, thanks! Going to rework the Synapse macro to include both of your macros

  17. #14
    Klagera's Avatar Member
    Reputation
    4
    Join Date
    Jul 2015
    Posts
    25
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome thanks !
    Is there a way to include multiple items in that macro ? that would be divine.

  18. #15
    vinc009's Avatar Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Exactly what i needed! Thanks a lot!

Page 1 of 2 12 LastLast

Similar Threads

  1. [Auto-Clicker] Automate the Crafting Grind with Robocrafter - An Arduino-based Device
    By robocrafter in forum Final Fantasy XIV
    Replies: 2
    Last Post: 10-23-2016, 09:04 PM
  2. Get on top of the "middle rock"(with the summoning stone) in Blackrock Spire
    By mocsok in forum World of Warcraft Exploration
    Replies: 5
    Last Post: 02-16-2008, 04:58 AM
  3. how to make the character start with lv 70??
    By wowtogether in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 01-30-2008, 06:58 PM
  4. Thread for the bored people (with vidz, of course)
    By MaiN in forum Screenshot & Video Showoff
    Replies: 0
    Last Post: 01-05-2008, 02:32 PM
  5. [Guide] Making The Most Gold With Glider
    By proxymatic in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-13-2007, 12:53 PM
All times are GMT -5. The time now is 12:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search