Examples

This section should contain TSWoW examples

Barebones Class

1 minute read

The following is a brief code example for creating a custom class, give it some spells, a talent and a trainer.

Levelup Messages + Item/Gold Rewards

less than 1 minute read

export function onLevel(events: TSEventHandlers) { events.Player.OnLevelChanged((player,oldLevel)=>{ player.SendAreaTriggerMessage("Congrats on levelin...