View Single Post
  #10  
Old 11-17-2017, 12:10 PM
Brilhasti
Fire Beetle
 
Join Date: Nov 2017
Posts: 12
Default

Quote:
Originally Posted by Yard Dogg View Post
OK, if that dest_zone says none, your actual zoning is probably being handled
by a player.pl (or lua) script in the poknowledge quest folder. There was a few
of those PoK stones, etc., in the default one I had.
Got it. Odd though as I use RoF2. The code in player.pl is:

Code:
$zonename = "Freeport West";
		#if(($client->GetClientVersionBit() & 3)!= 0) #062/Titanium
		#{
		#  	quest::movepc(9,77.31,-660.57,-30.24);
		#}
		#elsif(($client->GetClientVersionBit() & 4294967264)!= 0) #RoF+
		#{
		# 	quest::movepc(383,-173,-188,-69,192);
9,77.31,-660.57,-30.24 is Old Freeport
383,-173,-188,-69,192 is Revamped

Does the game think I'm using Titanium somehow?
Reply With Quote