https://www.wowace.com/projects/noescape
Changes several of the popup dialogs to not close when hitting the Escape key.
-
Abandoned; as of 2020-10-05 last updated 2015-06-28
https://www.wowace.com/projects/noescape
Changes several of the popup dialogs to not close when hitting the Escape key.
Abandoned; as of 2020-10-05 last updated 2015-06-28
Projects > World of Warcraft > AddOns >
my fork https://github.com/spiralofhope/SuperDuperMacro
Share macros in-game.
--
/sdm
See also _DevPad for script functionality.
svn://svn.curseforge.com/wow/macro-toolkit/mainline/trunk
https://web.archive.org/web/20160710152134/http://wow.curseforge.com:80/addons/macro-toolkit/forum/
https://web.archive.org/web/20160701210142/http://wow.curseforge.com:80/addons/macro-toolkit/
Copy macros between characters
Not used because it Breaks Super Duper Macro. I remember giving it a reasonable try and just not liking it in comparison to Super Duper Macro.
Seems to work for Legion
https://www.wowinterface.com/downloads/info6681
https://github.com/TekNoLogic/tekErr
A simple error manager. When an error is caught it will blink a small minimap icon to inform you. Clicking the icon opens a panel listing all errors. Clicking an error shows a full stack trace, handy to copy/paste into a bug report.
You can also access the panel via an LDB launcher or by typing /err
or /tekerr
Projects > World of Warcraft > AddOns >
my forks
https://github.com/spiralofhope/_DevPad
https://github.com/spiralofhope/_DevPad.GUI
An in-game text editor and addon authoring tool (Lua).
Keep notes with it, write Lua scripts, or prototype addon concepts in its trimmed down development environment. Organize your scripts into folders and share them with other _DevPad users. Scripts can run automatically on login like mini addons, and can call each other like libraries or dependencies.
An absolutely spectacular AddOn that I'm not sure I can live without.
Projects > Software > Programming >
A programming language of some note.
I had some small interest in this language, primarily because it's used for World of Warcraft addon programming and general scripting , but I ended up losing interest in it and in programming in general.
tags:
https://sites.google.com/site/wowoutrunner/
https://www.curseforge.com/wow/addons/outrunner [ 1 ] was http://wow.curseforge.com/addons/outrunner/
Gives the user a chance to run scripts that can not fit into a Macro.
Footnotes
You can determine the quest ID from Wowhead, e.g. https://www.wowhead.com/quest=53068/operation-hook-and-line which is 53068
.
/script print( IsQuestFlaggedCompleted( 1234 ) )
UPDATE: This is obsolete: World of Warcraft now supports multiple tracking types simultaneously.
I had a character who was both a miner and an herbalist. At the time, World of Warcraft only supported the use of one tracking type at a time.
I wanted to occasionally swap between the two tracking types. What follows are some rough notes copied from various sources.