Barebones Class
The following is a brief code example for creating a custom class, give it some spells, a talent and a trainer.
This section should contain TSWoW examples
The following is a brief code example for creating a custom class, give it some spells, a talent and a trainer.
```ts class itemDef { itemEntry: uint32 = 0 itemCount: uint32 = 0 }
```ts
export function onLevel(events: TSEventHandlers) { events.Player.OnLevelChanged((player,oldLevel)=>{ player.SendAreaTriggerMessage("Congrats on levelin...
```ts const TABLE_NAME_KILLSTREAK = “playerkillstreak”;