Installation Guide


Step 1: Drag & Drop Installation

This script is a simple drag-and-drop resource. No SQL execution is required.

  1. Download and place the resource folder inside your server’s resources directory.

  2. Add the following line to your server.cfg: ensure moon-wizardbook


Step 2: Required Item Definitions

qb-core/shared/items.lua
["aether_spark"] = {["name"] = "aether_spark", ["label"] = "Aether Spark", ["weight"] = 100, ["type"] = "item", ["image"] = "aether_spark.png", ["unique"] = false, ["useable"] = false, ["description"] = "A flicker of magical energy."},
["glimmering_clay"] = {["name"] = "glimmering_clay", ["label"] = "Glimmering Clay", ["weight"] = 100, ["type"] = "item", ["image"] = "glimmering_clay.png", ["unique"] = false, ["useable"] = false, ["description"] = "Clay that shimmers with hidden power."},
["phantom_feather"] = {["name"] = "phantom_feather", ["label"] = "Phantom Feather", ["weight"] = 100, ["type"] = "item", ["image"] = "phantom_feather.png", ["unique"] = false, ["useable"] = false, ["description"] = "A feather from a bird that was never seen."},
["twilight_ember"] = {["name"] = "twilight_ember", ["label"] = "Twilight Ember", ["weight"] = 100, ["type"] = "item", ["image"] = "twilight_ember.png", ["unique"] = false, ["useable"] = false, ["description"] = "An ember that glows only at dusk."},
["arcane_shard"] = {["name"] = "arcane_shard", ["label"] = "Arcane Shard", ["weight"] = 100, ["type"] = "item", ["image"] = "arcane_shard.png", ["unique"] = false, ["useable"] = false, ["description"] = "A shard infused with arcane essence."},
["cinderroot_ash"] = {["name"] = "cinderroot_ash", ["label"] = "Cinderroot Ash", ["weight"] = 100, ["type"] = "item", ["image"] = "cinderroot_ash.png", ["unique"] = false, ["useable"] = false, ["description"] = "Ash from a root touched by fire magic."},
["dusty_teeth"] = {["name"] = "dusty_teeth", ["label"] = "Dusty Teeth", ["weight"] = 100, ["type"] = "item", ["image"] = "dusty_teeth.png", ["unique"] = false, ["useable"] = false, ["description"] = "Old, brittle teeth with forgotten tales."},

Step 3: Configure the Config.lua File

Customize the Config.lua file based on your preferences and requirements. Ensure the settings align with your server's intended functionality and features.


Last updated