[PQR]PVE Disc Priest with Nova framework menu

User Tag List

Page 7 of 15 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 220
  1. #91
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heal in disco doing same thing what was doing HW in shaman.
    cast - stop - cast - stop
    suppose something is wrong with setting two vars: nova-heal and nova-smite.
    Tried to check it but all looks fine.

    [PQR]PVE Disc Priest with Nova framework
  2. #92
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Too rarely uses renewingmist. Even if these settings
    SetCVar("Nova_RenewingMist", 95)
    SetCVar("Nova_RenewingMistTank", 95)
    SetCVar("Nova_RenewingMistHighThreat", 95)
    bot continues spam Soothing Mist instead of what would be used Renewing Mist

  3. #93
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa View Post
    [B][SIZE=4]Was it try to use Inner Focus? When locked, can you still manual click any spell?
    No, I can't do anything. The script eventually just grinds to a halt and I have to restart my client. I couldn't tell what it was trying to do. What's more strange is that it happened even on 1.0 when I used your files only and not the updated Nova files.

  4. #94
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    Heal in disco doing same thing what was doing HW in shaman.
    cast - stop - cast - stop
    suppose something is wrong with setting two vars: nova-heal and nova-smite.
    Tried to check it but all looks fine.
    Can you provide me more info? It was happen when you in combat or out combat?

    Originally Posted by expunge View Post
    No, I can't do anything. The script eventually just grinds to a halt and I have to restart my client. I couldn't tell what it was trying to do. What's more strange is that it happened even on 1.0 when I used your files only and not the updated Nova files.
    Originally Posted by Dimonoff View Post
    Too rarely uses renewingmist. Even if these settings*
    SetCVar("Nova_RenewingMist", 95)
    SetCVar("Nova_RenewingMistTank", 95)
    SetCVar("Nova_RenewingMistHighThreat", 95)
    bot continues spam Soothing Mist *instead of what would be used Renewing Mist
    Will fix it soon! Thanks for report.
    Last edited by Vachiusa; 01-31-2013 at 07:50 AM.
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  5. #95
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa View Post
    Can you provide me more info? It was happen when you in combat or out combat?



    It was trying to do on one target. Doesnt matter in or out of combat. For me it looks like it depending stop cast on incoming heal. What i mean is:
    -heal: checking hp = 88, cast heal
    - stop cast heal: checking hp=98(98 = current hp 88 + 10 from incoming), stop heal (after stop again current is 88 )
    - heal: checking hp = 88.5, cast heal
    - stop: checking hp = 98.5, stop cast
    On scr u can see that for cast and stop amounts of HP isnt same, cuz in that checking time we regenerate some hp.
    So incoming heals can be added but should be sorted to "mine incoming" and "others incoming". Then u can stop ur heals depending on other incoming, not yours.

    It only happening for heal cuz GH got additional conditions in stop cast "smite" so it is hard to get incoming heal from GH like from 59 to 90+.
    Or maybe just stop "heal" if target is above 99%?

    SORRY
    Forgot to mention iam 85 so it can be a issue ;p 10 for me is 15k hp and for 90lvl 10 is 35-40k :P

    But another thing is that only happens for heal, GH, FH doesnt stop even if iam 100%:
    For heal (form this u can see that stop cast depends on incoming heals too):


    Ok now i know why GH FH stop cast doesnt work.
    Code:
    and tonumber(UnitGUID("boss1"):sub(6,10), 16)  ~= 62442 --Tsulong
    So it will stop cast GH FH only if boss1 is tsulong, i think unitID should be another then boss1. It just checking if there is Tsulong, not if target of ur heal is Tsulong.
    Last edited by vorn10; 01-31-2013 at 08:22 AM.

  6. #96
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post

    It was trying to do on one target. Doesnt matter in or out of combat. For me it looks like it depending stop cast on incoming heal. What i mean is:
    -heal: checking hp = 88, cast heal
    - stop cast heal: checking hp=98(98 = current hp 88 + 10 from incoming), stop heal (after stop again current is 88 )
    - heal: checking hp = 88.5, cast heal
    - stop: checking hp = 98.5, stop cast
    On scr u can see that for cast and stop amounts of HP isnt same, cuz in that checking time we regenerate some hp.
    So incoming heals can be added but should be sorted to "mine incoming" and "others incoming". Then u can stop ur heals depending on other incoming, not yours.

    It only happening for heal cuz GH got additional conditions in stop cast "smite" so it is hard to get incoming heal from GH like from 59 to 90+.
    Or maybe just stop "heal" if target is above 99%?

    SORRY
    Forgot to mention iam 85 so it can be a issue ;p 10 for me is 15k hp and for 90lvl 10 is 35-40k :P

    But another thing is that only happens for heal, GH, FH doesnt stop even if iam 100%:
    For heal (form this u can see that stop cast depends on incoming heals too):


    Ok now i know why GH FH stop cast doesnt work.
    Code:
    and tonumber(UnitGUID("boss1"):sub(6,10), 16)  ~= 62442 --Tsulong
    So it will stop cast GH FH only if boss1 is tsulong, i think unitID should be another then boss1. It just checking if there is Tsulong, not if target of ur heal is Tsulong.
    Very helpful, will fix soon

    BTW
    Code:
    and tonumber(UnitGUID("boss1"):sub(6,10), 16)  ~= 62442 --Tsulong
    it mean if npc is not Tsulong boss then stop cast GH.

    Can not rep you more because "You have given out too much Reputation in the last 24 hours, try again later."
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  7. #97
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa View Post
    Very helpful, will fix soon

    BTW
    Code:
    and tonumber(UnitGUID("boss1"):sub(6,10), 16)  ~= 62442 --Tsulong
    it mean if npc is not Tsulong boss then stop cast GH.
    Yeah u right my mistake, but when i tag that line as comment, then stop cast working like it should.

  8. #98
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    Yeah u right my mistake, but when i tag that line as comment, then stop cast working like it should.
    Stop cast need some rework on Spell Power calculating for incoming heal so it will suite with all level
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  9. #99
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa Disc Priest change log
    Version 1.3.1 - 31/01/2013
    -Fix morphed spell locks up action bar.
    -Fix Renew/Shield on high threat member.
    -Add new stopcast function.
    -And fixed other bugs.
    Originally Posted by Resto Shaman change logs
    Version 1.5.2 - 01/02/2013
    -Fix Earth Shield on high threat member.
    -Add new stopcast function.
    -And fixed other bugs.
    Originally Posted by Vachiusa Mistweaver Monk change log
    Version 1.1 - 31/01/2013
    -Fix morphed spell locks up action bar.
    -Improve RM logic.
    -Add new stopcast function.
    -And fixed other bugs.
    Any feedback will welcome!
    Last edited by Vachiusa; 01-31-2013 at 01:04 PM.
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  10. #100
    triggersad's Avatar Member
    Reputation
    8
    Join Date
    Apr 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could you add a purge function to purge certain effects on bosses, for example on heroic wind lord, shamans need to purge quickening from windlord

  11. #101
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa Mistweaver Monk change log
    Version 1.2 - 02/02/2013
    -Add Nova frame.
    -Add new functions support old DS raid and HoF raid events.
    -And fixed other bugs.
    Tested with Tsulong LFR, Healing done vs Overhealing done:
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  12. #102
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Disc Priest change logs
    Version 1.4 - 02/02/2013
    -Add Nova frame.
    -Add new functions support old DS raid and HoF raid events.
    -Cont to fix "stop casting" bug
    -And fixed other bugs.
    Enjoy raiding!
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  13. #103
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vachiusa, say I want to use a profile (team nova's for example) for ds raiding and Im not sure if it supports some things there (heroic yor'saj purple debuff healing, spine debuff dispelling etc)
    Do you have logic for those encounters coded in if I guess right? Or could you explain what those events are that you added support for? Because I'd like to have those things inside Nova's restodruid-profile as well, I just need to know how to add it in there without breaking anything. Cheers and +rep for your contributions!

  14. #104
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Vachiusa, say I want to use a profile (team nova's for example) for ds raiding and Im not sure if it supports some things there (heroic yor'saj purple debuff healing, spine debuff dispelling etc)
    Do you have logic for those encounters coded in if I guess right? Or could you explain what those events are that you added support for? Because I'd like to have those things inside Nova's restodruid-profile as well, I just need to know how to add it in there without breaking anything. Cheers and +rep for your contributions!
    Because my profile uses mouse-over to dispel raid member so i dont code any auto-dispel for specical debuff of DS (i also dont know DS debuffid). My event (a half was coded by other profile writers) only handle Fading Light, Hour of Twilight (Ultraxion), Shrapnel (Madness) , Wind Lord Mel'jarak (HoF), Gara'jal the Spiritbinder (MSV) and Tsulong (TeS).
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  15. #105
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by triggersad View Post
    could you add a purge function to purge certain effects on bosses, for example on heroic wind lord, shamans need to purge quickening from windlord
    Added with version 1.6, but not yet test, plz feedback!

    Originally Posted by Resto Shammy change logs
    Version 1.6 - 02/02/2013
    -Add Nova frame.
    -Add new functions support old DS raid and HoF raid events.
    -And fixed other bugs.
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

Page 7 of 15 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. [Buying] WTB disc priest with at least ilvl 870 horde
    By sckr in forum WoW-EU Account Buy Sell Trade
    Replies: 1
    Last Post: 11-16-2016, 11:41 AM
  2. [Selling] Selling 4500+GS Belf Disc priest with ulduar 4-set bonus on Lordaeron!
    By clabbehala in forum WoW Private Server Buy Sell Trade
    Replies: 0
    Last Post: 06-01-2016, 03:59 PM
  3. [Selling] WTS 521 disc priest with D3 and SC2 accepting best offer
    By alphaq69 in forum WoW-US Account Buy Sell Trade
    Replies: 2
    Last Post: 11-26-2013, 01:28 AM
  4. [PQR] LF Disc Priest PVP Profile
    By Marvalus in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 04-21-2013, 03:56 PM
  5. [Selling] 5750 (pve) Disc Priest, w/ Dk alt. CHEAP!!!!
    By Philosophist in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 08-12-2010, 09:25 PM
All times are GMT -5. The time now is 04:32 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