Okay, should be in the quest section.
You'll need to make sure your guild table has the guild in it you're trying to join. Also, need to make sure guild_ranks set for the guild.
So, for example, you could use
quest::setguild(1,2);
The 1 corresponds to the guildid and 2 refers to rank for that guild.
|