Jump to content

Jensen-

Members
  • Posts

    269
  • Joined

  • Last visited

Posts posted by Jensen-

  1. Get wow bouton/window name:

    /run print(GetMouseFocus():GetName())

    or

    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())

    Copy this script in wow chat, put your mouse over an button and press enter key. In wow chat appear button name (you can use this like "/click TheButtonName" or "TheButtonName:Click()" or "RunMacroText("/click TheButtonName")" if you use it in fightclass).

    You can also use macro:

    /framestack

    More info: http://wow.gamepedia.com/Framestack 

  2. Hello there,

    Thank you for contacting us concerning the recent action taken against this World of Warcraft account. While we understand your concerns regarding the status of this account, we take matters involving the integrity of the game environment very seriously.

    Please take a few moments to look over the Atlantiss rules, which you agree to when creating your account. They are located on our website here: https://atlantiss.eu/rules

    The rules state that "Using 3rd party programs (hacks, cheats, bots, etc.), exploiting or abusing bugs in order to gain advantage (intentionally or not)." is an in-game offense. Additionally, the rules also state that "Atlantiss Staff takes no responsibility for the loss of accounts, characters or any in-game goods. It is in the users’ best interest to ensure safety of their data by taking security precautions (such as using a strong password or 2-Factor Authentication) and not sharing their account information with anyone."

    After a thorough review of this account, we have come to the same conclusion as our initial findings. The account has been identified as having used unauthorized game modifications and thus is in violation of our rules. Access to this World of Warcraft account, has been permanently disabled.

    Thank you for your continued correspondence in regards to your account and for respecting our position.

    Game Master Daystar
    Atlantiss Staff - Netherwing Server

  3. 8 hours ago, The Smokie. said:

    Thank you @thxgod1\

    here @Jensen-, code for you're problem, Also more code you can use that i have made.

    
    if (!Quest.HasQuest(Quest ID) && !(ObjectManager.Me.Position.DistanceTo2D(new Vector3(x, y, z)) < 20))
    {
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z));
    }
    var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(NPCID));
    if (u.IsValid)
    {
        Interact.InteractGameObject(u.GetBaseAddress);
        wManager.Wow.Helpers.Lua.RunMacroText("/script AcceptQuest();");
    }
    return true;

    Thanks got it working

×
×
  • Create New...