Jump to content

Droidz

Administrators
  • Posts

    12414
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from gurete in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  2. Like
    Droidz got a reaction from happiness7 in Items on BuyList   
    try
    wManager.wManagerSetting.CurrentSetting.BuyList.RemoveAll(b => b.ItemName == "Instant Poison"); // remove existing var itemToBuy = new wManager.Wow.Class.Buy { ItemName = "Instant Poison", VendorItemClass = wManager.Wow.Class.Npc.NpcVendorItemClass.Consumable, GoToVendorIfQuantityLessOrEqual = 5, Quantity = 20, ScriptCanCondition = "return ObjectManager.Me.Level > 20;" }; wManager.wManagerSetting.CurrentSetting.BuyList.Add(itemToBuy);  
  3. Like
    Droidz reacted to j9000 in License Key is not working for Legion 7.3.5 (26124)   
    same problem, not sure why tho had to reformat and go to windows 11 but same download and stuff i backed it all up
  4. Like
    Droidz got a reaction from h20bong in AutoShot Broken Vanilla - Hunter   
    AutoShot Vanilla.xml
  5. Like
    Droidz got a reaction from h20bong in "Wanding"   
    For the distance, put false at the spell option "Check if is good distance" and add condition type "C Sharp Code" with the code 
    Lua.LuaDoString<bool>("return IsActionInRange(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Auto Shot")) + 1) + ")") (of course, replace Auto Shot by your spell name in english, this code in implemented here).
  6. Like
    Droidz got a reaction from Jokerloker in Autorun plugin   
    Hi,
    I just added the possibility to execute code when starting the bot (code executed after connecting to the authentication server).
    The file must be named 'autorun.cs' and be in the 'Plugins' folder. The static method 'Main.Autorun()' is called after compilation.
    using System.Windows.Forms; public class Main { public static void Autorun() { MessageBox.Show("Hello World!"); } }  
    autorun.cs
  7. Like
    Droidz got a reaction from thegarbonzo in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  8. Like
    Droidz got a reaction from bio33 in New Dragonflight Firestorm server, anyone tested yet?   
    Hello, I'll add Dragonflight support when the officials servers will no longer propose this version.
  9. Like
    Droidz reacted to blindbet in License Key is not working for Legion 7.3.5 (26124)   
    Hi. i got same problem. its telling key is activated in antoher version. Could you please fix it. Thank you.
     

  10. Like
    Droidz got a reaction from sith500 in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  11. Thanks
    Droidz got a reaction from sataan1337 in load c# code from different file   
    Hello,
    If you give WRobot a .cs file, you cannot use newer C# features (like 'using MyNamespace;').
    To use these new features, give compiled files to WRobot (dll).
    'public class Main: ICustomClass' must not have a namespace for WRobot to find the class.
    For example, you can look at this code to see how to separate your code into several classes :   https://wrobot.eu/forums/topic/11961-fightclass-framework-for-243335a-and-more/
     
  12. Sad
    Droidz got a reaction from lsabakal in Updating wrobot   
    Hello,
    WRobot will not support modified game clients. But if the game client is the original and you have problems can you share the list of servers.
  13. Like
    Droidz got a reaction from Mr.botovod in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  14. Like
    Droidz got a reaction from hustlehoff in How to make Fisherbot kill specific Mob on Route?   
    Hello,
    Try with this plugin https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/?do=findComment&comment=23616&_rid=1 (change line 10 the mobs entries id by the Basilisks id)
     
  15. Like
    Droidz got a reaction from happiness7 in Draw Vector3 Path on WRobot map from a plugin   
    Hi, good job. To draw on map you need to use https://wrobot.eu/byme/doc/html/F-wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.htm (it will also draw on 3d radar)
  16. Thanks
    Droidz got a reaction from lsabakal in vector3   
    Hello,
    You don't need to wait (while (MovementManager.InMovement)) with gototask.
    You can directly interact with a game object with code like :
    var pos = new Vector3(9992.634, -7113.402, 47.70632); int clickonobject = 184502; bool result = GoToTask.ToPositionAndIntecractWithGameObject(pos, clickonobject); return result; Do you have any error in your log when bot run this task ?
  17. Thanks
    Droidz got a reaction from lsabakal in Taxi   
    You can try to fix manually in "Npc DB" the positions of bugged flight masters. Or, if you use a quester profile which must often take flightmasters you can add the necessary steps that the profile uses them itself.
  18. Thanks
    Droidz reacted to Zer0 in Relogger freezes client during login screen   
    I have just tried with a brand new WRobot install and still had the freeze on login screen, even with one single instance. 
    But since you told me you weren't able to reproduce the bug, I thought it might come from my WoW client, so I tried with another one that was sitting on my computer, the client from Sunwell. No more freezes. Just to confirm I tried to launch my 5 instances with this client about 15 times and had no freeze. So that's it, the problem was the WoW client. Big relief. Thanks for your help.
    If anyone has this issue, try downloading another WoW client.
  19. Like
    Droidz got a reaction from Nub in Force loot BOP items   
    Download and move the file in the folder "wrobot/plugins". Launch (or restart) bot, in the tab "Plugins" enable it.
  20. Thanks
    Droidz got a reaction from wow20230625 in Snippets codes for quest profiles   
    Ignore fighting back
    To disable detection when the character is attacked, use this c# code:
    wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactivate attack detection:
    wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactivate it, or restart WRobot if you want use other profile/product)
     
    You can also ignore fighting back with specific mob:
    WoWUnit unit = new WoWUnit(0); if (unit.IsValid && !wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.Guid, System.DateTime.Now + System.TimeSpan.FromMinutes(2));  
  21. Like
    Droidz got a reaction from j9000 in Just a few questions   
    Hello,
    1. Yes you can (but not at same time).
    2. Yes
    3. There isn't a lot of content for BFA
    You can use key "TRIAL" to test WRobot for free and check if he works on your server.
  22. Like
    Droidz got a reaction from sakado in 5.4.8 Monk Fight Rotation Profile???   
    Hello,
    All the MOP fightclasses are here : https://wrobot.eu/files/category/58-fight-classes-mop/
    But, you can also try the Legion fightclasses : https://wrobot.eu/files/category/14-monk-legion/
  23. Like
    Droidz got a reaction from Pudge in Autorun plugin   
    Hi,
    I just added the possibility to execute code when starting the bot (code executed after connecting to the authentication server).
    The file must be named 'autorun.cs' and be in the 'Plugins' folder. The static method 'Main.Autorun()' is called after compilation.
    using System.Windows.Forms; public class Main { public static void Autorun() { MessageBox.Show("Hello World!"); } }  
    autorun.cs
  24. Thanks
    Droidz got a reaction from Dmitrii in Pause/Unpause when an error is encountered in the "Waypoint timed out" log   
    Hello, you can should look like that :
    using System.Threading; using wManager.Plugin; public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log) { if (log != null) { if (log.Text.Contains("[MovementManager] Think we are stuck")) { robotManager.Products.Products.InPause = true; // new thread to unpause after 5 seconds new Thread(t => { Thread.Sleep(5000); if (_isLaunched) robotManager.Products.Products.InPause = false; }).Start(); } } }; } public void Dispose() { _isLaunched = false; } public void Settings() { } }  
  25. Like
    Droidz got a reaction from hoovermen in wrobot legion not working due to different build   
    Hello, you can find some builds here : https://wrobot.eu/forums/topic/2018-wrobot-old-versions/ . None are compatible?
     
×
×
  • Create New...