-
Member
3.3.5 PQR buff problems.
For some reason I can't get PWF to work at all in making my own priest leveling profile. I tried to copy other lua code from other profiles, and tried adding just "return true" which didn't work at all. I also toggled "auto self cast" on and off. This is my first run at PQR so I'm sure I made a simple mistake somewhere, but I am having trouble figuring this out because I have gotten other spells to work. Any help is appreciated...
-
Member
I figured out that every rank has a different ID. I was using the spell id for the max ranked PWF instead of Rank 1
-
Member
Originally Posted by
laptopmenace
I figured out that every rank has a different ID. I was using the spell id for the max ranked PWF instead of Rank 1

Yes and I've been using CastSpellByName("spell name") so I don't have to change ID all the time.
-
Post Thanks / Like - 1 Thanks
laptopmenace (1 members gave Thanks to windrain for this useful post)
-
Member
Originally Posted by
windrain
Yes and I've been using CastSpellByName("spell name") so I don't have to change ID all the time.
When I saw this in the LUA code for a profile it got me thinking. If that was replaced in a lot of different profiles, you could easily make a profile compatible for leveling up. Especially useful on the private servers that still have spell ranks. Now if I can figure out how to replace all Spell IDs with cast by spell name!