Jump to content

Droidz

Administrators
  • Posts

    12415
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from Dlarge in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    Hello,
     
    You can download Wrobot beta for Legion server ptr 7.0.3 here: http://download.wrobot.eu/wrobot/WRobot.zip , extract and launch file "Updater.exe", select product "WRobot BETA" and click on "Install or Update".
     
    ps: This version works only on PTR server (not on wow beta server).
    ps: I'll try to keep this version updated, but wow ptr server is frequently updated, I cannot update this wrobot version for all wow ptr build.
    ps: For the moment, WRobot use WoD meshes files (to generate path), you can get navigation problem if map have changed.
  2. Like
    Droidz got a reaction from Krack3n in Use spirit Healer - suggest   
    Hello, thank you.
    I have keep note of your suggestion, I comeback here when is added ( It will not be to immediately )
  3. Like
    Droidz got a reaction from Krack3n in Any other admins than Droidz?   
    Hello, sorry for the delay. I have finished responding to all your mail/customer support.
  4. Like
    Droidz got a reaction from ScripterQQ in Buy Vendor Bot   
    No sorry
  5. Like
    Droidz got a reaction from BetterSister in WRobot no response   
    Hello, Use shortcut "WRobot No DX" in WRobot folder to launch WRobot.
  6. Like
    Droidz got a reaction from saleh in saving players data   
    Are you sure, this seem resolve problem for da8ball. You have closed all wrobot process before remove file "WRobot\Settings\RobotManagerGlobalSetting.xml"?
  7. Like
    Droidz got a reaction from ScripterQQ in Buy Vendor Bot   
    Hello, you can combine battleground with quester product (to use quester bot during queue)(you can activate this option in battlegrounder settings), and make your own quest profile to buy stuff at the npc.
  8. Like
    Droidz reacted to gh0stfac3 in My first month with wrobot.   
    With one week left on my free 30day wow gametime, with my $10 battlechest. I've managed to hit lvl 85 and climbing and buy 2 wow tokens. This has been my first time ever botting on wow and I'm just so happy that I chose wrobot. Must I say farming for me has been the quickest way for XP to level for me. I have used a couple of profiles from the downloads section but mostly the default gathering profiles. I must say I've had more fun with this then two seasons I botted awhile back on d3. I will defiantly be buying the lifetime sub when my month runs out. I just wanted to give you guys my success stories as I'd like to call it.
  9. Like
    Droidz got a reaction from da8ball in Log error   
    Hello, try to remove file "WRobot\Settings\RobotManagerGlobalSetting.xml"
  10. Like
    Droidz got a reaction from saleh in Use spirit Healer - suggest   
    Hello, thank you.
    I have keep note of your suggestion, I comeback here when is added ( It will not be to immediately )
  11. Like
    Droidz got a reaction from BetterSister in Nexus Dungeon Profile   
    Hello, if you don't understand how works quest profile, try to use Grinder to create dungeon profile (it is better but it is very hard to create dungeon profile with quester profile).
  12. Like
    Droidz reacted to Pasterke in Get debuffs/buffs   
    Sometimes it's difficult to check debuffs/buffs before casting a spell.
    Example : Druid Guardian, if you have Faerie Swarm talent, you need to cast Faerie Fire; because Faerie Swarm is unknown spell. If you need to check if debuff faerie swarm exists, then you have a problem, for those who don't have Faerie Swarm.
    To check the debuff I use following C# code :
    public bool debuffExixts(string debuff) { /*[F] 11:09:45 - check Aura: Growl: ID=6795, Stack=0, TimeLeft=1082 ms, Owner=00000000079D3B1E0834FC0000000000*/ List<Aura> t = ObjectManager.Target.GetAllBuff(); foreach (var aura in t) { string[] checkAura = aura.ToString().Split(':'); //Logging.WriteFight("check Aura: " + checkAura[0].Trim()); if (ObjectManager.Me.Guid == ObjectManager.Target.BuffCastedBy(checkAura[0].Trim()) && checkAura[0].Contains(debuff)) return true; } return false; } Faerie Fire and Faerie Swarm have 1 common text, Faerie. Then you can use debuffExists("Faerie") to check.
     
  13. Like
    Droidz got a reaction from BetterSister in Client Language   
    Hello, if you play on official wow server you can use wow german client without problem. On private server (old wow versions), it is recommanded to use english wow client to avoid some bugs.
  14. Like
  15. Like
    Droidz reacted to eeny 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
  16. Like
    Droidz got a reaction from BetterSister in cant select a fight class.   
    Hello,
    You can download fightclasses here: http://wrobot.eu/files/category/9-fight-classes/ 
    Move downloaded files in folder "\WRobot\FightClass\".
    If you problem is not resolved read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and share your log files.
  17. Like
    Droidz got a reaction from Matenia in [Gatherer] Advanced profile, how to change zone after level/time   
    Hello,
     
    I have added a new feature at gatherer bot.
     
    I haven't added a "profile creator" (you need to create profile manually :(, but it is easy :)).
     
    This feature make bot able to change profile after x minutes, or after x herbalism/mining level.
     
    Sample (file "[1-230] Herbalism [Horde].xml"):
    <?xml version="1.0" encoding="utf-16"?> <GathererProfileAdvanced xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StopBotWhenFinish>false</StopBotWhenFinish> <Tasks> <GathererProfileAdvancedTask ProfilePath="Alliance\Herbs\[1-75] Mulgore [No City].xml" MaxTime="-1" MaxMiningLevel="-1" MaxHerbalismLevel="75" />      <GathererProfileAdvancedTask ProfilePath="Alliance\Herbs\[75-125] Hillsbrad Foothills [No City].xml" MaxTime="-1" MaxMiningLevel="-1" MaxHerbalismLevel="125" /> <GathererProfileAdvancedTask ProfilePath="Alliance\Herbs\[125-205] Stranglethorn [No City].xml" MaxTime="-1" MaxMiningLevel="-1" MaxHerbalismLevel="205" /> <GathererProfileAdvancedTask ProfilePath="Alliance\Herbs\[205-230] Tanaris [No City].xml" MaxTime="-1" MaxMiningLevel="-1" MaxHerbalismLevel="230" /> </Tasks> </GathererProfileAdvanced> Explications:
    In line: <StopBotWhenFinish>false</StopBotWhenFinish>: Replace false by true if you want stop bot when tasks list has completed.
     
    In line (task): <GathererProfileAdvancedTask ProfilePath="MyProfile.xml" MaxTime="-1" MaxMiningLevel="-1" MaxHerbalismLevel="-1" />:
    ProfilePath="MyProfile.xml": Replace MyProfile.xml by your profile (use path like is appear in gatherer product settings). MaxTime="-1": Maximum running  time (in minutes) for the current profile (-1 if you want ignore this option, otherwise replace -1 by the running time in minutes). MaxMiningLevel="-1": Maximum mining level for the current profile (-1 if you want ignore this option, otherwise replace -1 by the maximum level of this profile, if character has bigger level he load next profile). MaxHerbalismLevel="-1": Maximum herbalism level for the current profile (-1 if you want ignore this option, otherwise replace -1 by the maximum level of this profile, if character has bigger level he load next profile). You need to use minimum one condition, otherwise current profile is ignored.
     
    You can add/remove as you want tasks, add the tasks between <Tasks> and </Tasks>.
     
    Save file in xml format in folder "WRobot\Profiles\Gatherer\".
  18. Thanks
    Droidz got a reaction from happiness7 in Pulse to sell items   
    To add vendor with C# you can use this code:
    var npcVendor = new wManager.Wow.Class.Npc { ContinentId = (wManager.Wow.Enums.ContinentId)wManager.Wow.Helpers.Usefuls.ContinentId, Entry = 1234, Faction = wManager.Wow.Class.Npc.FactionType.Neutral, Name = "Npc name", Position = new robotManager.Helpful.Vector3(1, 2, 3), CanFlyTo = true, Type = wManager.Wow.Class.Npc.NpcType.Repair, // wManager.Wow.Class.Npc.NpcType.Vendor }; wManager.Wow.Helpers.NpcDB.AddNpc(npcVendor, false); (WRobot go to nearest npc)
    You can also clear npcdb to force to select your npc:
    wManager.Wow.Helpers.NpcDB.ListNpc.Clear(); (but it is not recommended)
     
    You can also sell manually with code like:
    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWith(Npc npc, bool skipIfCannotMakePath = false, BooleanDelegate conditionExit = null, bool acceptNpcDead = false)) { wManager.Wow.Helpers.Vendor.SellItems(List<String> itemSell, List<string> itemNoSell, List<Enums.WoWItemQuality> itemQuality); }  
  19. Like
    Droidz got a reaction from highco in Pulse to sell items   
    Hello,
    you can use:
    wManager.Wow.Bot.States.ToTown.ForceToTown = true; (I use it tab "Tools" button "Go to town")
    To be sure that character selling items, you can activate sell settings like this:
    wManager.wManagerSetting.CurrentSetting.Selling = true; wManager.wManagerSetting.CurrentSetting.SellGray = true; wManager.wManagerSetting.CurrentSetting.ForceSellList.Add("Item name at force to sell");  
  20. Like
    Droidz got a reaction from BetterSister in Private server ( Urgente)   
    Hello, you cannot update your license because I have already upgraded your license key (read your private messages).
  21. Like
    Droidz got a reaction from Runaro in Private server ( Urgente)   
    Hello, you cannot update your license because I have already upgraded your license key (read your private messages).
  22. Like
    Droidz got a reaction from BetterSister in TBC version of Auction selling price is wrong   
    Hello, do you use wow addon? If yes try to disable all.
    If this don't resolve your problem, please repport bug here: http://wrobot.eu/bugtracker/ (with log, screenshot, ...)
  23. Like
    Droidz got a reaction from kiko in Random Crash   
    To bypass problem you can use "relogger".
  24. Like
    Droidz got a reaction from MrBottie in Taxi DB & Food/drink problem   
    Hello,
    1- Try Increment "Npc/Mailbox search radius" in advanced general settings.
    2 - You can edit/disable manually flightmaster in taxi database tab "tools" to fix problem (or disable taxi usage at the zone where you get problem).
     
  25. Like
    Droidz got a reaction from BetterSister in record button for questing?   
    Hello, I'm sorry but this idea is too complicated (almost impossible) to be implemented.
×
×
  • Create New...