Jump to content

testingz

Members
  • Posts

    110
  • Joined

  • Last visited

Reputation Activity

  1. Like
    testingz reacted to Droidz in Huge issues with Fisherbot: Why is the Fisherbot /reloading - and Why is it not looting?   
    Bonjour,
    and fishbot works fine
  2. Like
    testingz reacted to eeny in Quick question on how to loot first and then go stealth: How-to?   
    You speellededd "Stampending Roar" wrongly
     
    Would also add "me in move" to Stampeding Roar so you dont cast it as you get out of combat / loot.
  3. Like
    testingz reacted to eeny in Quick question on how to loot first and then go stealth: How-to?   
    With the fight class editor modify the spell  "stealth" or "prowl" add the special option " me in move = true" or something like that.  that way it will only use stealth once its looted and running to the hext mob.. ( in most cases)
  4. Like
    testingz reacted to Runaro in Plugin for attacking specific mobs?   
    You have to disable the option "ignore fighting while in sky golem and travel form".
  5. Like
    testingz reacted to Droidz in Plugin for attacking specific mobs?   
    Hello, Try this plugin: GatheringMobSpawns.cs
    using System.Collections.Generic; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var grinderState = new Grinding {EntryTarget = new List<int> {98232, 98234, 98235, 98233 } }; // http://www.wowhead.com/npc=98232/withered-hungerer , http://www.wowhead.com/npc=98234/nightmare-creeper , http://www.wowhead.com/npc=98235/frenzied-fox, http://www.wowhead.com/npc=98233/withered-hungerer robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (engine, state, cancelable) => { if (state != null && state.DisplayName == "Farming") { if (grinderState.NeedToRun) { grinderState.Run(); cancelable.Cancel = true; } } }; Logging.Write("[GatheringMobSpawns] Loadded."); } public void Dispose() { Logging.Write("[GatheringMobSpawns] Disposed."); } public void Settings() { MessageBox.Show("[GatheringMobSpawns] No settings for this plugin."); } }  
  6. Like
    testingz got a reaction from loves2spooge in [Discussion] Most Effective Way To Use Bot   
    http://lmgtfy.com/?q=wow+legion+cheap
  7. Like
    testingz reacted to Runaro in Gathering problem (gif inside) see Here what does not work right   
    0 means, if there's a unit or player around, the bot will simply not gather the node.
    1 = max one unit near the node
    2 = max two units near the node
    etc.
  8. Like
    testingz reacted to dekm in gathering "smoother"   
    Hey guys,iam loving your product so far. Iam using an gather herb farming profile atm and it works rlly good.
    However the movement seems little off and looks very bottish because he makes a little stop after running to a node.
    Is there a way to let it run a little "smoother". regards
  9. Like
    testingz reacted to Delirium79 in Fight Class erstellen   
    Hallo zusammen,
    ich bin auf der Suche nach einen Deutschsprachigen user der mir bei diversen fragen zum FC Editor helfen kann, wenn möglich über TS/Skype.
    Die fragen gehen etwas tiefer in die Funktionweiße des FCE ein, behandeln aber auch allgemeine verständnis fragen.
    Das ganze soll ein Projekt werde was ich wenn es so funktionieren würde wie ich mir das vorstelle auch den Usern hier zur verfügung stellen werde.
    Danke für die Antworten!
  10. Like
    testingz reacted to loves2spooge in Is it safe to use the 3D-Map ingame?   
    There is no evidence that this feature can lead to bans/security issues however it does take a decent amount of resources on your machine. Lagging hard can cause the bot to miss steps/spells/profile positions and that could lead to suspicious activity if observed. If your PC is powerful enough to use 3D mapping w/o losing frames I say go for it.
    - Spooge
  11. Like
    testingz reacted to loves2spooge in Offtopic: Where do you buy your Wow keys for multiple accounts?   
    You're welcome, best of luck to you! Happy Botting
    -Spooge
  12. Like
  13. Like
    testingz reacted to loves2spooge in How do you avoid the bot crossing paths when harvesting materials and two paths are close to eachother? (possible even overlapping)   
    In WRobot, Under "Profile settings" try enabling "Back to last profile position" and run it again. Let us know if that is what you're looking for. 
     
    -Spooge
  14. Like
    testingz reacted to Droidz in Withered Hungerer   
    No but I'll add support http://wrobot.eu/forums/topic/4143-sky-golem-fixed-yet/#comment-19403
  15. Like
    testingz got a reaction from iMod in Quick question about How do you create a gathering profile?   
    I have already found that out. Thank you very much for helping out aswell. Works perfectly. Big thumb up for the creator(s) of wrobot.
×
×
  • Create New...