Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eeny reacted to xandrosz in Blood of Sargeras Vendor Macro   
    No need to copy the name of the Item!
     
    /script BuyMerchantItem(1) Order Resources Cach
    /script BuyMerchantItem(2) Lean Shank
    /script BuyMerchantItem(3) Fatty Bearsteak
    /script BuyMerchantItem(4) Big Gamy Ribs
    /script BuyMerchantItem(5) Leyblood
    /script BuyMerchantItem(6) Wildfowl Egg
    /script BuyMerchantItem(7) Cursed Queenfish
    /script BuyMerchantItem(8) Mossgill Perch
    /script BuyMerchantItem(9) Highmountain Salmon
    /script BuyMerchantItem(10) Stormray
    /script BuyMerchantItem(11) Runescale Koi
    /script BuyMerchantItem(12) Black Barracuda
    /script BuyMerchantItem(13) Aethril
    /script BuyMerchantItem(14) Dreamleaf
    /script BuyMerchantItem(15) Foxflower
    /script BuyMerchantItem(16) Fjaneskagll
    /script BuyMerchantItem(17) Starlight Rose
    /script BuyMerchantItem(18) Leystone
    /script BuyMerchantItem(19) Felstate
    /script BuyMerchantItem(20) Stonehide Leather
    /script BuyMerchantItem(21) Stormscale
    /script BuyMerchantItem(22) Unbroken Claw
    /script BuyMerchantItem(23) Unbroken Tooth
    /script BuyMerchantItem(24) Shaldorei Cloth
    /script BuyMerchantItem(25) Arkhana
    /script BuyMerchantItem(26) Ley Light Shard 3
  2. Like
    eeny got a reaction from Hapiguy in Druid...   
    Is your druid special in some way outside of the 200 other people reporting the exact same thing on the forums before you?
  3. Like
    eeny reacted to NvD in Q: Unwelcome Visitors 42160 - part 1   
    Thanks Droidz, it worked :), here is how I did it (it will try multiple times to destroy the portals since its destroyed before i cast :)
    var path = new List<Vector3>() {
        new Vector3(721.8674, 5322.935, 57.19053, "None"),
        new Vector3(613.8378, 5530.022, 54.96337, "None"),
        new Vector3(587.8415, 5304.021, 45.30553, "None"),
        new Vector3(496.2509, 5307.273, 60.94893, "None"),
    };
    for (int i = 0; i < path.Count; i++)
    {
        if (GoToTask.ToPosition(path))
                {
                        Logging.Write("reach point #" + i);
                        Lua.LuaDoString("ExtraActionButton1:Click()");
                        ClickOnTerrain.Pulse(new Vector3(path));
                        Thread.Sleep(5000);
                }
    }
    return true;
  4. Like
    eeny got a reaction from fragik in How to Schedule Gatherer Profiles   
    If it makes you feel any better- its only been around a few months... it is the shit however.
     
    have fun playing with the new toy.

  5. Like
    eeny reacted to Droidz in How to sell your profiles/fightclasses   
    rules updated
  6. Like
    eeny got a reaction from fragik in How to Schedule Gatherer Profiles   
    ok... so watch the re-logger tutorial and make a re-logger entry/profile for your character and give it several tasks
    First task is easy- enter the type of task, profile used, fight class and how long you want it to run.  
    in this case- some grind profile in aszuna i use to skin, 35-40 mins To make this bulletproof i would put a wait in (you can try without- it will still prob work).  a wait of 1 min will close wrobot and not WoW client... after 60 seconds wrobot will start up again. and run the next step. Gatherer for 60-70 mins Wait1 min quester dailys 60-70 mins Wait 210-280 mins Loop Thats how i would do it.  @da8ball you are in charge of testing if this works without the wait of if you need to close wrobot fully closer with a wait to work.



  7. Like
    eeny got a reaction from Droidz in stuck at selling   
    Hate to Necro but I think this is a valid issue that still needs to be looked at.
    While I agree 99% of the time that the default NPC-DB works perfectly.  There are some zones / phases where it is incorrect.  I think what @Dreamful is asking is needed in the bot, AKA: the ability to disable the NPC-DB without getting users to delete a file in their install they will need later for other profiles.
    This should not be a default option- if it's used, it should come down to the profile creator to populate all vendors for the bot profile.
    Ideally ,a profile creator would be able to run a wrobot runcode pulse to turn off the NPC vendor DB for the profile, at which point the bot will only use the vendors defined within the profile by the writer.
  8. Like
    eeny reacted to da8ball in Bot ignores respawn of herbs   
    I just had a starlight re-spawn right this minute and it harvested both of them.
  9. Like
    eeny got a reaction from Droidz in Patch 7.1 - 2 weeks away   
    For those who didn't know, incoming blood of sergeras trader
    http://www.wowhead.com/news=256536/patch-7-1-ptr-preview-profession-and-blood-of-sargeras-updates#blood-of-sargeras-trader
    Finally something for the 'gathering' community =).  
     
    Anyone got tips- i was going to wait it out for a month for prices of mats to stable out ( im expecting them to crash) then trade off100 blood at a time for whatever will sell,
  10. Like
    eeny got a reaction from Fizzcrank in Mass farming   
    This looks sus as hell from a real player perspective... you will get reported fairly quickly
    Try loading up just 2 accounts, starting them on the same profile with at the location and time.  just watch them... they will follow almost exactly the same path, dismount / remount / gather... It screams bot.  Now try that with 4 and you will be removing any doubt you are a bot and 'do-gooder's' will report you...
    I split my bots up on purpose to avoid what you are trying to achieve here.
    EDIT: even if you do give them 4 separate but similar profiles. Sometimes if they meet and both dart from one node to another nearby or to a corpse to skin you can achieve the out come above.  Difererent profiles... different zones...always.
  11. Like
    eeny got a reaction from Hapiguy in Mass farming   
    This looks sus as hell from a real player perspective... you will get reported fairly quickly
    Try loading up just 2 accounts, starting them on the same profile with at the location and time.  just watch them... they will follow almost exactly the same path, dismount / remount / gather... It screams bot.  Now try that with 4 and you will be removing any doubt you are a bot and 'do-gooder's' will report you...
    I split my bots up on purpose to avoid what you are trying to achieve here.
    EDIT: even if you do give them 4 separate but similar profiles. Sometimes if they meet and both dart from one node to another nearby or to a corpse to skin you can achieve the out come above.  Difererent profiles... different zones...always.
  12. Like
    eeny got a reaction from Garub in Fight Class Tutorial Video   
    Ok, this is a MASSIVE subject that cant be done justice in an 8 minute youtube video... but this should get some people started.
     
  13. Like
    eeny reacted to cgeorg13 in Quest profile creation video tutorial   
    Great addon to not have to use WoWhead for every ID (NPC, Quest, Object, Spell, etc.) is idTip https://mods.curse.com/addons/wow/spellid 

  14. Like
    eeny reacted to rickj in Suggestion...   
    I usually grind on my spare computer while at work. After watching the grinder bot for quite awhile, I was thinking that there might be a few ways to make the bot look a bit more natural.
    1. Scan past the set range and don't mount if there is a target just outside the scanning radius (maybe an additional 30 yards? It looks very unnatural and screams BOT! when to loot/skin a mob, mount up run 2 paces and dismount for the next kill.
    2. If there is more than one mob in your range kill them all first, then skin. Maybe this could be randomized? At the very least postpone skinning if you are being attacked.
    3. Random mounts. It would be nice to be able to randomize the mounts. mounting on my vendor mount every time also screams BOT!
    Question: How do you make it so that your grinder profile uses you vendor/repair mounts to vendor and repair?
     
    Thanks!
    Rick
  15. Like
    eeny reacted to nightmist in Safe Botting   
    Being a veteran of the botting world here are some tips and tricks. Some are common sense but want to make this as comprehensive as possible.
    Intro:
    Blizzard uses big data analytics and customer reporting to catch botters. For the analytics portion they crunch numbers that flag an account. For example if your account is active 19 hours a day you will get points added to your account. Customer reports add more points. Unusually interactions methods get another. Once you accumulate enough points you are flagged for investigation. Investigations could be turning on various anti cheat processes to record whats in your memory or what processes are running. Other investigations teleport your toon or get them stuck to see how they respond. So to sum up, Blizzard crunches numbers associated to various activity to see if you are a worthy target for investigation by live people. There are automatic methods to catch botters that are in use. Usually perm bans involve a direct blizz employee investigating your toon and temp bans are generally automated systems.
    Tips
    Bot a realistic number of hours. Include actual playtime into the calculations. For example don't bot for 9 hours then play for 6.
      When botting use plugins that mimic player behavior if at all possible. There are some risks with these so use them with caution. Thank you to the authors of the plugins, great job http://wrobot.eu/files/file/519-me-human/ http://wrobot.eu/files/file/515-random-jumper/ http://wrobot.eu/files/file/359-whisper-reply/ http://wrobot.eu/files/file/303-move-during-combat/
      Play your bot if at all possible. Many people have farm toons so its ok not too however playing your bot will remove analytics against it. Just queue up for some dungeons a couple of times a month or so. If you are dungeon botting (just don't, dungeon botting will get you caught so quickly) then farm with the bot or quest, do something different.
      Bot in the after hours on your server. Botting during prime time causes two issues. First, you will be very inefficient with your botting since so many others are farming Second, you increase the risk of getting caught
      Name your botting toon something generic and something that isn't easily remembered. If you name your toon SirButtFarmer that will get a chuckle and then reported once someone sees it a billion times running around a zone. Name it something close to a popular guild on your server, so it will blend in.
      Create your own routines. For gatherer go to product settings then profile creator. Click record path, run around the zone (use a farming addon like FarmHUD) and stop recording when done, save and use it. Blizz doesn't flag toons running specific paths or locations. It isn't practical to record that much data for so many toons. They would need to store, process and analyze tremendous amounts of data points and the costs make it unjustifiable. So its ok to run shared profiles.
      Use the wonderful relogger application. Seriously the thing is AWESOME. See more on that below
      As said previously don't dungeon bot, I see so many bad dungeon botters, you will get reported and you will get caught.
      When a new blizz update lands, hold off on botting for 24-48 hours. Sometimes updates are to catch certain things or add world bosses that can break paths. Be careful
      Watch your bot on new profiles and check in on it. Once you run it for a few days with close eyes you can leave it running for long periods of time.  
    Relogger
    I run relogger as my tool for farming, its amazing. For example here is what you can do:
    Run a task such as gatherer for X amount of time. Run a second task called wait to close wow and wait. This wait could be a break, such as I just played wow for 3 hours time to get up and stretch for 15 minutes. It makes you appear human Run a task to log back in and run your farmer. Then add another task to wait again this time to sleep for 7 hours or so. Do more farming and eventually but in a final wait and list the time at 9000-9999 which will keep it closed. That gives you time to manually shut down operations or do whatever after the maximum time has been reached. See the picture forming here. Use relogger, its a powerful tool that will maximize your botting time while keeping the analytics down against you. There are numerous excellent tutorials on the forums so just search for them.
  16. Like
    eeny reacted to KnightRyder in Camping mob on one spot and kill him and loot when he spawns   
    Just make a profile with one point and turn on the anti-afk plugin. Download from here if you need one.
     
  17. Like
    eeny reacted to Bugreporter in help me please (RDruid)   
    the second user in this forum, that lands on my ignore list....
  18. Like
    eeny reacted to Arcangelo in Quest Tutorial Video: Basic Concepts Gatherer   
    1. not hs - that have to be forced with a speficic code, FP yes if you have set the bot up "to use fp"
     
    2. The quick answer is no, there are a guide somewhere explaining some stuff here and there, but not like 1 thats just have all the answers
  19. Like
    eeny reacted to Arcangelo in Getting started with WRobot video   
    "The wall of text"
    Hope you mean the file, you don't have to open it to edit it :) just put it in the bot folder like this:
     
    Profiles go into the profile folder like:
    WRobot\Profiles
    Inside there are several options like
    WRobot\Profiles\Quester (for the quest bot)
    WRobot\Profiles\Grinder (for the grinder)
    and so on
     
    Fightclasses go into the fightclass folder like:
    WRobot\ <- open Fight Class Editor to create your fightclass (unless you are a programmer, but then i guess you don't need this guide ;) )
    WRobot\FightClass  (Put your fightclasses in this folder)
     
    "But Arcangelo, i want to edit the file"
    This is possible as well, unless the files are secured
    To edit a quest profile
    Main -> quester -> product settings -> Easy profile creator -> (new window) open -> choose the file -> tools -> (open these 3) Quest editor, quest tool editor and npc quest giver editor -> change the stuff you want :D
    To edit a Fightclass (There are 2 ways to do this)
    1. Open the Fight Class Editor from the Wrobot folder
    2. open your ingame toon (as you will get all the spells this toon haves) -> open the bot -> tools -> Create fight class -> (Make a new) or load fightclass -> Pick the fightclass you want to edit
    NOTE ! Dont work if the file is coded in c# and lua instead of the fightclass editor
     
    Hope this give you an idea of how it works :) - I could be more specific about the other stuff like grinder and gathere and so on, but i guess you should be able to read "how to do that aswell" from this guide
     
  20. Like
    eeny reacted to Droidz in 50FPS - Too high FPS?   
    Wait next update.
    To change max FPS, close all WRobot, open with notepad file "WRobot\Settings\WRobotGlobalSetting.xml" , and edit line with "<MaxFPS>50</MaxFPS>". Replace 50 by new value.
  21. Like
    eeny got a reaction from eternalbot in Fight Class Tutorial Video   
    Ok, this is a MASSIVE subject that cant be done justice in an 8 minute youtube video... but this should get some people started.
     
  22. Like
    eeny reacted to Benix in How to make big gold profit in legion for dummies ☻   
    Hi everyone,
    some of you just use WRobot for herb farming / skinning or just battleground for leveling honor. WRrobot is very great for farming yep ! But how make a decent amount of gold from farming ?
    1) Get a crafting profession + enchanting toon
    Enchanting, Leatherworking, Jewelcrafter or Alchemist, doesn't matter, best profit at the moment is Leatherworking for me.
    2) Do your quest line profession
    It's boring, I agree, take ~ 3 hours to complete everything, but when you complete your profession quest, you get this recipe (leatherworker example : http://www.wowhead.com/spell=194711 (785 wrist for only 9 stonehide leather) => better to craft this with rank 3 recipe because it cost less mats.
    3) Craft your blue gear (recipe rank 3 for less mats)
    Leatherworking: http://www.wowhead.com/spell=194711
    Inscription: http://www.wowhead.com/spell=192856/prophecy-tarot
    Jewelcrafting:  http://www.wowhead.com/spell=195928/azsunite-pendant
    Blacksmithing: http://www.wowhead.com/spell=182970
    4) Shuffle or disenchant
    All epics procs get from rank 3 recipe can be disenchant for chaos crystal 
    All blues procs get from rank 3 can be disenchant or be shuffle on obliterum forge (~ 2 ashs per items, it's a little bit longer for get 100, I will link a macro for shuffle) 
    Macro: /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,"YOURITEMNAME") then UseContainerItem(bag,slot) end end end 5) Profit !
    Sell your chaos crystal and your obliterium ore !
    Chaos crystal median price atm: https://theunderminejournal.com/#eu/archimonde/item/124442
    Obliterum mediam price atm: https://theunderminejournal.com/#eu/archimonde/item/124125
    Make around 200K / day

     
  23. Like
    eeny got a reaction from mercomy in Paladin 1-10   
    Useful bit of info- this fight class i needed for a WotLK server?  (put that in the text next time)
     
    take this for a spin.
    wtf.xml
  24. Like
    eeny got a reaction from da8ball in 50FPS - Too high FPS?   
    Exactly why im trying to automatically minimise it!
    EDIT: i use relogger, so i can change the first session to not chew my CPU.. just after that while im sleeping my CPU is 100% for hours which isnt great for the computer.
  25. Like
    eeny got a reaction from Shariis in Quest profile creation video tutorial   
    So, i had a few drinks and decided that a quest profile creation tutorial was in order.
     
    Result:  
     
     
    Chain Quests and Gathering 
     
    Hope this helps...someone, might make a better one
×
×
  • Create New...