What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Code ideas for singular (priest)

hayno

Member
Joined
Jul 30, 2012
Messages
170
Reaction score
3
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:
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")),
 
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.
 
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 ...
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.
 

Attachments

Last edited:
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 ...

Thanks a million for this man, have been searching for a fix for Priest CC in Singular since last week.
 
Back
Top