View Single Post
  #5  
Old 08-22-2012, 12:36 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

always start with the simple things first. are you 1000000000% certain the logic is the same and present in every zone's folder? what about bothunder, for example? i know that zone already had an existing player.pl file due to the fact it is required for access to the towers. are you just as certain that you have a zone folder for every zone players can access? i don't know off the top of my head if every zone has one.

also, it's best to cut down on possibility for error where possible. you don't need a player.pl file in templates if you have one in every zone's folder, as the one in the zone's folder takes precedence. you don't need the empty else{} blocks in the scripts either.
Reply With Quote