View Single Post
  #1  
Old 05-08-2007, 06:06 AM
mamba666
Sarnak
 
Join Date: Apr 2003
Posts: 41
Default

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.
Reply With Quote