LOL, good idea.
I decided to make is simple and just do it as a hail response and [text] responses.
Wouldn't you know that as soon as I finished it the old script started working again? There must be some delay on the server.
Going to restart it now and check it after a while to make sure this new script works.
Code:
sub EVENT_SAY {
if ($text=~/hail/i){
quest::say("Server Greeter whispers to you, 'Hi there $name. What would you like to know? You can say [bots],[macros],[merc],[adventure],or [other]");
}
if ($text=~/bots/i){
quest::say("You can have a full set of bots here. Type '#bot help' for more information or '#bot help create' to get started making one.");
}
if ($text=~macros/i){
quest::say("You are allowed to use Macroquest2 (MQ2) here as long as you do not interfere with other players. Be reasonable. Box all you want to.");
}
if ($text=~/merc/i){
quest::say("You get free [veteran] AA's at level one. One of the is the Steadfast Servant. It only lasts 30 minutes, but by the time it expires you can reuse the AA again. He will follow you around and cast beneficial spells and heals on you.:);
if ($text=~/veteran/i){
quest::say("AA's or Alternate Advancement - click the EQ Icon, then click Player, then Alternate Advancement, then the Special Tab, Train and hot key the available AA's and drag them to an action bar to use. You can also just hit the V key to brin up AA's by default.");
}
if ($text=~/adventure/i){
quest::say("All LDoN adventures are up and running. You can start and adventure with a group of only 2 or one person and a bot, or more up to a full group if you like. You could even do a raid with bots);
}
if ($text=~/other/i){
quest::say("For more information - You can say [death],[level],[guild],or [epic]");
}
if ($text=~/death/i){
quest::say("When you die here your items stay with you, no corpse runs needed, just like live!");
}
if ($text=~/level/i){
quest::say("The server is up to the GoD expansion, with max character level of 65");
}
if ($text=~/guild/i){
quest::say("The Guild Hall is open and the guild bank is working. If you want to create a guild, whisper your request to a GM or ask to join his guild");
}
if ($text=~/epic/i){
quest::say("I have useful items for sale, just right click me to purchase. I have your class epic 1.0 weapon for sale - free is a good price!");
}
Thanks for the help guys, I am new to this scripting but learning fast!
Sincerely,
Daniel Walker,
Adventure Unlimited Server Admin & GM