View Single Post
  #1  
Old 01-21-2011, 08:32 PM
TrinityGuy
Fire Beetle
 
Join Date: Oct 2010
Location: Ohio
Posts: 13
Default Applying Quest Changes?

Is there a way to apply changes to quests without having to reboot the server? I just got a server started earlier this week and have had to reboot the server every time I try to troubleshoot a quest.

Also a question about conditionals. What is wrong with this:

if(($class = 1)||($class = 2)||($class = 3)
{
code to run if class is 1 OR class is 2 OR class is 3.
}

Thanks.
Reply With Quote