Check if you're facing the target? menu

User Tag List

Results 1 to 5 of 5
  1. #1
    thrakmar's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    29
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Check if you're facing the target?

    I couldn't find anything in Imogens API.

    Check if you're facing the target?
  2. #2
    Belamoor's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As far as i know, only NerdPack extension for PE can do this.
    Example:
    Code:
    {'Cobra Shot',  'target.NePinfront' },

  3. #3
    akeon1's Avatar Contributor
    Reputation
    103
    Join Date
    Sep 2011
    Posts
    265
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that is fairly straight forward, just use either my (if you have a copy of it still - was in the \external folder) or stinkytwich's ObjectManager.lua

    Or depending on your level, you can work out how to insert it in.
    These are the functions - load them in your library.

    Code:
    ProbablyEngine.condition.register("facing", function(unit, target)
    local unitExists = UnitExists(unit)
    local targetExists = UnitExists(target)
    if not unitExists or not targetExists then
    return
    end
    if FireHack then
    if ObjectIsFacing(unit, target) then
    return true
    else
    return false
    end
    else
    if Ake.listenerNotFacingTarget == true then
    return false
    else
    return true
    end
    end
    end)
    and

    Code:
    Ake.listenerNotFacingTarget = nilProbablyEngine.listener.register("UI_ERROR_MESSAGE", function(...)
        local args = ...
    
        if args == "Target needs to be in front of you." and UnitExists("target") then
            Ake.listenerNotFacingTarget = true
        else
            Ake.listenerNotFacingTarget = false
        end end)
    This is the condition used in the CR:
    "player.facing(target)"

    Example usage:
    { "Wind Shear", { "modifier.interrupt", "target.interruptAt(30)", "player.facing(target)" } },
    Last edited by akeon1; 12-15-2015 at 08:31 AM.

  4. #4
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make it easy for people to make rotations. Like "I wanna ****ing Wind Shear target infront" ... that would be something, and a lot of profiles would be made. Making stuff harder than it actually needs to be is just stupid.

  5. #5
    StinkyTwitch's Avatar Active Member
    Reputation
    40
    Join Date
    Nov 2014
    Posts
    172
    Thanks G/R
    19/13
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its super easy with a certain unlocker, but most of the people here want free shit. my shit works for free even though it is hard. if you don't like feel free to develop a solution that is "super easy" and people will flock to making PE rotations again.
    "Shootings easy, Aimings hard!" Stinky

Similar Threads

  1. Facing the target check mechanism
    By citrot in forum WoW Memory Editing
    Replies: 6
    Last Post: 02-14-2016, 06:10 AM
  2. [How-To] Check if you kill all the world bosses with one macro
    By Yavanna in forum World of Warcraft Guides
    Replies: 3
    Last Post: 09-29-2013, 02:35 AM
  3. [PvE] Macro to check if you've done the 4 world bosses
    By j0eL in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-26-2013, 01:14 PM
  4. [warlock] Cast any spell, regardless of if you are facing your target.
    By MelonFarmer in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 09-10-2012, 12:12 PM
All times are GMT -5. The time now is 01:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search