• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Code ideas for singular (priest)

    Discussion in 'Honorbuddy Forum' started by hayno, Sep 18, 2012.

    1. hayno

      hayno Member

      Joined:
      Jul 30, 2012
      Messages:
      170
      Likes Received:
      3
      Trophy Points:
      18
      I hoppen this treat to help pll share ideas and code for the singular routine ,after all 3 heads thinks better them 1:) , and give change the pll learn more about coding
       
      Last edited: Sep 18, 2012
    2. hayno

      hayno Member

      Joined:
      Jul 30, 2012
      Messages:
      170
      Likes Received:
      3
      Trophy Points:
      18
      willl keep casting Power Word: Shield on me ,as soon Weakened Soul fades off , very uselfull for pvp ,pve and lvling .



      Spell.BuffSelf("Power Word: Shield", ret => !StyxWoW.Me.HasAura("Weakened Soul")),
       
    3. Kyle

      Kyle New Member

      Joined:
      Feb 15, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      My priest is level 7. For some reason he just keeps spamming shadow word: Pain over and over and not using smite at all. Is there a fix for this in singular? I guess it could just be my level and at 10 he will start using Mind Blast when I train shadow.
       
    4. hayno

      hayno Member

      Joined:
      Jul 30, 2012
      Messages:
      170
      Likes Received:
      3
      Trophy Points:
      18
      u need to edit the file Lowbie.cs and make same changes to the code:

      change the line

      Spell.Buff("Shadow Word: Pain"),

      to

      Spell.Buff("Shadow Word: Pain", ret => !StyxWoW.Me.HasAura("Shadow Word: Pain")),

      he or she will only cast Shadow Word: Pain ef the target dont have the hot , ;)
      her is the file ef u are to lazy to change the code ...
       

      Attached Files:

      Last edited: Sep 19, 2012
    5. josh_j_mcg

      josh_j_mcg New Member

      Joined:
      Aug 13, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Thanks a million for this man, have been searching for a fix for Priest CC in Singular since last week.
       
    6. hayno

      hayno Member

      Joined:
      Jul 30, 2012
      Messages:
      170
      Likes Received:
      3
      Trophy Points:
      18
      u welcome ;)
       

    Share This Page