ProbablyEngine Addon - Warlords menu

User Tag List

Page 15 of 16 FirstFirst ... 111213141516 LastLast
Results 211 to 225 of 235
  1. #211
    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)
    Originally Posted by dowerz View Post
    Does this work correctly with a unlocker for the 6.2 patch?
    yes there are 6.2 working unlockers. have pmed you.

    ProbablyEngine Addon - Warlords
  2. #212
    Hackinte's Avatar Sergeant
    Reputation
    51
    Join Date
    Nov 2014
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download 6.2r0


    Code:
    6.2r0
        * Updated for 6.2, no core changes.

  3. #213
    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)
    Hackinte, was having issues with CastGround. Here's what I hacked together to work.

    system\protected\firehack.lua
    Code:
    local x,y,z = ObjectPosition(target)
    ClickPosition(x,y,z,true)
    CastAtPosition seems to have issues.
    Last edited by StinkyTwitch; 06-28-2015 at 08:59 PM.
    "Shootings easy, Aimings hard!" Stinky

  4. #214
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting this, not sure if it's a probably or Firehack Problem

    Interface\AddOns\Probably_Mirakuru\mirakuru.lua:593: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
    Count: 99

    Call Stack:
    Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>
    [C]: ?
    [C]: in function `UnitBuff'
    Interface\AddOns\Probably_Mirakuru\mirakuru.lua:593: in function <Interface\AddOns\Probably_Mirakuru\mirakuru.lua:591>
    Interface\AddOns\Probably\system\core\dsl.lua:90: in function <Interface\AddOns\Probably\system\core\dsl.lua:20>
    (tail call): ?
    Interface\AddOns\Probably\system\core\parser.lua:195: in function `nested'
    Interface\AddOns\Probably\system\core\parser.lua:273: in function `table'
    Interface\AddOns\Probably\system\timers\rotation.lua:19: in function `faceroll'
    Interface\AddOns\Probably\system\timers\rotation.lua:45: in function `event'
    Interface\AddOns\Probably\system\core\timer.lua:16: in function <Interface\AddOns\Probably\system\core\timer.lua:11>

    Also
    Originally Posted by StinkyTwitch View Post
    Hackinte, was having issues with CastGround. Here's what I hacked together to work.

    system\protected\firehack.lua
    Code:
    local x,y,z = ObjectPosition(target)
    ClickPosition(x,y,z,true)
    CastAtPosition seems to have issues.
    Player.ground doesn't seem to work like intended
    Last edited by yobleed; 06-29-2015 at 10:21 AM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

  5. #215
    svs's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2012
    Posts
    89
    Thanks G/R
    9/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What happened to IRC server?

  6. #216
    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)
    no clue .
    "Shootings easy, Aimings hard!" Stinky

  7. #217
    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)
    Originally Posted by yobleed View Post
    I'm getting this, not sure if it's a probably or Firehack Problem

    Interface\AddOns\Probably_Mirakuru\mirakuru.lua:593: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
    Count: 99

    Call Stack:
    Interface\AddOns\Auctionator\AtrErrorInspector.lua:107: in function <Interface\AddOns\Auctionator\AtrErrorInspector.lua:52>
    [C]: ?
    [C]: in function `UnitBuff'
    Interface\AddOns\Probably_Mirakuru\mirakuru.lua:593: in function <Interface\AddOns\Probably_Mirakuru\mirakuru.lua:591>
    Interface\AddOns\Probably\system\core\dsl.lua:90: in function <Interface\AddOns\Probably\system\core\dsl.lua:20>
    (tail call): ?
    Interface\AddOns\Probably\system\core\parser.lua:195: in function `nested'
    Interface\AddOns\Probably\system\core\parser.lua:273: in function `table'
    Interface\AddOns\Probably\system\timers\rotation.lua:19: in function `faceroll'
    Interface\AddOns\Probably\system\timers\rotation.lua:45: in function `event'
    Interface\AddOns\Probably\system\core\timer.lua:16: in function <Interface\AddOns\Probably\system\core\timer.lua:11>

    Also


    Player.ground doesn't seem to work like intended
    PE error. (Due to API change in FH)

    If you want to trawl through my rotations, StinkyTwitch wrote me a module that effectively overwrites PE function with a working one. (along with a few other goodies).
    Its under External\ObjectManager.lua

    Or alternatively apply the patch Stinky posted direct to PE manually if that the only improvement you want.
    Last edited by akeon1; 06-30-2015 at 07:28 PM.

  8. #218
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akeon1 View Post
    PE error. (Due to API change in FH)

    If you want to trawl through my rotations, StinkyTwitch wrote me a module that effectively overwrites PE function with a working one. (along with a few other goodies).
    Its under External\ObjectManager.lua

    Or alternatively apply the patch Stinky posted direct to PE manually if that the only improvement you want.
    FH patch fixed Ground Targetting, UnitBuff wasn't working because Aspect of the Fox Spell ID got removed
    ~They call me HordeOnYourTube, but you can call me hoyt~

  9. #219
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    player.runes(blood).frac > 1.5 should use when i have 1 blood rune and one half blood.
    Last edited by Rubim; 07-07-2015 at 05:36 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  10. #220
    automationarmy's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    172
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    git not working?

  11. #221
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hackinte View Post
    IRC server IP is going to change so use the domain instead PROBABLY.US.TO ( 199.127.108.236 ) !

    NEW IRC IP: 199.127.108.236
    Hey, i was reading the rune.frac, i still dont know why Blood 1,5 is not returning true when You have one and a half blood rune.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  12. #222
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to create an Automated Mass Dispel with ObjectManager?
    ~They call me HordeOnYourTube, but you can call me hoyt~

  13. #223
    shikulja's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    help is needed. olua use for private server 6.1.2. but probably wrote that "detected a generic unlock! some advanced futures will not work" a need to use Unlocker to unlock all features?

  14. #224
    Snitzel29's Avatar Master Sergeant
    Reputation
    16
    Join Date
    Feb 2011
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ------------
    Last edited by Snitzel29; 08-05-2016 at 12:28 PM.

  15. #225
    Kladdkakan's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    65
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Healing Engine could use a rewrite / update, !lowest.buff(#) does not work correctly, no matter if you're checking for renew, clarity of will or power word shield


    See MrTheSoulz post here, http://www.ownedcore.com/forums/worl...ml#post3362696 (!lowest.buff acting up)

Page 15 of 16 FirstFirst ... 111213141516 LastLast

Similar Threads

  1. wow_kings list of best addons
    By Elites360 in forum World of Warcraft Bots and Programs
    Replies: 20
    Last Post: 11-20-2006, 01:33 PM
  2. Your favorite addons!
    By bloodofwar in forum World of Warcraft General
    Replies: 7
    Last Post: 11-06-2006, 11:26 AM
  3. Addon/Program
    By phoenix in forum World of Warcraft General
    Replies: 3
    Last Post: 07-22-2006, 07:07 AM
  4. Handy Auction addon
    By Shanaar in forum World of Warcraft General
    Replies: 7
    Last Post: 07-20-2006, 05:04 PM
  5. Addon!
    By evancooleo in forum World of Warcraft General
    Replies: 8
    Last Post: 07-14-2006, 02:33 PM
All times are GMT -5. The time now is 09:14 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