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

Still having trouble with these 3. Nothing I seem to be doing is working. Though I have made a pretty ugly work-around for #3 using just the web address in the window,still trying to find a way to make it a hyperlink or something if possible. And #2 still wont give reward for turn in,#1 still stuck on first window lol.


Code for Pop-up with web address if anyone wants to use or modify

Code:
sub EVENT_SAY {
    if ($text=~/hail/i) {
		  plugin::DiaWind("Server files available http://google.com");
        }
    }
}
__________________
Owner and Developer - Everquest: A New World
Reply With Quote