Skip to content

Eluna scripts built for firstly for AzerothCore with some exceptions. Just place directly into your lua_scripts folder

Notifications You must be signed in to change notification settings

LuckyLuc96/lua_scripts

Repository files navigation

Various Lua Scripts for Eluna Engine

This repository contains various Lua scripts written for use with Eluna, the Lua engine extension for various server cores. These scripts are designed to enhance gameplay, add automation, or modify default behavior in a World of Warcraft emulator environment.

The majority of the scripts are tested for and work on Azerothcore. The Blackmarket script works only on TrinityCore.

Faster Mounts

This is the most prominent script in the collection. It adjusts mount and travel form speeds greatly.

Features

  • Adjusts player speed when mounted, flying, or dead.
  • Auto-learns mount spells at level 10 for each race.
  • Applies custom movement speeds for:
    • Travel Form (Druid)
    • Ghost Wolf (Shaman)
  • Respects various aura-based mount speed modifiers (e.g., Crusader Aura, Pursuit of Justice).
  • Automatically learns travel forms for the druid and shaman.
  • Allows full configuration via toggles and world.conf base speed.

Configuration

Inside the script:

  • baseSpeed: Sets the baseline run speed (7.0 is normal).

  • Any of the below can be disabled at the top of the file by setting the variable to false (lowercase).

  • toggleShapeshiftSpeeds: Enables special speed for shapeshift forms.

  • toggleMountLevelTen: Automatically teaches racial mount at level 10.

  • toggleFasterDead: Increases movement speed while dead.


Auto Guild

This is a simple script that will add a newly created player into the guild when they first log in. This is server wide and is intended for servers that have a starter or default guild. Currently only supports adding players to one single guild, not faction specifc guilds.

Configuration

Change the name of the default guild in the script from "fishy" to the name of your guild. Spaces and capitalization are important.


Digital Gathering

This script is a work in progress and will allow users to mine ore and gather herbs from a distance and remain mounted. This still needs work and will probably require a way to tell eluna to use/deplete the gathering node and simulate the loot you would get by giving it to the player. Through testing I don't think it's possible to target a game object with a spell via eluna at this time.


Faster Crafting

This script will apply an aura every time the player enters a city of their faction. However, there is no aura to increase crafting speed. Another way to increase crafting speed needs to be considered. Perhaps a new spell being created or a way to tell the game to detect the start of this cast and return instant completion.


Author

Christian McCrea GitHub: LuckyLuc96


Related

About

Eluna scripts built for firstly for AzerothCore with some exceptions. Just place directly into your lua_scripts folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages