Plz can someone explain how to reproduce the light effect of the magic orb?
this orb:
Code: Select all
defineObject{
name = "magic_orb",
class = "Item",
uiName = "Orb of Radiance",
model = "assets/models/items/apprentice_orb.fbx",
description = "A smooth orb that radiates shimmering blue light. A tingling sensation passes through your body when you touch it.",
skill = "spellcraft",
requiredLevel = 5,
gfxIndex = 69,
attackMethod = "castRuneSpell",
willpower = 2,
energy = 15,
impactSound = "impact_blunt",
-- special: faster spell casting
weight = 2.0,
}but i have no idea how
