Are these things possible? menu

User Tag List

Results 1 to 5 of 5
  1. #1
    thrakmar's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    29
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Are these things possible?

    Is it possible to define which spells are automatically purged?

    { "purge", { "target.dispellable(purge)" }, "target" },
    Last edited by thrakmar; 05-16-2015 at 12:11 AM.

    Are these things possible?
  2. #2
    Basti229's Avatar Member
    Reputation
    14
    Join Date
    Jul 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    add me in skype pls ganjaguy-420

  3. #3
    thrakmar's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    29
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just added you

  4. #4
    TheQt's Avatar Contributor CoreCoins Purchaser
    Reputation
    148
    Join Date
    Oct 2010
    Posts
    288
    Thanks G/R
    18/13
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1)
    I played with something like what you're referring to with Charge and it seemed to work, as for making a list, I don't think it's possible (very new to LUA myself), just swap focus for arena1, arena2 or arena3, but you'll have to make one for each spell, if you can't find a way to list.

    Code:
    {"Charge", {
    	"focus.exists",
    	"focus.casting(Polymorph)",
    	"focus.range <= 20",
    	"focus.range >= 8",
    }, "focus", },
    Instead of like, focus.casting you could use focus.buff(123) , focus.range is because charge has a deadzone, and the last "focus" is to denote the target of the action
    2)
    Code:
    { "Frost Shock", "focus.debuff(Frost Shock).duration <= 1", "focus" },
    This should work. (Just modifying my own Charge functionality that I have found to work).
    3)
    Code:
    { "Wind Shear", { "modifier.interrupt", "focus.interruptAt(45)" }, "focus" },
    Same as 2)

    4)
    Code:
    {"Tremor Totem", { "arena1.casting(Fear)", "arena1.exists", } },
    5)
    Two functions:
    Code:
    {"Healing Stream Totem", { "!player.totem(Healing Stream Totem)", "!player.totem(Cloudburst Totem)", "player.totem(Healing Tide)", } },
    {"Cloudburst Totem", { "!player.totem(Healing Stream Totem)", "!player.totem(Cloudburst Totem)", "player.totem(Healing Tide)", "player.spell(Healing Stream Totem).cooldown > 15",  } },
    This should work. (This is just off the top of my head, no testing)

    6)

    The whole List for dispel, I tired one like that for focus CC and it didn't work, but I think there's something like dispellable.magic/curse?
    Edit: Couldn't find anything like dispellable.magic/curse but you could do:

    Code:
    {"Purify Spirit",  "party1.dispellable(Hex)", "party1" },
    But again it'll be like, really painful to have to do so many of them for each spell.


    Disclaimer: This is all off the top of my head, it may work, it may not, I got hit w/ the banwave today so no WoW for me to test xd
    Last edited by TheQt; 05-13-2015 at 06:34 PM.

  5. #5
    thrakmar's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    29
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome! thanks man. One last thing: Is it possible to automatically purge when arena1/2/3 has a specific buff?

Similar Threads

  1. [Question] Are these possible?
    By Adauchi in forum PE Support forum
    Replies: 3
    Last Post: 01-16-2015, 09:55 AM
  2. Possible to remove these things?
    By Inshanity in forum Community Chat
    Replies: 0
    Last Post: 12-04-2010, 05:25 AM
  3. [Questions] Are these things possible?
    By Xengo in forum WoW EMU Questions & Requests
    Replies: 13
    Last Post: 01-13-2010, 02:38 AM
  4. Are some of these ideas possible? [Ascent]
    By jaxon in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 05-16-2008, 10:35 AM
  5. 10 Rep- What Unitframes are these?
    By Alkhara Majere in forum Community Chat
    Replies: 3
    Last Post: 07-27-2007, 01:12 AM
All times are GMT -5. The time now is 08:17 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