View Single Post
  #15  
Old 11-01-2017, 10:54 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

..\quests\vexthal\player.lua
Code:
function event_enter_zone(e)
  if ( e.self:GetBindZoneID() == 158 ) then    
    e.self:Message(1, "Illegal Bind!")
    e.self:MovePC(69,840,70,0,0)
  end
end
First int in the parameters is '69' - the zone id number for 'Ocean of Tears.'


EDIT: This is in installation data - the one place I hadn't looked yet... (There are two other zones like this: templeveeshan[124] and txevu[297])
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote