Jump to content

Zan

WRobot user
  • Posts

    549
  • Joined

  • Last visited

Posts posted by Zan

  1. 2 hours ago, nilo said:

    My fhisherbot dont hook. keep casting every 30 seconds

    I found it on other old threads(more than a year ago) but all of them the solution was "update wrobot".

    I believe that is my bad config couse I new at botting stuff.

     

    image.png.229c3b2297cf4e5e62a2abfc0a3c15aa.png

    Try increasing the latency. 

  2. 11 minutes ago, Traaka said:

    I found old posts about wRobot not working on Tauri so I guess it's not going to work on Stormforge at all either.. well fuck me waste of money.

    Why didn't you do the trial before you bought it?

  3. You did try these suggestions correct?

    [D] 14:20:47 - Please reset undermentioned Wow key bindings (don't use special keys):

    -> Sit / Stand
    -> Backward
    -> Forward
    -> Jump
    -> Strafe Left
    -> Strafe Right
    -> Turn Left
    -> Turn Right

    [E] 14:20:48 - Keyboard access problem, activate option UseLuaToMove.
    [D] 14:20:48 - Warning: You need to run Wow in Windowed mode, for it go to 'Game Menu' > 'System' > in 'Display Mode' select 'Windowed'.

  4. 10 hours ago, Gregoryn82 said:

    Hello! I am working on a questing profile for 5 man runs on Wailing Caverns.

    I use as base Orcush RFC profile (and Dungeon Party plugin):

     

    When i start working on it, my bots could make corpse run from GY to the entrance of the instance without any problem.

    Now, they are trying to catch the corpse following a straight line, going to wrong position on the mountains and running around.

    I cant understand why the corpse run pathfinding changed like this.

    Any help will be appreciated!

    Leave a comment there so Ordush knows.

  5. 2 hours ago, jiraiyasm said:

     

    Screenshot 2021-09-13 011818.jpg

    Bool - Boolean structure type that represents a Boolean value, which can be either true or false.

    Void - Is a reference type of data type and used to specify the return type of a method in C#.

    If you don't understand the above, start here: https://www.youtube.com/watch?v=GhQdlIFylQ8

    I do not know what spell 49936 is as it says it has been removed on Wowhead. Remove the SpellManager..... line from the if condition since it's not a boolean (bool).

    instead of DnD.Launch(); use ClickOnTerrain.Spell(43265, ObjectManager.Target.Position, false, false);

    if you want to check if the Target is on your DnD, then do something like this in the if condition (bool):  ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid)

    if you want to cast it on the Target if it isn't on your DnD then add a "!" to it. The "!" is a negation. AKA the opposite (bool):  !ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid)

    I forget if the debuff is the same as the spell. If it is, the last few lines will work.

×
×
  • Create New...