Jump to content

Droidz

Administrators
  • Posts

    12429
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from BetterSister in LUA Spells I need   
    Hello, you need to use http://wow.gamepedia.com/API_RunMacroText  like this:
    RunMacroText('/cast !shoot')  
  2. Like
    Droidz reacted to BetterSister in Implement auto Need/Greed loot?   
    I will try it tonight. Currently at cousins 100km from home 
  3. Like
    Droidz reacted to AudreyH in Cooldown Time Left   
    int notReady = Lua.LuaDoString<int>("local start, duration, enable = GetItemCooldown(124224); return start;");  
    return 0 if item is ready; > 1 if not
  4. Like
    Droidz got a reaction from chapperz in Upgrading Subscription   
    Hello, like for Thelivia, I have credited your WRobot account of the price of your old subscription, you can use it to buy new subscription.
  5. Like
    Droidz got a reaction from saleh in Command to party By Party Chat   
    Edit "Party chat command.cs" with notepad and replace (line 35):
    (int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY by
    msg.Channel == ChatTypeId.WHISPER  
  6. Like
    Droidz got a reaction from BetterSister in Banwave   
    Hello,
    About HB, sincerely, without the contents created by the HB community (profiles, fight classes, plugin, ...), HB is an very basic bot, the dev team take few days to release update after new wow update (I have never understand why, security is false pretext, you can see result...) (I work alone, it takes me a few hours for normal update, and we can begin to work on the PTR server for beings ready when build is released on live server). After the banwave a few months ago, HB team have reopened the bot without knowing exactly what had caused the banwave, current banwave is a logical continuation... This is not the first fault, I was already here at the time where bossland began to writte bot with GatherBuddy, after few months it had already taken a banwave (because poorly coded). Even the banwave dating from there are 1 or 2 years old could be avoid because they had was warned that bliz had added a detection method.
    About WRobot I have worked hard to make wrobot hard to detect (it is more easy to detect HB that WRobot (If any have knowbase he can test)), I use a special technique that I have not seen on another bots to hide WRobot in memory. I know what I'm doing (if I worked among bliz, the  bots would have disappeared ^^). I cannot say that WRobot is undetectable (all is detectable), but I work to avoid it, and I think WRobot is among the most secure bots.
    ps: Sorry for my English.
  7. Like
    Droidz reacted to iMod in Can't download bot, virus detected   
    Windows Defender is detecting the bot as a virus
  8. Like
    Droidz reacted to BetterSister in Implement auto Need/Greed loot?   
    It should be need first and greed next. I'll recheck them when i get home. Mouse might have moved while checking them
  9. Like
    Droidz reacted to PierreDeRosette in Focus maintenant pris en charge ?   
    Génial
    Ne change pas !! T'est le meilleur.
  10. Like
    Droidz reacted to BetterSister in some problems with party bot in openpvp   
    I actually wrote resurrection of paty member in C# couple days ago while working on shaman healer fight class. I'll share it when i get home 
  11. Like
    Droidz reacted to tubercolosi in BG join   
    ive fixed it with wManager.Wow.Helpers.Battleground.AcceptBattlefieldPort(1,true);
  12. Like
    Droidz got a reaction from BetterSister in Don't attack the mobs !   
    Wait next update, to disable detection when player is attacked, use this c# code:
    wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactive attack detection:
    wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactive it, or restart WRobot if you want use other profile/product)
     
    To use this code, you have a lot of ways, the more easy ways is to add this on your profile like this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ or you can run this code in tab "Tools" > "Dev... tools" > paste code in textbox and click on button "Run c# code...".
  13. Like
    Droidz reacted to gellaberlin2015 in wrobot doesnt work anymore   
    now it works ;)
  14. Like
    Droidz reacted to PierreDeRosette in Quester avec conditions   
    Super :)
    Merci pour ta promptitude. J'applique de suite.
  15. Like
    Droidz reacted to BetterSister in Implement auto Need/Greed loot?   
    i'll check it in a moment
  16. Like
    Droidz got a reaction from saleh in Command to party By Party Chat   
    Hello, http://wrobot.eu/files/file/650-party-chat-command/
  17. Like
    Droidz got a reaction from saleh in Command to party By Party Chat   
    To add/edit commands, in "Plugins" tab, select "Party chat command.cs" and click on button "Settings for selected plugin" and:

  18. Like
    Droidz got a reaction from cindarella in Some changes   
    Hello, following this news:
    I just remove the trial version of WRobot (so the products WRotation and Party are no longer free) (the trial version of WRobot for private server is still active and will remain).
    I have added WRobot subscription "2.99 € per 5 days" (to replace trial version).
    The monthly price is now at 6.99€ (instead of 5.99€), and lifetime price at 23.99€ (instead of 19.99€) (for normal WRobot subscription).
    This made a lot of changes, but my goal (it is better for me and for you) is in the future that WRobot become a semi-private bot.

    View full article
  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. 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); }  
  21. Like
    Droidz reacted to BetterSister in (ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION   
    well whenever someone posts that they want it they get it since not even my irl friend needed it
  22. Like
    Droidz reacted to BetterSister in Something is going on...   
    At 25 lvl right now... No trainers added yet exept for paladin

  23. Like
    Droidz got a reaction from doombuggy110 in Draenor Arch crashing immediately, or after a few   
    Hello, if you get again this problem you can try to remove folder "WRobot\Data\Meshes\" (or just "WRobot\Data\Meshes\Draenor\ " if you get problem in draenor). This problem can happen when WRobot fail to download a complete mesh file.
  24. Like
    Droidz reacted to Arsenyk in Problème au démarrage de WRobot   
    SlimDx est installé et j'avais aussi esssayé de changer de version de directX mais rien à faire, ça ne marchait pas
  25. Like
    Droidz reacted to BetterSister in (ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION   
    This giveaway has ended and license key has been given away
×
×
  • Create New...