WoW Lua Plugin
-
Its will be nice if someone make plagin with WoW Api for several versions. From older one to newer one.
-
??? … you mean the game world of warcraft? I think you need to provide a little more info than just this.
What would the plugin do that the LuaScript plug-in doesn’t already do?
-
@DarhangeR
If this is a JSON API, you could probably use JsonTools to get JSON from the API. You’d still have to understand how the API works and interpret the JSON; all JsonTools will do is get it and display it for you.If it’s an XML API, you’d be better off not even making a plugin and just writing a script. I’m generally a big advocate against making a scripting plugin for anything that you can do pretty easily without Notepad++.
-
-
That plugin will not run in versions of Notepad++ newer than 8.3.3, for the reason explained here.
-
I said:
That plugin will not run in versions of Notepad++ newer than 8.3.3, for the reason explained here.
And rightly so: https://github.com/Grogir/LuaWoW/issues/3
Here’s a patched build that works with up-to-date N++ versions: https://github.com/rdipardo/LuaWoW/releases/tag/8.1.6-alpha
-
FYI, the real maintainer of LuaWoW just released version 10.0.7: https://github.com/Grogir/LuaWoW/releases