void changedeity(int diety_id);
Which is it Diety or Deity?
Is it possible to do something like
sub EVENT_SAY
{
if(($text=~/hail/i) && ($deity_id==1))
{
quest::say("Hello fellow Norrathian.");
}
}
I just want to be able to do some quests based on the characters deity.
I think that the deity implementation on live is so sparse. There are a couple of tradeskills and very few deity oriented quests. It is sad to see this go to waste.
|