Jump to content

Paultimate

Members
  • Posts

    38
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Paultimate reacted to Droidz in Flight Issues and Wow.exe Detection   
    Try to use this relogger plugin (no tested), save it as .cs file in the folder "WRobot\Plugins\Relogger\":
    using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace Renamer { public class RenameWowWindow : Relogger.ReloggerPlugin { public override string Name { get { return "Rename wow window"; } } [DllImport("user32.dll")] static extern bool SetWindowText(IntPtr hWnd, string text); public override void OnStart() { Relogger.Events.OnStartBot += (profile, cancelable) => { if (profile.ExistWowProcess() && profile.CurrentWowProcess.MainWindowTitle != "World of Warcraft") SetWindowText(profile.CurrentWowProcess.MainWindowHandle, "World of Warcraft"); }; } public override void OnStop() { } public override void OnButtonPress() { MessageBox.Show("No settings"); base.OnButtonPress(); } } }  
  2. Like
    Paultimate reacted to Droidz in Flight Issues and Wow.exe Detection   
    Hey,
    1. I'll add option like that but rename only wow.exe file don't cause this problem (file is probably modified).
    2. To avoid this problem you need to use "Flying" position. Bot is flying when he goes to "Flying" position. If it is not problem please share your log
  3. Like
    Paultimate reacted to Droidz in The WRobot rant (long)   
    Hello,
    Honestly the BG bot isn't a priority for me, I even regret having released it (because now I can not delete it). The BG bot destroys the game (for legit users), the BGs are sensed to be fun to play. I do WRobot to help in repetitive tasks (gathering, leveling, quests...), but not to bother the other players (otherwise I would also do cheats/hacks...), and this product works with default settings (on live servers) (even if you have to keep an eye on it). And if you use a separate hack and disable trees and object collisions you can understand why you get banned (cheat is easy to detect).
    6: This depend maintly of your fightclass
    7: https://wrobot.eu/files/file/1085-evadehate/
    9: This problem is caused by the option "Randomize path" (in product settings) when you profile contains positions near the ground (or if you use profile with underground positions).
    Yes WRobot is not perfect (it is a software, not a human), WRobot for official server is probably better (less bugs) than WRobot for private servers, I have a big list of bugs/suggestions to do, but with good profile/fightclass (gatherer, grinder, quester) you can run more than 10 hours per day WRobot without problem and no more one stuck by hours (this in all version, private or official servers), but for that you need to adapt your profile at WRobot, and not wait than WRobot adapts to your profile. And WRobot is probably the more advanced bot for private servers, if you found another bot better do not hesitate to use him.
    I repeat that I know that WRobot is not perfect and that I agree with you on some of your remarks , but you exaggerate, look at the ban reports and you will see than the number of bans is very little. You can use WRobot  several hours per day during several years without problem if you use good profiles/fightclasses. Now, why you, you get ban all few days/weeks while anothers use WRobot since several years without ban (like me)? I don't know.
  4. Like
    Paultimate reacted to wlhr in The WRobot rant (long)   
    Did you read the forum before posting your false accusations?
  5. Thanks
    Paultimate got a reaction from Garub in [Documentation] WRobot api   
    Any developer worth his salt could also be thought by some (not myself just an example) to include api docs.
    The sheer amount of questions he has answered and code examples he has written are far more work than a rough API document (or a wiki here). Self explanatory items don't need a huge amount of documentation, but other parts do. He doesn't even have to do it, but If the community if provided a wiki to start editing we sure as hell would start filling it out and brining in more people. Creating a wiki offsite/without mainpage link to it would just stagnate.
    This is a prime example of teach a man to fish vs. give a man a fish. 
  6. Haha
    Paultimate got a reaction from Matenia in Party bot Follow distance   
    You may want to read the question more closely. 
     
    We aren't asking about the consistent follow distance. We are asking about partybot distance it can detect where the leader is before becoming abandoned.
  7. Confused
    Paultimate reacted to Matenia in Party bot Follow distance   
    So many existing threads, no willingness to read any of them or use the search function
  8. Like
    Paultimate reacted to KnightRyder in Healer not healing himself   
    I found that the healer option in party bot wasn't too helpful. I made a fightclass that would mainly heal in party, but dps otherwise and works great. It's not very complicated as it only has a few spells, but feel free to pick it apart and try to make it work for you. It's for Legion btw too.
    [Mike] Priest - Holy - Party Healer and DPS [Surge of Light].xml
  9. Like
    Paultimate reacted to Matenia in How to Target Pet to cast a spell in CS?   
    ObjectManager.Me.Target = ObjectManager.Pet.Guid;
    SpellManager.CastSpellByNameOn("Rejuventation", "pet");
×
×
  • Create New...