Jump to content

Suspect

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Suspect reacted to Droidz in The begining of the end of WRobot for official servers   
    Hello,
    Following the recent events, I cannot continue to offer you a "safe" bot, for this reason the end of WRobot for official servers is planned.
    I'll remove in few weeks of the store the subscriptions for official servers, and 1 month after, I'll remove and block access to WRobot for official Wow servers (during this time, WRobot will continue to be updated (in few days a big update will be release on all WRobot versions), do not be surprised, but that does not change my decision).
    We hope you understand, thank you for your support.
    Kind regard, Droidz
     
    - This don't affect versions for private servers, and I'll continue to update/upgrade WRobot for private servers.
    - I will definitely close WRobot at the latest at the "Battle for Azeroth" pre-patch (Wow version 8.x.x)
    - I don't remove now subscriptions for official servers from the store because some users ask me to not do it, but I will add a message in store to warn buyers.
    - In next days/weeks I'll edit home page to change the description and say that WRobot is only a private servers bot (to avoid confusion).
    - I'll not add support of bliz WoW Legacy Servers (I often have the question)
    You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave/

    View full article
  2. Thanks
    Suspect reacted to reapler in Difference between RunMacroLua and Ingame Chat?   
    Hello, you can try the following examples to either run a macro or using "Keyboard" class to press a button:
     
    Run wow macro(only work on tbc and above): open worldmap by click.xml
    Press button for 2 seconds: move forward by keyboard button press.xml  Available keys to press: https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.71).aspx
     
  3. Thanks
    Suspect reacted to Avvi in Difference between RunMacroLua and Ingame Chat?   
    One thing you can try:
            wManager.Wow.Helpers.Lua.RunMacroText("/click MultiBarBottomLeftButton1");
     
    The macro needs to be here:

  4. Thanks
    Suspect reacted to reapler in [Plugin] AttachEvent to Lua Event?   
    Hello, for example you can do the following for "COMBAT_LOG_EVENT_UNFILTERED":
    public void Initialize() { wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaWithArgs += delegate(LuaEventsId id, List<string> args) { if (id == LuaEventsId.COMBAT_LOG_EVENT_UNFILTERED) { for (var i = 0; i < args.Count; i++) { robotManager.Helpful.Logging.Write($"args[{i}]: {args[i]}"); } } }; } To get a list of all "LuaEventsId", i recommend to decompile "wManager.dll" in "WRobot\Bin\" and search for the desired value.
  5. Like
    Suspect 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.
  6. Like
    Suspect reacted to Droidz in Update Status - Patch 7.0.3 Build 22498   
    WRobot support now Wow 7.0.3 build 22498, you need to update WRobot.
  7. Like
    Suspect reacted to BetterSister in Refund please..   
    Me and eeny are working right now on quester profiles for retail. Me alliance and eeny horde. Eeny is currently at 80lvl and I'm at 25lvl (i started couple days ago and i got school) 
    But meanwhile even tho my profiles take longer to create they are optimized for xph (Hearthstone usage etc) and are great quality. If i find problem after release i fix it (or atleast try to) 
×
×
  • Create New...