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

[rFury] Righteous Fury

BarryDurex

New Member
Joined
Jan 20, 2010
Messages
361
Reaction score
32
[rFury v1.0] Supported are English, German, French, Spanish

I use for my Pala the CustomClass Convalesce 3.1 by Mord:
http://www.buddyforum.de/showthread.php?1608-Convalesce-3-1-by-Mord-Paladin-CC
But unfortunately is Righteous Fury not supported! :(
So i have written this.

What does it:
Every time, if you don?t have Righteous Fury, your bot cast Righteous Fury!
How to Install:
Copy the file in the plugin folder.
Change in the file your language.
Supported are English, German, French, Spanish

I hope you like it, have fun with it! ;)
 

Attachments

I think you could improve this a little bit
WoWs implementation of lua supports http://wowprogramming.com/docs/api/CastSpellByID , which would make the language config obsolete
righteous fury has http://www.wowhead.com/?spell=25780 , so
I think about something like
CastSpellByID(25780)

im not sure how you have to change the cs-file, but except a small error from wow "you try to use stuff reserved to the wow ui" i think i got it right .
Its just not possible to do /script on it.
 
Last edited:
I think you could improve this a little bit
WoWs implementation of lua supports http://wowprogramming.com/docs/api/CastSpellByID , which would make the language config obsolete
righteous fury has http://www.wowhead.com/?spell=25780 , so
I think about something like
CastSpellByID(25780)

im not sure how you have to change the cs-file, but except a small error from wow "you try to use stuff reserved to the wow ui" i think i got it right .
Its just not possible to do /script on it.

If I remember correctly, then the spell ID changes with the rank. Now, I havn?t checked if there is multiple ranks of RF ^^
 
This spells doesn't seem to have ranks
 
Back
Top