[PQR] Gabbz Mage Profiles menu

User Tag List

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 208
  1. #121
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Added in Incanters ward to be used in arenas.
    Basically if anyone is targeting you it will cast incanters ward.

    Good for when they swap onto you but the drawback is that it will cast also if they just want to cc you. So make sure its below arena counterspell in prio.
    Ok now i check how work now we only need some code for :
    1 good code for alter time can be if we got proc from Finger of Frost and Brain Freeze at same time and we use Alter Time for got proc for 2 time.
    1 Pause botton on alt can be good for evocation and put Poly on max priority (can be good add 1 stopcasting on poly code in this way if we cast frostbolt but we need fast poly on mouseover stopcasting frostbolt and cast Poly)

    EDIT1: for pet freeze i prefer this code:

    if UnitExists("pet")
    and not UnitIsDead("pet")
    and select(2,GetSpellCooldown(33395)) < 2
    and IsLeftShiftKeyDown()
    then
    CastSpellByID(33395)
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end

    EDIT 2:
    For arena counter spell until now i have use xelper profile where there are the option for arena target or focus target in this need only add spell that u wanna CS.
    Last edited by happydado; 11-15-2012 at 07:07 AM.

    [PQR] Gabbz Mage Profiles
  2. #122
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    Ok now i check how work now we only need some code for :
    1 good code for alter time can be if we got proc from Finger of Frost and Brain Freeze at same time and we use Alter Time for got proc for 2 time.
    1 Pause botton on alt can be good for evocation and put Poly on max priority (can be good add 1 stopcasting on poly code in this way if we cast frostbolt but we need fast poly on mouseover stopcasting frostbolt and cast Poly)

    EDIT1: for pet freeze i prefer this code:

    if UnitExists("pet")
    and not UnitIsDead("pet")
    and select(2,GetSpellCooldown(33395)) < 2
    and IsLeftShiftKeyDown()
    then
    CastSpellByID(33395)
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end

    EDIT 2:
    For arena counter spell until now i have use xelper profile where there are the option for arena target or focus target in this need only add spell that u wanna CS.
    aye dont use the arena counterspell. Better with xelpers.

    About pet Freeze you can easily go in and remove the -- before IsLeftShiftKeyDown()
    And ofc put an and before .
    Here comes the code:

    PHP Code:
    if UnitExists("pet")
    and 
    not UnitIsDead("pet")
    and 
    select(2,GetSpellCooldown(33395)) < 2
    and UnitIsUnit("target","mouseover"
    and 
    IsLeftShiftKeyDown() 
    then 
      CastSpellByID
    (33395
      if 
    SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
      
    return true 
    end 
    About Alter Time:
    Spell is buggy using PQR.Sometimes PQR cast so fast Alter time buggs out and go all grey.
    And imho Alter Time is so usable to counter so many things so i wont use it in a rotation. For example you can jump down from pillars and melee follow you and you can jump up again.

    Or my favourite. Use Alter time, Blink and warrior follows and you alter time back to before Blink
    Last edited by Gabbz; 11-15-2012 at 07:56 AM.
    Looking for exploiters and botters to Elder Scrolls Online.

  3. #123
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yo m8 Last profile don't work got alot of lua error
    Message: [string "if PQR_Addon_Loaded == nil then..."]:737: attempt to call field '?' (a nil value)
    Time: 11/15/12 14:01:24
    Count: 2349
    Stack: [C]: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:737: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Retry now nothing work i have try to load first sheron profile bot load the LOADER swicht back to your profile and it start to cast but when i try to press for ring error appear and lua error another time
    Last edited by happydado; 11-15-2012 at 08:16 AM.

  4. #124
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works for me.
    You have the right talents ?
    Looking for exploiters and botters to Elder Scrolls Online.

  5. #125
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    y ofc the last upload for me work good but this give me error and don't start only use icebarrier

  6. #126
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    y ofc the last upload for me work good but this give me error and don't start only use icebarrier
    remove 1 abilities after ice barrier and test it. If it stillg et error get that ability back in adn then take out the enxt.
    That way we know what ability is making the errors. I cant test know due to me working atm.
    Looking for exploiters and botters to Elder Scrolls Online.

  7. #127
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i have done that after i remove presence of mind the rotation work.
    i think there are some problem with ring of frost becouse the 2 code have some botton CTRL

  8. #128
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found another problem on the Poly code the stop casting don't work becouse now when i try to poly with mouseover the stopcasting no stop the previuos spell but stop the poly

  9. #129
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    Found another problem on the Poly code the stop casting don't work becouse now when i try to poly with mouseover the stopcasting no stop the previuos spell but stop the poly
    I have the same issue with polymorph, mouse over polymorph is not working as intended.

  10. #130
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    I have the same issue with polymorph, mouse over polymorph is not working as intended.
    I have a fix for both of them. Just need to get a buff id for PoM when it casted.
    Im home soon and can try it out
    Looking for exploiters and botters to Elder Scrolls Online.

  11. #131
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    I have a fix for both of them. Just need to get a buff id for PoM when it casted.
    Im home soon and can try it out
    Testing the new script in Random Battleground and the bugs seems to me gone.

    DL the new profile on first page and test it out
    Looking for exploiters and botters to Elder Scrolls Online.

  12. #132
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tbh i dont like the Incanters ward in battlegrounds i rather have Free evo heals every 10 sec.
    Maybe better in arena
    Looking for exploiters and botters to Elder Scrolls Online.

  13. #133
    Ultro's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, I am newbie, and can not include a profile ( fire mage ) is loaded and end. You can get a description of the buttons?

  14. #134
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ultro View Post
    Guys, I am newbie, and can not include a profile ( fire mage ) is loaded and end. You can get a description of the buttons?

    Go here and read first page:
    http://www.ownedcore.com/forums/worl...ation-bot.html (PQR - Rotation Bot)
    Looking for exploiters and botters to Elder Scrolls Online.

  15. #135
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated Fire Mage Script


    --------------------------------------------------------------
    -- Mage Scripts
    --------------------------------------------------------------

    There is a Frost PvP Burst script which got alot of good response.
    Read the notes in PQR


    Fire PvE is also coming along fine got some ranks on it
    Read the notes in PQR

    Fire Mage script has beend updated now.
    Toggle the Burst CD with mousebutton4
    Alter Time (AT) Logic:

    Cast Alter Time only when Combustion is ready to use.

    And only if you have a Pyroblast Procc.
    It will even use trinketslot 13 (upper trinket) before casting AT
    It will use Troll Berzerking before AT

    If AT is up (buff) then if you dont have any Pyroblast Proccs use it again to get back to Pyroblastprocc.

    Combustion Logic:
    It will only cast Combustion if ignite is over a certain threshold (12 K in script)
    It will wait 3 seconds after AT is used 2 time so we can build as high IgniteBank as possible. If you dont know what IgniteBank is then trust me.

    If AT is on CD then it will cast Combustion 3 secs after a Pyroblast Critt this is also to build a high IgniteBank.

    .
    I got 120K burst at start and over 73K+ sustained DPS on raid dummies.
    With my gear !!

    Remove invocation from script when raiding.
    This is still in testing so please leave feedback
    Donations follow link at top.
    Looking for exploiters and botters to Elder Scrolls Online.

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  3. [PQR] Nilrem Fire Mage profile
    By nilrem2004 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 03-19-2013, 09:32 AM
  4. [PQR] Bossqwerty's MOP Mage Profiles
    By Bossqwerty in forum WoW Bot Maps And Profiles
    Replies: 154
    Last Post: 12-29-2012, 04:51 PM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 10:58 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search