igorhideki
New Member
igorhideki submitted a new resource:
[Action] Item Gives Random Mount onUse. - Using a defined Item, gives the player any random mount.
Read more about this 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...