Quote:
Originally Posted by Ven-elexver1
yea is in wrong place your right . but yea my guild is made and set as ID 1 rank is 0 and rank is set member 0 but its still not working i have looked all over forums i have found about 4 post but none have a fix. i know it works because a server on here has it running but not sure how they did it.
|
A stupid question I'm sure, but in this post you say your Guild ID is 1.
But in your code
Quote:
Originally Posted by Ven-elexver1
if ($text =~ /join/i) {quest::setguild(3,0);}
|
Your trying to assign ID of 3. Which is it?
Also, does the NPC execute this part of the code?
Quote:
Originally Posted by Ven-elexver1
if ($text =~/Hail/i){
quest::say ("Greetings, $name.The Followers of Light is a Light Race Only Guild You must pick a guild based on your race before you exit Tutorial Light Races are humman Barbarian Erudite High Elf Wood Elf Half Elf Dwarf Halfling Gnome froglok Vah Shir Are you ready to [join] ?"); }
|