• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
Resource icon

[Action] Item Gives Random Mount onUse.

igorhideki

New Member
Joined
May 11, 2024
Messages
1
Reaction score
0
GitHub
igorhideki95
igorhideki submitted a new resource:

[Action] Item Gives Random Mount onUse. - Using a defined Item, gives the player any random mount.

Hello, I made this simple script to give players Random Mounts onClick.

LUA:
--[[
    Random Mount Reward Item
    Author: Igor Hideki

    This script creates an item that grants the player a random mount
    that they do NOT already own.

    If the player already owns all available mounts, the item will not be consumed.
    The mount list is dynamically generated based on existing mount IDs.
]]

-- Configuration table
local config = {
    itemId = 3997,                 -- Item ID...

Read more about this resource...
 
Back
Top