View Single Post
  #5  
Old 10-17-2002, 06:31 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

Code:
if (admin < 100 && ((itemid >= 32768) ||
(itemid >= 19900 && itemid <= 19943) ||
(itemid >= 27181 && itemid <= 27194) || 
(itemid >= 31910 && itemid <= 31957) ||
(itemid >= 31814 && itemid <= 31815) || 
(itemid >= 19917 && itemid <= 19928) || 
(itemid >= 11500 && itemid <= 11535) || 
(itemid == 32759 && admin < 200) || 
(itemid >= 32740 && itemid <= 32760))) {
Thats what the if statement looks like in the code, so that would be: 19900-19943, 27181-27194, 31910-31957, 31814-31815, 19917-19928, 11500-11535, 32740-32760, 32768+.

All of those items require a admin status of 100 to be summoned, except for 32759 which requires a admin status of 200.
Reply With Quote