Guild Invite Bot
Here is a simple script I came up with to allow an NPC to invite players into a guild when they hail and talk to him. Good for small servers with one guild that holds all the players.
Code:
############# |
This script could easily be modified to support multiple guilds on the server.
instead of using this line for a one guild setup: Code:
elsif ($text=~/Interested/i) Code:
the quest::setguild(x,y); command uses the "x" value as the guild ID on the server, which you can find with the GM command #guilds list. The "y" value is the guild status so 0 is member, 1 is officer. You probably want to keep the "y" value as 0 since the bot is auto-inviting members. |
All times are GMT -4. The time now is 02:35 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.