Skip to main content
The Deno 2 Release Candidate is here
Learn more
method MailSendService.prototype.sendLocalisedNpcMessageToPlayer
import { MailSendService } from "https://deno.land/x/sptaki@1.2.0/services/MailSendService.d.ts";

Send a message from an NPC (e.g. prapor) to the player with or without items

Parameters

sessionId: string

The session ID to send the message to

trader: Traders

The trader sending the message

messageType: MessageType

What type the message will assume (e.g. QUEST_SUCCESS)

messageLocaleId: string

The localised text to send to player

optional
items: Item[]

Optional items to send to player

optional
maxStorageTimeSeconds: any

Optional time to collect items before they expire

optional
systemData: any
optional
ragfair: any