View Single Post
  #9  
Old 04-12-2014, 10:31 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

One thing of note to add to what Akkadius said. global_player.pl works in any zone. THis means the logic fires everytime you complete a task in any zone.

If your task is impossible to complete in more than one zone, then you should put the code in the player.pl for that zone.

Yes for a single task or even a hundred it will really not make a big difference. But for a hundred tasks on a server where 10 or 20 people are completing tasks at the same time, it can start to have an impact on performance.
Reply With Quote