AUTO Casting mouseover spells menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AUTO Casting mouseover spells

    Hey, im using this addon on 5.4.8 private server, and i got my rotations sorted out to almost perfection,just one more thing bothers me i cant get mousover spells to cast auto without me needing to hold key ("modifier.control).

    I tried various mousover combinations but cant get it to work
    This is example code i took from another rotation
    { "115180", {
    "mouseover.exists",
    "mouseover.enemy",
    "mouseover.combat",
    "mouseover.spell(115546).range",
    "mouseover.threat < 100",
    "mouseover.range > 10"
    }, "mouseover.ground" },

    But this also doesnt work.

    Anyone has any tip how to do it, or via custom code?

    AUTO Casting mouseover spells
  2. #2
    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)
    "mouseover.spell(115546).range" isn't a valid condition as far as I know. PE hits that and the exits the check because its not true.
    "Shootings easy, Aimings hard!" Stinky

  3. Thanks ivicask (1 members gave Thanks to StinkyTwitch for this useful post)
  4. #3
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    "mouseover.spell(115546).range" isn't a valid condition as far as I know. PE hits that and the exits the check because its not true.
    I did try removing that, still no luck

    I tried so many combinations without no luck..

    { "Healing Sphere", {
    "mouseover.player",
    }, "mouseover.ground" },

    Thats basicly what i need
    Last edited by ivicask; 02-18-2016 at 03:52 AM.

  5. #4
    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)
    How are you trying to cast Healing Sphere? Are you on Live servers?
    "Shootings easy, Aimings hard!" Stinky

  6. #5
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    How are you trying to cast Healing Sphere? Are you on Live servers?
    Nope, as i wrote in first post its private server running 5.4.8 patch.

    I just want it to cast healing sphere directly on my own character based on some condition like health, without me needing to click anything

  7. #6
    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)
    And this doesn't work?
    Code:
    { "Healing Sphere", { "player.health < 80", }, "player.ground", },
    "Shootings easy, Aimings hard!" Stinky

  8. #7
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesnt work, no errors or anything, simple doesnt even attempt to cast it.

  9. #8
    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)
    if you open up "/pe al" does it even show in the action log its trying to cast it? If not its not even reading that line in the rotation.

    Its been a long time since I messed with the 5.4 stuff. Are you using the current PE or an older version? What unlocker are you using?
    "Shootings easy, Aimings hard!" Stinky

  10. #9
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    if you open up "/pe al" does it even show in the action log its trying to cast it? If not its not even reading that line in the rotation.

    Its been a long time since I messed with the 5.4 stuff. Are you using the current PE or an older version? What unlocker are you using?
    Yea its not shown in log, im using PE engine which was designed for 5.4.8, but i merged some fixes from latest one, im using som LUA Injector, dont have much info about it, its only one that works on this patch..

    I think the problem is in LUA unlocker all the time..

  11. #10
    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)
    if you make an empty profile with just:
    Code:
    { "Healing Sphere", nil, "player.ground", },
    Does it cast it?
    "Shootings easy, Aimings hard!" Stinky

  12. #11
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StinkyTwitch View Post
    if you make an empty profile with just:
    Code:
    { "Healing Sphere", nil, "player.ground", },
    Does it cast it?
    Nope, it just goes to my next line which is

    {"Expel Harm", {"player.health < 95", "!player.buff(Zen Flight)"}},

    If i put it just like this {"Healing Sphere", "player.health < 95"}, than it casts it, but ofcourse just healing circle apears wherever my cursor is, and nothing more happens.

  13. #12
    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)
    Sounds more like your unlocker is having a problem with handling ground casts perhaps? I don't use PE on private servers so I'm not really sure what steps you could take next . Sorry.

    Does it cast any ground spells at all? Like another class?
    "Shootings easy, Aimings hard!" Stinky

  14. #13
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried with few others, also doesnt work, works only with modifier key which i need to click :/

  15. #14
    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)
    You can cast it, but you will need to use:
    Code:
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    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

  16. Thanks ivicask (1 members gave Thanks to Rubim for this useful post)
  17. #15
    ivicask's Avatar Member
    Reputation
    4
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    You can cast it, but you will need to use:
    Code:
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    hey, this does work, but i got 2 problems

    How do i make it cast on character, curently its just casting whereever mouse is.
    Also cant figure why its spmaming it even i set some conditions.

    function ivica.MonkOrb()
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end


    and in rotation

    {"Healing Sphere", {"player.energy > 39", "@ivica.MonkOrb()", "player.health < 95"},"player"},

    But its constantly spaming even my health is 100%.

    Could you help me out ?

Page 1 of 2 12 LastLast

Similar Threads

  1. Bug of casting, instant spells. Cast while CC:ed
    By junga in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 03-15-2008, 05:03 PM
  2. [POSSIBLY NEW]How to run while casting *ANY SPELL*?
    By Bareno in forum World of Warcraft Exploits
    Replies: 103
    Last Post: 01-29-2008, 07:13 PM
  3. Cast 2 spells 1 time!
    By hanny in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 12-25-2007, 05:45 PM
  4. Attack with melee while Casting a spell.
    By Itazuki in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 12-16-2006, 12:17 PM
  5. Treeform Druids can cast all spells
    By Yami in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 12-16-2006, 10:06 AM
All times are GMT -5. The time now is 10:53 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