- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,105 Server Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
WowLua
- 3 Likes
- World of Warcraft
- 136 Monthly Downloads
- Supports: 4.3
- 11,467 Total Downloads
- Updated 11/30/2011 3:42:09 PM
- Created 6/21/2010 5:42:31 AM
- 47 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: v40300-1.0.2
About WowLua
WowLua is an in-game Lua scripting environment that includes an interactive Lua interpreter as well as a multi-page script editor. Other features include:
- Syntax coloring, courtesy of krka's spectacular For All Indents and Purposes library
- Sleek buttons, courtesy of Mikk
- When WowLua is running code, it defines a global function print() which directs output to the WowLua window, for convenience. This global is removed when not running from WowLua
- Can run WowLua pages from the commandline using /wowluarun or /luarun. Each slash command takes the name of a page, and prints any issues or activity to the chat frame. These can thus be used from macros.
- Can open WowLua using /wowlua or /lua. Both of these slash commands will take a lua expression and run it, if provided:
/lua print(14) will open WowLua and print the number 14 to the output window.
Please feel free to post any comments or questions here, you'll find I'm relatively responsible. This addon has been written primarily as a companion tool for World of Warcraft Programming: A Guide and Reference for Creating WoW Addons.
Please leave any comments on the original addon page at http:www.wowinterface.com/downloads/info7366-WowLua.html
tag v40300-1.0.2
02f0e876d901c84347c5e13065d32d9dc7591d1d
James Whitehead II <jnwhiteh@gmail.com>
2011-11-30 21:29:43 +0000
40300
--------------------
James Whitehead II:
- Update TOC for 4.3
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v40300-1.0.2 | Release | 4.3 | 4,014 | 11/30/2011 3:42:09 PM |
| v40000-1.0.1 | Release | 4.0.6 | 3,321 | 3/8/2011 10:05:18 AM |
| v40000-1.0.0 | Release | 4.0.1 | 3,578 | 10/15/2010 10:52:48 AM |
| r40-release | Release | 3.3.5 | 707 | 9/2/2010 10:02:11 AM |
| r37-release | Release | 3.3.5 | 196 | 8/20/2010 3:10:07 AM |
| r35-release | Release | 3.3.5 | 348 | 7/17/2010 8:13:54 AM |
| WowLua-r33.zip | Release | 3.3.5 | 339 | 6/21/2010 5:57:29 AM |
Top Downloads
-
- Bagnon
- Bags & Inventory
- 359,243 Monthly Downloads
-
- Deadly Boss Mods
- Combat and Boss Encounters
- 297,158 Monthly Downloads
-
- Recount
- Combat
- 295,968 Monthly Downloads
-
- SpellFlash
- PvP, Buffs & Debuffs, Quests & Leveling, Action Bars, and Combat
- 284,254 Monthly Downloads
-
- GatherMate2_Data
- Achievements
- 208,828 Monthly Downloads

Comments
Any ideas on where to look to reset the window position?
i have some scripts i would like to run on startup (w/o having to make an extra addon)
and maybe - well this might be some overkill - running scripts based on ingame events :-D
However, would it be possible to add a slash command to run a script from a macro, preferrably by the scripts name.
TinyPad has the "/pad run 3" which would execute the script on the 3rd page.
I have several macros that run scripts from tinypad that I would like to switch over to use WowLua.
Also, because TinyPad uses page numbers for executing scripts I can't remove scripts without having to modify my macros, hence why I would prefer the ability to run scripts by the name rather than page number.