User:Korgat: Difference between revisions

Jump to navigation Jump to search
(Angleiron's Cellar)
(Ferg Drogher)
Line 328: Line 328:
     AND rarity != "common" AND legacy IS NULL;
     AND rarity != "common" AND legacy IS NULL;
   fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington General]]")=Location,
   fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington General]]")=Location,
    CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item,
    special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg
   
|tables=equipment; where = where_to_find like "%Ferg Drogher%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Ferg Drogher]]")=Location,
    CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item,
    special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC
|tables=weapons; where = where_to_find like "%Ferg Drogher%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Ferg Drogher]]")=Location,
     CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item,
     CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item,
     special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg
     special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg
Line 345: Line 356:
               where_to_find like "%Rivington%" AND  
               where_to_find like "%Rivington%" AND  
               where_to_find NOT REGEXP "Rivington General" AND  
               where_to_find NOT REGEXP "Rivington General" AND  
              where_to_find NOT REGEXP "Ferg Drogher" AND
               where_to_find NOT REGEXP "Angleiron's Cellar")
               where_to_find NOT REGEXP "Angleiron's Cellar")
     AND rarity != "common" AND legacy IS NULL;  
     AND rarity != "common" AND legacy IS NULL;  
Line 353: Line 365:
               where_to_find like "%Rivington%" AND  
               where_to_find like "%Rivington%" AND  
               where_to_find NOT REGEXP "Rivington General" AND  
               where_to_find NOT REGEXP "Rivington General" AND  
              where_to_find NOT REGEXP "Ferg Drogher" AND
               where_to_find NOT REGEXP "Angleiron's Cellar")
               where_to_find NOT REGEXP "Angleiron's Cellar")
     AND rarity != "common" AND legacy IS NULL;
     AND rarity != "common" AND legacy IS NULL;