CoP Mission Promyvions
Posted: Wed Aug 21, 2013 7:09 pm
Unable to get the BCNM fights started for promyvion-holla and promyvion-mea. Dem works fine. Anyone know how to fix this?
Code: Select all
elseif(Zone == 17) then --Spire of Holla
if(player:getCurrentMission(COP) == THE_MOTHERCRYSTALS and player:hasKeyItem(LIGHT_OF_HOLLA) == false) then -- light of holla
mask = GetBattleBitmask(768,Zone,1);
player:setVar("trade_bcnmid",768);
end
elseif(Zone == 19) then --Spire of Dem
if(player:getCurrentMission(COP) == THE_MOTHERCRYSTALS and player:hasKeyItem(LIGHT_OF_DEM) == false) then -- light of dem
mask = GetBattleBitmask(800,Zone,1);
player:setVar("trade_bcnmid",800);
end
elseif(Zone == 21) then --Spire of Mea
if(player:getCurrentMission(COP) == THE_MOTHERCRYSTALS and player:hasKeyItem(LIGHT_OF_MEA) == false) then -- light of mea
mask = GetBattleBitmask(832,Zone,1);
player:setVar("trade_bcnmid",832);
end
elseif(Zone =