Core

Introduction to Killstore Mystic Spells

Killstore Mystic Spells is designed to bring magic to life in your server with seamless integration and minimal setup. Thanks to our powerful Ks_Core, most configurations are handled automatically. This means you can focus on unleashing spells and creating a magical experience without worrying about tedious setups.

Configuration for frameworks and core settings is centralized in the Ks_Mystic_Spells_v2/core.lua:

Core = {}

local Ks_Core = exports['Ks_Core']:config()

Core.Framework   = Ks_Core.Framework          -- 'custom' -or- 'Ks_Core.Framework'
Core.ProgressBar = Ks_Core.ProgressBar        -- 'custom' -or- 'Ks_Core.Framework'
Core.Language    = Ks_Core.Language           -- 'custom' -or- 'Ks_Core.Framework'
Core.Ambulance   = Ks_Core.AmbulanceSystem    -- 'custom' -or- 'Ks_Core.Framework'

Core.AmbulanceSetDeathStatus = exports['Ks_Core']:GetAmbulanceSetDeathStatus()    -- 'custom' -or- exports['Ks_Core']:GetAmbulanceSetDeathStatus()

Core.NotifySystem     = 'Ks_Core'       -- 'custom' -or- 'Ks_Core'

If you’re using our scripts for the first time, simply install Ks_Core alongside Mystic Spells v2. Ks_Core takes care of the heavy lifting, including framework integration, notifications, progress bars, and more. Meanwhile, Mystic Spells v2 brings magic to you.

For unique or special requirements, you can still customize specific settings directly in the core.lua file. However, for most scenarios, no additional configuration is needed—our core ensures everything is ready to go.

Last updated