PDA

View Full Version : PEQ Database editor


Pirate123
02-13-2010, 12:31 PM
has anyone had any luck with the Zone points editor? no matter what i do it seems to put me in a never ending zone loop when i try to change the zone points to other zones. im trying to make it so either they cant zone out of the zone via zone lines, or if they try to they get put back at the zone in spot in that zone, but like i said when i test it out it just keeps me in a zone loop.

jkennedy
02-13-2010, 01:17 PM
sub EVENT_ENTERZONE
{
if ($qglobals{Ascent} == 0)
{
quest::movepc(151,316,40,35,168);
$client->Message(15, "Denied!");
}
} im not sure if ur trying to make it so peopel cant zone in to the zone or out but u could put this just change the if from qglobals to a level higher than attainable on ur server or however u want if it boot them asap they enter zone
just save it as a player.pl;

Pirate123
02-14-2010, 07:57 PM
thanks, but im trying to take out the zone lines in the starting zone, either that or make them port you to another zone, but so far it just puts me in a never ending zone loop. =/ lol