Thread: Wizard Portals
View Single Post
  #9  
Old 06-10-2016, 11:57 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

There are actually 3 types of 'teleport' spells: https://github.com/EQEmu/Server/blob...mmand.cpp#L224


Teleports and Succors with out-of-zone detinations are invoked by using ^depart. (^Circle and ^Teleport invoke class-specific spells.)

Escapes and Succors with in-zone destinations are invoked by using ^escape.

Bound-type Translocates and Gates are handled by ^sendhome.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote