View Single Post
  #3  
Old 08-15-2011, 08:32 AM
Criimson
Hill Giant
 
Join Date: Sep 2006
Posts: 172
Default

Well it seemed to match closer to this flag which is what caused my confusion

Code:
sub EVENT_SAY {
if($text=~/hail/i && $pop_pod_alder_fuirstel == 1 && $pop_pod_grimmus_planar_projection == 1 && $pop_pod_elder_fuirstel == undef) {
$client->Message(4,"Elder Fuirstel slowly turns towards you. You can feel the heat radiating from his face. The warding that envelopes your body reaches out and begins to surround him. You immediately see improvement in his condition. The pus filled sores covering his face and his burning fever start to vanish.");
quest::say("Thank you friend. I no longer feel the touch of death on my soul. However I do feel the grasp on Bertoxxulous, his plague is still upon me but not spreading throughout my body. I fear the only way to remove this pox would be to weaken Bertoxxulous enough that his curse would be lifted. I now renounce my faith in Bertoxxulous, please fell this god so that I may continue and learn from my mistakes.");
quest::setglobal("pop_pod_elder_fuirstel", 1, 5, "F");
$client->Message(6,"You receive a character flag!");
}
Reply With Quote