View Single Post
  #3  
Old 06-12-2013, 10:40 AM
Robregen
Developer
 
Join Date: May 2011
Posts: 109
Default

that script would be in your quest folder. It would be in poknowledge folder and the name of the script would be player.pl.

It would be under the sub EVENT_CLICKDOOR. you can just delete where it says "if($doorid == 19)" on Liine 34 through Line 118. That will remove the pop up windows. or you just can remove where it says

Quote:
else #SoF/SoD/UF
{
quest::popup("$zonename","Send you to the Classic $zonename? $popuptext",6,1);
quest::settimer(6,5);
}
Reply With Quote