Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoWBench/Getting started
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Running == At this point, you have a vanilla WoW emulator up and running. You can get help directly at the prompt: <div style="float:left; clear:left; margin-left: 2em;"> cmd> '''help''' Available commands: [Enter] - fire <OnUpdate> in all visible frames click <unit or UI element> clickm <unit or UI element> clickr <unit or UI element> dump <globalvarname> [<maxtabledepth>] dump [-i] <pattern> dump <stackdepth>:<localvarname> [<maxtabledepth>] editdump <globalvarname> [<maxtabledepth>] editdump [-i] <pattern> editdump <stackdepth>:<localvarname> [<maxtabledepth>] fire <EVENT NAME> [<arguments>] look look <frame name> mouse <unit or UI element> /<slashcmd> [<params>] - Executes any WoW slash command Or any valid Lua command. Use help <command> for more information. cmd> '''help look'''<br> ''would produce help for the '''look''' command'' </div><div style="clear:left;"></div> </div> === Command line arguments === <div style="margin: 0 0 1em 2%;"> ;Usage:<code>lua50 wowbench.lua [<parameters>] addon1 [addon2 ...]</code> Parameters: * <tt>'''-q'''</tt> - Quick mode (use "FrameXML-lite", which loads ~3 times faster) * <tt>'''-x'''</tt> - Syntax checker mode (load Lua, verify XML syntax, run nothing) * <tt>'''-d'''</tt> - Enable debug output according to WOWB_DEBUGCAT in config.lua ::WoWBench has a fairly intricate debug output system using the DP() function * <tt>'''-v'''</tt> - Verbosely list all parsed Lua and XML files during load * <tt>'''-f'''</tt> - Forced reparse of all files, do not use precompiled copies ::WoWBench will precompile as much as possible into compiled Lua to speed up load times. It is especially noticeable for FrameXML. </div> === Loading AddOns === <div style="margin: 0 0 1em 2%;"> Easy: :<code>lua50 wowbench.lua ct_raidassist ace archud</code> Note that WoWBench currently does not handle dependencies. If an AddOn depends on something else, you have to make sure to load it yourself. AddOns will be loaded from the WoW directory that you specified in <tt>config.lua</tt>. </div> </div>
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)