Documentation
Docs/Resources/Base/statuseffects
Base Resource

statuseffects

The supplied manifest describes this resource as “VCore - Statuseffects”.

v1.0.0VCore FrameworkCore systems

Introduction

The supplied manifest describes this resource as “VCore - Statuseffects”.

3Client Lua
3Server Lua
23Exports
8Events
0SQL tables

No manifest UI page detected.

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
logsManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite
polyzoneManifest dependencyIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryAddItem, GetItemAmount, GetPlayerItems, GetStashItems, OpenStash, RemoveItem, RemoveItemAtSlot, UpdateItemMetadata
logsLog

Installation / Start Order

The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 26. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.

server.cfg
ensure statuseffects

Configuration

Config files

  • common.lua
  • config.lua

Top-level config keys detected

ConsumablesDefaultDurationEffectsExpireIntervalItemsJewelleryPocketSlotsJewelleryPocketWeightJobsMaximumDurationMaximumMetadataBytesQualityRepairSmelteryReturnItems

Events, Exports & Callbacks

Exports

Client exports9
  • ApplyLuck
  • GetEffectValue
  • GetStatusEffect
  • GetStatusEffectLevel
  • GetStatusEffectValue
  • GetStatusEffects
  • HasStatusEffect
  • TryApplyLuck
  • UpdateLuckChance
Server exports14
  • AddStatusEffect
  • ApplyConsumable
  • ApplyLuck
  • GetEffectValue
  • GetLuckLevel
  • GetStatusEffect
  • GetStatusEffectValue
  • GetStatusEffects
  • HasStatusEffect
  • RandomChanceWithLuck
  • RefreshJewelleryEffects
  • RemoveStatusEffect
  • TryApplyLuck
  • UpdateLuckChance

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events2
  • statuseffects:client:openJewelleryPouch
  • statuseffects:client:sync
Server registered events6
  • VCORE:Server:OnPlayerLoaded
  • statuseffects:server:appraise
  • statuseffects:server:openJewelleryPouch
  • statuseffects:server:openStorage
  • statuseffects:server:repair
  • statuseffects:server:smelt

Commands

No commands were detected.

Database / SQL

No resource-local SQL file was detected.

No CREATE TABLE statements detected inside this resource.

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua3
Server Lua3
Other/shared Lua3
JavaScript0
HTML0
CSS0
SQL0

Troubleshooting

  • Confirm all manifest dependencies are started before statuseffects.
  • Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
  • If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
  • If the UI fails, verify the resource's NUI files and ui_page when one is declared.