Getting Started

Once you have installed TSWoW, it is time to learn how to use it.

Table of Contents

  • Modding Introduction
    • The types of scripts and mods you can create with TSWoW
  • Datascripts
    • The script type for creating static data in the game
    • Queries
      • Efficiently finding and comparing information using datascripts.
    • References
      • Entity references and Spell creation
  • Livescripts
    • The script type for dynamic server behavior
    • Objects
      • Livescript entity types and safety
    • Tags
      • Communicating from Datascripts to Livescripts