AddIconValue(Spawn: Spawn, Int32: Value)
Pre-Requisite(s)
- This does not look to be supported on any current client of EQ2Emu
- KoS, DoF, Isle of Refuge and earlier clients do not have Icon field in SpawnInfo Struct.
- No icon field discovered in SpawnInfo Struct for AoM
Parameter(s)
Spawn: Spawn - LUA Pointer for Spawn.
Int32: Value - Set the icon to the value provided.
Return(s)
- Returns 0 if Spawn is invalid
- Returns 1 on successfully adding SpawnIcon.
Example(s)
function hailed(NPC, Spawn)
AddIconValue(NPC, 64) – would set the NPC's in combat icon on the Spawn information
end
Result
Additional Notes