View Single Post
  #16  
Old 11-01-2017, 10:55 PM
Movement
Sarnak
 
Join Date: Sep 2011
Posts: 77
Default

Quote:
Originally Posted by Uleat View Post
..\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.'
I'll be damned. Let me try it. One sec

So this is basically saying if playerbind = VexThal zone ( 158 ) THEN movePC to OOT zone (69)....

How do I disable this? Delete the .lua or comment it out?
Reply With Quote