Skip to content
DummkopfOfHachtenduden edited this page Jul 6, 2022 · 3 revisions

REQUEST

0x705A - CLIENT_AGENT_TELEPORT_USE_REQUEST

4   uint    NPC.UniqueID
1   byte    teleportType    //1 = Teleport to return point 2 = Teleport to [%s], 3 = RUNTIME_PORTAL, 5 = Guide
if(teleportType == TeleportTarget)
{
    4   uint    RefTeleportID
}
else if(teleportType == RUNTIME_PORTAL)
{
	1	byte	unkByte0    //0  = last place?	
}
else if(teleportType == Guide)
{
    1   byte    guideTeleportType   //2 = Last recall point, 3 = Place where you died.
}
Clone this wiki locally