Equip Lantern on Horse

Equip Lantern On/From horse in RedM

Use the right mouse button to focus on a horse and equip/unequip your lantern onto/from it.

Video Link

Usage

Alternatively, you can use the command /horselantern. An additional command /getlantern is available to retrieve the lantern. All commands can be enabled/disabled in config.lua.

Screenshot 1

image

Screenshot 2

image

Script Features:

  • Intuitive control using in-game UI Prompts.
  • Easy translation capability into the desired language (the script includes two localizations - English and Russian).
  • Configuration flexibility via a separate file (settings such as interaction range, enabling/disabling specific functionalities, assigning functionalities to another key, cooldown duration).

Config

Config = {}

Config.Locale = 'en'

Config.LanternEqupingHorseDistance = 2.5

Config.EnabledCommands = {
    ['getlantern'] = true,
    ['horselantern'] = true,
}

Config.EnableControlInteraction = true
Config.ControlName = 'INPUT_INTERACT_LOCKON_POS' -- https://github.com/femga/rdr3_discoveries/blob/master/Controls/README.md

Config.EnableCooldown = true
Config.InteractionCooldown = 500 -- ms

Download

Github


Check out our paid releases as well:

[PAID] Hunter’s Bear Trap | Tebex | YouTube

image


Made with :heart_on_fire: by

image

2 Likes