Thread: Couple Bugs
View Single Post
  #14  
Old 12-28-2014, 04:18 PM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

Got first problem taken care of,ty for the help code


Code:
#Quest file for Mesa - Server Guide

sub EVENT_SAY{
    if($text=~/hail/i){               
        plugin::DiaWind("Hello {gold}$name~! Would you like some basic {lb}information~ [server information>");
    }
    if($text=~/information/i){
        plugin::DiaWind("Make sure to check your {lb}AA's~ as some classes get freebies aswell as custom aa's. Exp is fairly fast but group exp is double! 
        Make sure your server {r}files~ are up to date by speaking with {g}Mahk~. The Server {lb}website~ contains more information. Speak to {y}Deevan~ to proceed! [website>");
    }
    if($text=~/website/i){
        plugin::DiaWind("Our forums can be located at {g}eqanw.forumotion.com~");
    }
}
__________________
Owner and Developer - Everquest: A New World
Reply With Quote