• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [REQUEST] - Amber-Shaper Mutated Construct plugin

    Discussion in 'Requests & Discussion' started by woohah, Dec 5, 2012.

    1. woohah

      woohah Member

      Joined:
      Jan 15, 2010
      Messages:
      153
      Likes Received:
      5
      Trophy Points:
      18
      I am requesting that someone write a plugin that when turned into the Mutated Construct to interrupt the boss cast using Amber Strike and then interrupt Amber Explosion on yourself when casted. This would help tremendously.
       
      Last edited: Dec 5, 2012
    2. xxxjasonjxxx

      xxxjasonjxxx Community Developer

      Joined:
      Apr 29, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      need it too would be realy nice if any on can code such an plugin :D
       
    3. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      So you can't do it yourself but it still "should be fairly easy"...
      You sound like a Project Managers...
       
      chinajade likes this.
    4. woohah

      woohah Member

      Joined:
      Jan 15, 2010
      Messages:
      153
      Likes Received:
      5
      Trophy Points:
      18
      You're right. I am around project managers all day long and I guess I should have chosen my words a little more carefully! I made an assumption on that statement. :)

      Edited that statement out for obvious reasons...
       
    5. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      ;)
      I am a project manager ;)
       
    6. uzi2k4

      uzi2k4 New Member

      Joined:
      Oct 3, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      would be interested aswell!
       
    7. Valve

      Valve New Member

      Joined:
      Nov 28, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      --Amber Shaper


      if UnitExists("boss1") then
      local npcID = tonumber(UnitGUID("boss1"):sub(6,10), 16)
      if npcID == 62511 then --Amber Shaper
      local reshapeLife = UnitDebuffID("player", 122370)

      if reshapeLife then
      --Player is mind controlled.
      local playerCasting = UnitCastingInfo("player")
      local amberExplosion = GetSpellInfo(122402)
      local struggleForControl = GetSpellInfo(122395)
      local amberStrike = GetSpellInfo(122389)
      local breakFree = GetSpellInfo(123060)
      local playerWisdom = UnitPower("player", 10) --"Wisdom" power.

      if playerWisdom <= 8 then
      RunMacroText("/cast "..breakFree)
      end

      if UnitExists("boss2") then
      --62711
      local npcID = tonumber(UnitGUID("boss2"):sub(6,10), 16)
      if npcID == 62711 then
      local bossCasting = UnitCastingInfo("boss2")
      if bossCasting == amberExplosion then
      --boss is casting.
      RunMacroText("/cast "..amberStrike)
      else
      if playerCasting == amberExplosion then
      RunMacroText("/cast "..struggleForControl)
      end
      end
      end
      else
      if playerCasting == amberExplosion then
      RunMacroText("/cast "..struggleForControl)
      end
      end

      end
      end
      end
       
    8. uzi2k4

      uzi2k4 New Member

      Joined:
      Oct 3, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      can you give a short instruction how to use this?
       
    9. Valve

      Valve New Member

      Joined:
      Nov 28, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      fishing here and i don't know how to drop it into lazyraider. I lifted the code from another website
       
    10. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Open a text editor, copy and paste what Valve wrote and save it as "Yourawesomepluginname.cs" and put it into a folder with the same name like /plugins/yourawesomepluginname

      You could try that :p
       
    11. Valve

      Valve New Member

      Joined:
      Nov 28, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
    12. uzi2k4

      uzi2k4 New Member

      Joined:
      Oct 3, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      can't get it working i would be glad if someone can do it :)
       
    13. james7360

      james7360 New Member

      Joined:
      Jul 13, 2010
      Messages:
      140
      Likes Received:
      0
      Trophy Points:
      0
      yes this would be so AMAZING. :)
       
    14. Ronso

      Ronso Member

      Joined:
      Jan 31, 2012
      Messages:
      151
      Likes Received:
      1
      Trophy Points:
      18
      This seems to be in LUA... Used in PQR (you can search for it at ownedcore)
       
    15. TricksAnthem

      TricksAnthem New Member

      Joined:
      Jan 28, 2011
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      not trying to necro a month old thread, but does the script that is provided a couple posts down actually work?
       

    Share This Page