There is a WoW addon for that.
That post is not helpful to the OP. He obviously don't know any coding so he wouldn't be able to wrap that into a plugin. Secondly, you have a typo so even if he could put it into "Pulse" from an example plugin it wouldn't work. Thirdly, there's no such method "ScreenShot()" so that "plugin" you just posted is complete bogus, and I do actually find it quite cocky of you to post like that.int oldLevel = Styx.StyxWoW.Me.Level;
if(Styx.StyxWoW.Me.Level != oldLevel) {
ScreenShot();
oldLevel = Styx.StyxWW.Me.Level;
}
Done.
Screenshot() is WoW APIThat post is not helpful to the OP. He obviously don't know any coding so he wouldn't be able to wrap that into a plugin. Secondly, you have a typo so even if he could put it into "Pulse" from an example plugin it wouldn't work. Thirdly, there's no such method "ScreenShot()" so that "plugin" you just posted is complete bogus, and I do actually find it quite cocky of you to post like that.
Well in that case it should beScreenshot() is WoW API
Lua.DoString("Screenshot()");
Well obviously I wasn't coding it exactly, I threw that together into my browser and not in an IDE...That post is not helpful to the OP. He obviously don't know any coding so he wouldn't be able to wrap that into a plugin. Secondly, you have a typo so even if he could put it into "Pulse" from an example plugin it wouldn't work. Thirdly, there's no such method "ScreenShot()" so that "plugin" you just posted is complete bogus, and I do actually find it quite cocky of you to post like that.