Thread: Using Or
View Single Post
  #2  
Old 03-11-2009, 10:25 AM
Aldest
Sarnak
 
Join Date: Feb 2009
Location: Georgia
Posts: 69
Default Well

Alright, so that didn't quite work! Any thoughts on this?

Code:
sub EVENT_ITEM 
	{
 		 if($item1 == 4861 || 4862 || 4863 || 4864 || 4865 || 4866 || 4867 || 4911 || 4912 || 4913 || 4914 || 4915 || 4916 || 4917 || 4881 || 4882 || 4883 || 4884 || 4885 || 4886 || 4887 || 4851 || 4852 || 4843 || 4854 || 4855 || 4856 || 4857 || 4841 || 4842 || 4843 || 4844 || 4845 || 4846 || 4847)
    	 {
    quest::emote("takes the armor and offers you a figurine.");
    quest::say("Excellent! As promised, here is your figurine.");
    quest::summonitem("2493"); #Heavy Knight
    quest::exp(5000);
    quest::faction(485,5); # Elysian Wanderers
     	}
     }
Reply With Quote