Jump to content

masamyyris

Members
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    masamyyris reacted to Dreamful in Imp autocast firebolt problem   
    Their is LUA function for it "TogglePetAutocast",
    http://wowprogramming.com/docs/api/TogglePetAutocast
     
    /run TogglePetAutocast(index) index = which pet ability as number (4 as example)

    if this dosent work you can try it over the macro api,
    http://wowwiki.wikia.com/wiki/MACRO_petautocaston
    RunMacroText("/petautocaston Firebolt") include one of those things into your Fightclass and run it as LUA Code, not tested it, but should work.

    Greets,
    Dreamful
  2. Like
    masamyyris reacted to Marsbar in Resurrecting bugged? (elysium)   
    The attached may work, untested plugin.
    RezzRange.cs
    I get this issue sometimes too but its very rare, never really bothered about thinking of a way to fix it before now.
  3. Like
    masamyyris reacted to Avvi in Why isnt my fight class working?   
    There is a bug in WRobot that does not allow spells with parenthesis . 
     
  4. Like
    masamyyris reacted to wlhr in Why isnt my fight class working?   
    try using the spellID. Create Healthstone (Lesser) should be 23520
     
  5. Like
    masamyyris reacted to wlhr in Why isnt my fight class working?   
    set timer + target buff condition?
  6. Like
    masamyyris reacted to Photogenic in Why isnt my fight class working?   
    I haven't tested, but try this.
    warlock masa-Edited.xml
  7. Like
    masamyyris reacted to maukor in Why isnt my fight class working?   
    Try this
    warlock masa.xml
×
×
  • Create New...