ProbablyEngine Addon - Warlords menu

User Tag List

Page 13 of 16 FirstFirst ... 910111213141516 LastLast
Results 181 to 195 of 235
  1. #181
    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)
    Thanks Hackinte.
    "Shootings easy, Aimings hard!" Stinky

    ProbablyEngine Addon - Warlords
  2. #182
    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
    Then how do you suggest it work? Simcraft includes death runes in with all other rune types and it seems like everyone uses Simcraft for a rotation base.
    For some skills you have to check certain runes.

    You should not use Blood Boil as a DK Blood with Death Runes for example.

    Make a new condition for Blood Runes, i'm using a custom one so that update does not affect me.

    And about simcraft, you're kinda wrong.

    actions+=/blood_boil,if=Blood=2
    is DIFFERENT than
    actions+=/blood_boil,if=blood=2
    In addition, capitalizing the first letter of the rune type expression (e.g., Blood) will evaluate the number of ready base type runes, and additionally, the number of any ready death runes.
    What we trully need is to check if a Death Rune is Frost or something else.
    Last edited by Rubim; 03-10-2015 at 09:31 AM.
    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

  3. #183
    ImogenOC's Avatar Contributor ProbablyEngine Community Manager
    Reputation
    173
    Join Date
    Nov 2013
    Posts
    364
    Thanks G/R
    0/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    For some skills you have to check certain runes.

    You should not use Blood Boil as a DK Blood with Death Runes for example.

    Make a new condition for Blood Runes, i'm using a custom one so that update does not affect me.

    And about simcraft, you're kinda wrong.

    actions+=/blood_boil,if=Blood=2
    is DIFFERENT than
    actions+=/blood_boil,if=blood=2


    What we trully need is to check if a Death Rune is Frost or something else.
    AWWWWWWWWWWW Snap, rubim is back
    ProbablyEngine - Developer and Lead Support
    A Powerful Rotation Bot: ProbablyEngine

  4. #184
    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)
    Originally Posted by Rubim View Post
    For some skills you have to check certain runes.

    You should not use Blood Boil as a DK Blood with Death Runes for example.

    Make a new condition for Blood Runes, i'm using a custom one so that update does not affect me.

    And about simcraft, you're kinda wrong.

    actions+=/blood_boil,if=Blood=2
    is DIFFERENT than
    actions+=/blood_boil,if=blood=2


    What we trully need is to check if a Death Rune is Frost or something else.
    That's how it works in the current edge version with regards to capitalization, also has rune.cooldown_min and rune.cooldown_max available.

  5. #185
    MrBrain1's Avatar Member
    Reputation
    3
    Join Date
    Dec 2009
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blizzard seems to have added some new Detection Methods to the WoW Client, be careful out there.

    It looks like HB User got hit the hardest. But as of now nothing can be said for sure.

  6. #186
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried the update off of git, didn't work for me, so I went back to the older version (last push before the update) and now none of the profiles are working for me. Is anyone else getting this?

  7. #187
    turtlemans's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Latest edge version throwing this error:

    Code:
    244x Probably\system\conditions\core.lua:35: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
    [C]: in function `UnitBuff'
    Probably\system\conditions\core.lua:35: in function <Probably\system\conditions\core.lua:21>
    Probably\system\conditions\core.lua:84: in function <Probably\system\conditions\core.lua:82>
    Probably\system\core\dsl.lua:52: in function <Probably\system\core\dsl.lua:20>
    (tail call): ?
    Probably\system\core\parser.lua:195: in function `nested'
    Probably\system\core\parser.lua:261: in function `table'
    Probably\system\core\parser.lua:333: in function `table'
    Probably\system\timers\rotation.lua:71: in function `cycle'
    Probably\system\timers\rotation.lua:131: in function `event'
    Probably\system\core\timer.lua:16: in function <Probably\system\core\timer.lua:11>
    
    Locals:

  8. #188
    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)
    I just issued another merge request to fix this. But prior to it getting pushed you can do this.

    Edit the file Probably/system/conditions/core.lua. Change line 83.

    Code:
    from:
    spell = GetSpellInfo(spell)
    
    to:
    if type(spell) == "number" then spell = GetSpellInfo(spell) end
    "Shootings easy, Aimings hard!" Stinky

  9. #189
    aeonz's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Nov 2010
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    I just issued another merge request to fix this. But prior to it getting pushed you can do this.

    Edit the file Probably/system/conditions/core.lua. Change line 83.

    Code:
    from:
    spell = GetSpellInfo(spell)
    
    to:
    if type(spell) == "number" then spell = GetSpellInfo(spell) end
    This worked ty!

  10. #190
    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)
    Glad it worked. Here's the actual right way to do it . Who knew such a small thing would be so much of a cluster f? :P.

    Edit the file Probably/system/conditions/core.lua. Change line 83.
    Code:
    From:
    spell = GetSpellInfo(spell)
    To:
    if tonumber(spell) then spell = GetSpellInfo(spell) end
    Additionally if you'd already changed the line to my previous suggestion then it would be:

    Code:
    From:
    if type(spell) == "number" then spell = GetSpellInfo(spell) end
    To:
    if tonumber(spell) then spell = GetSpellInfo(spell) end
    "Shootings easy, Aimings hard!" Stinky

  11. #191
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is that change on the latest download ST? I hate editing LUA files, so so so novice at this stuff.

  12. #192
    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)
    this is for R15 yeah.
    "Shootings easy, Aimings hard!" Stinky

  13. #193
    Tiger23078001's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rotations stop working on Kromag when you're in the hands. Is the game registering that as mounted? If so, how can I set it so that it doesn't stop working?

  14. #194
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    this is for R15 yeah.
    but that's not the latest git download, right? That's just the next upcoming change?

  15. #195
    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.1r16

    Code:
    6.1r16
        * Fixes for fights where the game might think you're in a vehicle
        * Fixes for item usage
        * Fix LoS check on Grasping Earth
        * Fix lastcast for channeled spells
        * Fix logic for picking which units can be tanks
        * Fix saving addon settings
        * Added better rune conditions, now works just like simcraft
        * Added player.eclipseRaw (-100 to 100)
        * Added unit.stealable to check if a unit has a stealable spell, and optinally if it matches the name
        * Full support for WoWSX ( a new cross-platform lua unlocker with support for all features )
        * Many other bug internal fixes

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 11:58 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