Jump to content

Versailles

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Versailles

  1. On 9/22/2020 at 7:36 AM, Droidz said:

    Hello, to check if spell was correctly used you need to use lua event (with C # code). You use timer with spell "Pestilence", you cannot test it with buff?

    there is no buff with pestilence, where can i find a generic spell check lua event? i dont understand what u mean about the timer, btw i try to use timer but is the same thing

  2. hi guys, i have a problem with my DK fightclass, sometimes the bot try to use Pestilence (say cast pestilence in the log) but he dont use it, i think is a delay problem or something, that is critical to the rotation because with the "glyph of diceases" u will refresh the diseases using Pestilence. i use the correct latency range in the options and i check and uncheck "unlock fps limit" and is the same thing...

  3. On 6/23/2020 at 8:40 AM, Ordush said:
    
    if (Lua.LuaDoString<bool>(@"if UnitExists(""party1"") and UnitAffectingCombat(""party1"") and not UnitExists(""target"") then return true else return false end"))
    {
      Lua.LuaDoString(@"AssistUnit(""party1"")");
      Fight.InFight = true;
    }

    This is some very very crude code that I just wrote out of memory for party1.
    You can just add all your party members to a list and then iterate the list instead.
    Maybe there is even some api in wrobot. But I am not by my PC. Wrote this just to give you a gist of it.

    ty ill prove it

  4. Hi, i have an issue with the Wrotation, with my hunter and the AIO,dll fightclass, when someone in the party is in combat, my hunter coming to start the attack, but with any another class i need to target the mob to start attack, how can i solve that? i have the same general configurations in wrobot, may is something with the fightclass how can i replicate that?

×
×
  • Create New...