Complete List of Notifications

notificationdatastructuredescriptioncommandschanges

wind

notification, region, wind

WindSpeeds

Simulator wind speeds.

None.

None.

alert

notification, message

AlertMessageEventArgs

Simulator and grid alert messages.

None.

Release 9.87 - Removed language detection.

animation

notification, animation

AnimationsChangedEventArgs

New animations being triggered on Corrade either by in-world scripts or from inventory.

None.

Release 9.55 - added the animation notification.

appearance

notification, firstname, lastname, version, COF, region, hover

AvatarAppearanceEventArgs

Avatar appearance data.

None.

C10 - added.

sit

notification, agent, firstname, lastname, new, old

AvatarSitChangedEventArgs

Avatars sitting and unsitting in connected regions.

None.

Release 9.55 - added the sit notification.

avatars

notification, id, entity, position, rotation, action,

AvatarUpdateEventArgs for action=appear and KillObjectEventArgs for action=vanish

Avatars appearing and disappearing in Corrade's range.

None.

Release 7.114 - split the radar notification into avatars and primitives notifications.

balance

notification, balance

BalanceEventArgs

Money balance changed - currency received or sent.

None.

None.

debug

notification, name, item, position, message

ChatEventArgs

Script errors on the debug channel.

None.

None.

local

notification, firstname, lastname, owner, item, position, message, entity, audible, volume

ChatEventArgs

Messages on local chat.

None.

C10 added name and region parameters.

ownersay

notification, item, name, message, position

ChatEventArgs

llOwnerSay messages that are not RLV or Corrade commands.

None.

Release 9.87 - Removed language detection.

regionsayto

notification, name, item, owner, position, message

ChatEventArgs

llRegionSayTo messages that are not Corrade commands.

None.

Release 9.87 - Removed language detection.

rlv

notification, name, item, position, rlv

ChatEventArgs

RLV commands that Corrade processes (useful for debugging RLV).

None.

Release 7.80 - added the rlv notification.

chatterbox

notification, agent, session, entity

ChatSessionMemberAddedEventArgs, ChatSessionMemberLeftEventArgs

Avatars joining and leaving chat sessions (group chat, conferences, etc.).

None.

C10 - added.

coarse

notification, name, region, new old

CoarseLocationUpdateEventArgs

Coarse location updates for avatars on the current region.

None.

C10 - added.

directory

notification, entity, id, data

DirClassifiedsReply,DirEventsReply,DirGroupsReply,DirLandReply,DirPeopleReply,DirPlacesReply

Directory search results.

directoryquery

C10 - added.

scripts

notification, region, scripts

EstateTask

Current region top scripts.

None.

C10 - added.

friendship

notification, action, firstname, lastname, agent, status, rights, names

FriendInfoEventArgs, FriendshipResponseEventArgs, FriendshipOfferedEventArgs and FriendshipTerminatedEventArgs

Friendship offered, received, terminated, friends going online or offline and rights being added or removed.

getfriendshiprequests, replytofriendshiprequest

C10 - friendship termination added.

groupoperation

notification, action, success, group, firstname, lastname

GroupDroppedEventArgs, GroupCreatedReplyEventArgs, GroupJoinedReply, GroupLeaveReply

Reports the current group operations performed by the bot concerning in-world groups.

None.

C11 - added.

conference

notification, firstname, lastname, agent, message, language, name, session, restored

InstantMessageEventArgs

Conference messages received.

None.

Release 9.111 - added.

invite

notification, firstname, lastname, agent, group, session, id

InstantMessageEventArgs

Group invites received by Corrade.

getgroupinvites, replytogroupinvite

C11 - added the group membership fee.

lure

notification, firstname, lastname, agent, session, message

InstantMessageEventArgs

Teleport lures being received by Corrade.

replytoteleportlure

None.

message

notification, firstname, lastname, agent, message, language

InstantMessageEventArgs

Instant messages received.

None.

Release 9.86 - added language detection.

notice

notification, firstname, lastname, agent, message, subject, session, attachments, asset, folder, group

InstantMessageEventArgs

Group notices received.

notice

Release 9.87 - Removed language detection.

objectim

notification, name, item, owner, message

InstantMessageEventArgs

llInstantMessage messages from objects that are not Corrade commands.

None.

Release 9.87 - Removed language detection.

region

notification, message, agent

InstantMessageEventArgs

Region messages sent by estate managers.

None.

Release 9.87 - Removed language detection.

typing

notification, firstname, lastname, agent, action, entity

InstantMessageEventArgs

Avatars starting and stopping to type.

None.

Release 9.44 - extended the typing notification to also take into account the local chat typing notifications.

inventory

notification, firstname, lastname, agent, name, asset, item, session, direction, action, inventory

InstantMessageEventArgs for items being offered by Corrade and InventoryObjectOfferedEventArgs for items being offered to Corrade.

Inventory items being offered to Corrade or accepted or declined by Corrade.

getinventoryoffers, replytoinventoryoffer

C10 - added created action.

store

notification, store

InventoryObjectAddedEventArgs, InventoryObjectRemovedEventArgs, InventoryObjectUpdatedEventArgs

Items that are added, removed or updated in Corrade's inventory will be sent via this notification.

None.

Release 9.140 - moved to store.

url

notification, name, item, owner, group, message, url

LoadUrlEventArgs

Requests to navigate to an URL commonly sent by scripts using the llLoadURL LSL function.

None.

Release 7.71 - added url notification.

login

notification, login

LoginProgressEventArgs, LoggedOutEventArgs

Notification sent whilst Corrade is logging-in to the grid and when Corrade logs out.

None.

Release 9.140 - added.

logindata

notification, logindata

LoginResponseData

Notification sent when Corrade receives the login response data.

None.

C12 - added.

collision

notification, aggressor, magnitde, time, entity, victim

MeanCollisionEventArgs

Avatars or objects colliding with Corrade.

None.

Release 7.28 - the collision notification returns entity instead of collision as the key for the collision type.

economy

notification, balance, description, committed, credit, success, id, amount, target, source, transaction

MoneyBalanceReplyEventArgs

Money balance events (when money is paid in or paid out).

None.

Release 7.35 - added economy notification.

parcel

notification, name, description, area, flags, price, dwell, status, group, owner, primitives, music, region, northeast, southwest

Parcel

The parcel notification will fire whenever the bot crosses into a different parcel.

None.

C11 - added.

preload

notification, id, owner, region, item

PreloadSoundEventArgs

Scripts requesting sounds to be preloaded.

None.

Release 9.154 - added.

primitives

notification, id, entity, position, rotation, action,

PrimEventArgs for action=appear and KillObjectEventArgs for action=vanish

Primitives appearing and disappearing in Corrade's range.

None.

Release 7.114 - split the radar notification into avatars and primitives notifications.

control

notification, controls, pass, take

ScriptControlEventArgs

Scripts calling llTakeControls on Corrade.

None.

Release 8.40 - added the control notification.

crossing

notification, old, new, action

ScriptControlEventArgs for action=changed and RegionCrossedEventArgs for action=crossed

Corrade crossing region boundaries.

None.

Release 7.34 - the crossing notification now also sends notifications on region changed (such as teleports) and sets action to crossed in case a region-cross occurred or sets action to changed in case of a teleport.

dialog

notification, firstname, lastname, message, channel, name, item, owner, button, id

ScriptDialogEventArgs

Dialog boxes sent by scripts.

getscriptdialogs, replytoscriptdialog

Release 9.143 - added a dialog UUID.

permission

notification, region, item, task, permissions

ScriptQuestionEventArgs

Scripts asking Corrade for permissions.

getscriptpermissionrequests, replytoscriptpermissionrequest

None.

statistics

notification, region, statistics

SimStats

Region statistics.

None.

C10 - added.

sound

notification, gain, owner, item, parent, position, region, asset

SoundTriggerEventArgs, AttachedSoundEventArgs, AttachedSoundGainChangeEventArgs

Sounds being triggered by scripts.

None.

Release 9.154 - added.

teleport

notification, status, flags, message

TeleportProgressEventArgs

An event describing an in-progress teleport status.

None.

Release 9.133 - added.

terse

notification, id, entity, position, rotation

TerseObjectUpdateEventArgs

Avatar and object updates.

None.

Release 7.31 - added the terse notification.

effect

notification, effect, source, target, position, duration, id, action, region

ViewerEffectEventArgs for action=generic, ViewerEffectPointAtEventArgs for action=point and ViewerEffectLookAtEventArgs for action=look

Viewer effects that Corrade senses.

None.

Release 7.34 - the effect notification now passes the value generic to the action key, point on point-at and lookat on lookat effects.

heartbeat

notification, data

heartbeat

Various run-time data such as CPU or RAM consumption of the current Corrade instance returned every second.

None.

C10 - changed the data returned.

location

notification, region, position

None

Periodic updates on the current bots whereabouts.

None.

C10 - added.

logs

notification, entity, level, message

None

Corrade and OpenMetaverse log messages.

None.

C10 - added.

AO

notification, event

None.

A list of animation override (AO) related animations that are currently running.

None.

C11 - added.

CAPS

notification, notification, action, region

None.

Reports connections to the simulator capabilities (event queue) being established or severed.

None.

C11 - added.

MQTT

notification, group, ID, topic payload

None.

MQTT messages being published on a topic that a group subscribed to.

MQTT

C10 - added.

agentdata

notification, firstname, lastname, ID, title, group, powers

None.

Agent data updates.

None.

C11 - added.

avataraction

notification, data

None.

Periodic updates on the current action that Corrade is performing.

None.

C10 - added.

avatargroup

notification, agent, firstname, lastname, notice, ID, texture, name, powers, title, visible

None.

Groups that an agent is part of as a result of a request to get avatar or profile data.

getprofiledata, getprofilesdata, getavatardata, getavatarsdata, batchgetprofiledata

C10 - added.

cache

notification, asset, key, action, value

None.

Corrade assets being cached.

None.

C10 - added.

camera

notification, action

None.

Events related to the current camera settings.

None.

C11 - added.

colliders

notification, ID, firstname, lastname, position, region, action

None.

Get the current position of a friend on the grid.

None.

C10 - added the "action" parameter.

command

notification, command, action

None.

Corrade commands starting and stopping.

None.

C11 - added.

configuration

notification, key

None.

Signals a Corrade configuration change.

None.

C10 - added.

displayname

notification, old, new, id, firstname, lastname, default

None.

Avatar display name changes.

None.

None.

estatelist

notification, entity, estate, count, list

None.

Returns an estate list after an estate list was requested by the getestatelist command.

getestatelist

C10 - added.

group

notification, group, firstname, lastname, agent, message

None.

Messages sent to a group.

None.

Release 9.86 - Added language detection.

map

notification, region, texture, height

None.

Region map texture and terrain height map whenever a simulator is changed or crossed.

None.

C10 - added.

membership

notification, firstname, lastname, agent, group, action

None.

Group membership events (agents joining and leaving groups). This requires the CacheMembers feature to be enabled for the group that the notification will be installed as.

None.

Release 7.36 - added membership notification.

outfit

notification, action, asset, creator, description, inventory, item, name, permissions, replace, entity, slot

None.

Attachments or wearables being attached, detached respectively worn or unworn from Corrade.

None.

Release 9.64 - added the outfit notification.

parcelmap

notification, message

None.

A CSV list of parcel name by parcel local id by point-vector where each point-vector describes a parcel on the current simulator.

None.

C11 - added.

simconnect

notification, name, reason

None.

Simulators connecting or disconnecting.

None.

C11 - added.

softban

notification, agent, firstname, lastname, group, action, note, expire, renew

None.

Group soft bans being added or removed.

softban

C10 - added.

CSV Export

Index


secondlife/scripted_agents/corrade/api/notifications.txt ยท Last modified: by office

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.