Jack's Guides & Tutorials
  • 🗂️Jack's Tutorials
  • Getting Started
    • 🔑Get a License
    • 📥Download and Install Jack
    • ⚠️Addon, Action Bars & Keybinds
    • 🕹️Quick Start Guide
  • Profile Manager
    • 🆓Download Free Profiles
    • ⭐Premium Profiles
      • Profile Store
      • Bottie Coins
    • ✍️Create a Profile
      • Settings
      • Mobs
      • Black- & Whitelist
      • Black Spots
      • Stuck Paths
    • ⚙️Advanced Settings
  • Event Manager
    • 🏃‍♂️Create an Event
    • ⚡Events
      • Add Vendor, Mailbox and More
      • Interact with...
      • Load Profile
      • Load Rotation
      • Wait
      • Cast Spell
      • Change Walk Sensitivity
      • Use Hearthstone
      • Start Fishing
      • Use Transport
      • Execute LUA
      • Change Profile Settings
      • Go through Portal
      • Start Combat
      • Kill and Loot Attackers
      • Enter/Leave Dungeon
      • Reset Dungeons
      • Stop walking
      • Start walking
      • Jump
      • Jump while walk
      • Walk while jump
      • Start Swimming
      • Stop Swimming
      • Loot
      • Facing next Waypoint
      • Stop
  • Rotation Manager
    • 🤺Default Rotation
    • ✍️Create a Rotation
    • ⚔️Rotation Manager
    • 🔥Spell Conditions
  • Quest Manager
    • ⁉️Create a Quest Profile
    • ⚙️Options
      • NPC's, Food and Drink
      • Profile Settings
      • Quest Archive
    • ⚡Events
      • Do Quest
      • Interact with...
      • Stopover
      • Go to Trainer
      • Go through Portal
      • Execute LUA
      • Use Transport
      • Load Profile
      • Check Quest Availability
  • PvP Manager
    • 🛡️Create a PvP Profile
  • Modules
    • 👨‍👩‍👦‍👦Sessions
    • 📬Notifications
  • Settings & Features
    • 🔧Diagnostic
    • 👁️Overlay
    • 🧩Addon
    • ⚙️Settings
    • ℹ️Live Status Bar
    • 🗽Points of Interest
    • 👥Account Manager
    • 📋Lists
    • 📑Object Lists
Powered by GitBook
On this page
  1. Quest Manager
  2. Events

Execute LUA

PreviousGo through PortalNextUse Transport

Last updated 1 year ago

Use this event if you want to execute one or more and/or custom LUA commands.

This event is also available in other application areas of Jack.

No automatic path is generated for this event.


Name your LUA command

  • Enter a name for your LUA command.

Show custom commands

  • Click on "Show custom commands" to open Jack's custom commands list.

LUA Command(s)

  • Enter the LUA commands to be executed in the text field (line by line).

Can executed while walk

  • Enable this option if the commands can be executed while your character is moving.

Reloaded expected

  • Activate this option if a longer loading time is expected. (E.g. by clicking on a portal or using the Hearthstone.)

Test

  • Click on the "Test" button if you want to test your commands first.

Here you can copy the example from the image:

print(UnitName("player")) /dance

This will show you in-game your character's name in chat and make your character dance.

Custom LUA commands cannot be tested.

You can combine with (line by line).

⚡
Learn more about custom LUA commands here.
official
You can find a more detailed description of this event here.
Use the Stopover event beforehand.
official LUA commands
custom LUA commands