[PQR] Dominium's Windwalker Monk PvP menu

User Tag List

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 111
  1. #61
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Persikos View Post
    Thank you very much for your reply.

    if PlayerEnergy >= 40
    and PlayerChi < 4
    and IsSpellInRange("Jab", "target") == 1 then

    If I understand the needs Swap like this?

    if PlayerEnergy >= 40
    and PlayerChi < 4
    and IsSpellInRange("Дзуки", "target") == 1 then

    And just to correct all code?
    Mhm, that should make it work

    [PQR] Dominium's Windwalker Monk PvP
  2. #62
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ginuwine12 View Post
    Code:
     if RoP == nil then
    return false 
    end
    
    if Pause then
    return false
    end
    
    if RoP
    and PQR_SpellAvailable(116844) == true then
    
    if UnitExists("target")
    and IsSpellInRange("Ring of Peace", "target") == 1 then
    CastSpellByID(116844, "target")
    end
    
    if not UnitExists("target") then
    CastSpellByID(116844, "player")
    end
    end
    hmm ok the error is gone but its work without targeting any thing when i get a player or any thing else not work
    You mean RoP doesn't work or the whole profile doesn't?

  3. #63
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    You mean RoP doesn't work or the whole profile doesn't?
    sorry i mean only RoP and rest of the neu profiel work very fine <3

  4. #64
    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 Dominium View Post
    You mean RoP doesn't work or the whole profile doesn't?
    I just tried it in lvl 85 WW and the profile does not work

  5. #65
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ginuwine12 View Post
    sorry i mean only RoP and rest of the neu profiel work very fine <3
    Hmm alright I will take a look at RoP later today

    Originally Posted by Vinshom View Post
    I just tried it in lvl 85 WW and the profile does not work
    Did you try removing RoP from the rotation?

  6. #66
    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 Dominium View Post
    Hmm alright I will take a look at RoP later today



    Did you try removing RoP from the rotation?
    No, but when I removed it, its working now thnx.

  7. #67
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    No, but when I removed it, its working now thnx.
    Alright I'll just have to re-code RoP, not exactly sure why it isn't working but meh

  8. #68
    Persikos's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Mhm, that should make it work
    Thanks a lot. All make it happen. It works! Wonderful!

  9. #69
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Persikos View Post
    Thanks a lot. All make it happen. It works! Wonderful!
    Awesome, hope you enjoy it

    Did you download the updated version I uploaded yesterday and edit that or did you change the one you already had (from a couple days ago I suppose)? If you got the older version, please upload it and send me the link via PM, I will update it for you and add it to the main post as the Russian version.

    Cheers!

  10. #70
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Everyone who downloaded the update yesterday

    Could you please try replacing the code (in Ability Editor) for Ring of Peace with this:

    if RoP == nil then
    return false
    end

    if Pause then
    return false
    end

    if RoP
    and PQR_SpellAvailable(116844) then

    if UnitExists("target")
    and IsSpellInRange("Ring of Peace", "target") == 1 then
    CastSpellByID(116844, "target")
    end

    if not UnitExists("target") then
    CastSpellByID(116844, "player")
    end
    end

  11. #71
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so iam back ok i will test it and yes Dominium i have the old one i will upload it

    https://www.dropbox.com/s/i4zq4br1hm...ker%20Monk.zip
    Last edited by ginuwine12; 03-28-2013 at 02:15 PM.

  12. #72
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ginuwine12 View Post
    so iam back ok i will test it and yes Dominium i have the old one i will upload it

    https://www.dropbox.com/s/i4zq4br1hm...ker%20Monk.zip
    Hehe as for the old version I was asking Persikos, since apparently he made it work on Russian servers

  13. #73
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still the same problem it cast only when i dont have any target

  14. #74
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe this....

    if RoP == nil then
    return false
    end

    if Pause then
    return false
    end

    if RoP
    and PQR_SpellAvailable(116844) then

    if UnitExists("target") then
    CastSpellByID(116844, "target")
    end

    if not UnitExists("target") then
    CastSpellByID(116844, "player")
    end
    end


    Seriously I don't see why this isn't working but meh

  15. #75
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Maybe this....

    if RoP == nil then
    return false
    end

    if Pause then
    return false
    end

    if RoP
    and PQR_SpellAvailable(116844) then

    if UnitExists("target") then
    CastSpellByID(116844, "target")
    end

    if not UnitExists("target") then
    CastSpellByID(116844, "player")
    end
    end


    Seriously I don't see why this isn't working but meh
    nice ! its work thank you sir

Page 5 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. [PQR] Dominium's Restoration Shaman PvP! :3
    By Dominium in forum WoW Bot Maps And Profiles
    Replies: 137
    Last Post: 07-03-2020, 03:02 AM
  2. [Selling] Windwalker Dps PVP And Mistweaver Healer PVP Monk
    By Barrymayne666 in forum WoW-US Account Buy Sell Trade
    Replies: 0
    Last Post: 01-13-2014, 04:32 PM
  3. New Windwalker Monk PvP Vids
    By rugul in forum WoW PvP & Battlegrounds
    Replies: 0
    Last Post: 06-04-2013, 11:06 PM
  4. [PQR][REQUEST] Windwalker Monk PQR Profile Results
    By Doc3000i in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 03-15-2013, 06:30 PM
  5. [PQR]Dominium Ret pvp MoP improve request.
    By barandeniz in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 10-28-2012, 06:34 AM
All times are GMT -5. The time now is 05:46 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