Lua

All posts tagged Lua

World of Warcraft > AddOns >

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

Continue Reading

Super Duper Macro image 3

Projects > World of Warcraft > AddOns >

my fork https://github.com/spiralofhope/SuperDuperMacro

  • Create an unlimited number and unlimited length of macros, floating macros and Lua scripts.
  • Create button macros: 36 global and 18 character-specific for each character.
  • Share macros in-game.

--

  • /sdm

See also _DevPad for script functionality.



Continue Reading

Macro Toolkit 1

World of Warcraft > AddOns >

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/

  • Macro Shortening
  • Key Binding and key bind only macros
  • Extended Macros
  • Condition Builder
  • Extended, Searchable Icon Frame
  • Syntax Highlighting
  • Syntax Checking
  • Insert Special commands
  • Easy Slot Selection
  • Backup / Restore
  • Macro sharing
  • Add Custom Slash Sommands
  • Slash Commands for Common Lua Script Functions
  • 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

World of Warcraft > AddOns >

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

Continue Reading

_DevPadEditor

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.



Continue Reading

Projects > Software > Programming >

(on Wikipedia)
www.lua.org

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:

World of Warcraft > AddOns >

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.

Continue Reading

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.

Continue Reading