Quest help plz!
ok guys im starting to pull my hair out!!!! i am reading the forums and wikki over and over fr hours now!!
i just cant find what im doing wrong
i havewrighted a few quest so far and they all worked fine but now its just real horror!
here is the quest that i cant get to work ..
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("hahaha $name. Do you realy think that you got what it Takes to (join the guild) of Darkness ? ");
}
if ($text=~/join the guild/i) {
quest::setguild(1,0);
quest::summonitem(63096);
quest::exp(1500);
quest::say(" hmm $name. Might you Do have some balls .. We Wil see on The Battelfield how evil you can be! Now Leave and Fight! ");
}
}
the hailing works! i also get the Exp and i get the item in return..
he only not invites me to the guild ?
thanks for the help and interest!!!!
__________________
Mat
Last edited by Arag; 03-01-2007 at 08:30 AM..
|