RPGWO Guide

Complete documentation for RPGWO commands and features

Part 14: RPGWO Edit Tutorial

RpgwoEdit is a powerful tool for creating maps and quests.

Understanding Triggers

A good use of triggers can make a quest more exciting and challenging. In the editor, you will notice a textbox where you can enter the trigger number.

Testing Triggers:
  1. Place a Quick Invisible Trigger Trap item on the map editor. Give it a unique trigger number.
  2. Place an EW Wall nearby. Give it the same trigger number as the trap.
  3. Data1 for the EW Wall is the item it will transform to once someone walks on the trap.
  4. Give each item a reset value of 5-10 so they don't stay transformed forever.
Data Field Reference
Item TypeData Fields
WarpsData1 = xpos, Data2 = ypos
Bonuses (+)Data1 = skillid, Data2 = bonus amount
TrapsData1 = effect amount
LocksData1-4 = keycode1 through keycode4
Import Function

The import function loads maps made in TownEdit (the previous map editor made by UF). It supports:

  • .cbt - Compact Binary Town
  • .btm - Binary Town Map
Dumping Script
  1. Open the map editor
  2. Go to File → Dump Script
  3. This creates a file called mapname.rsf
  4. Copy the .rsf file to your client directory
  5. In RPGWO (as @@ or higher), type /open mapname
  6. This will load your map where you are standing!

The .rsf file contains commands like /SURFACEIXY and /ITEMXY. You can also add your own commands - RSF files work like batch files for DOS.

About RPGWO

RPG World Online is a free multiplayer online RPG featuring real trade skills, player-created worlds, and an active community since 2000.

Official Site