viewing paste Unknown #19709 | Lua

Posted on the
1 2 3 4 5 6 7 8
function onMobDeath(mob, killer)
    if (player:hasKeyItem("INDIGO_STRATUM_ABYSSITE_III")) then -- Baneberry Kill
        if  (player:getMaskBit(player:getVar("INDIGO_STRATUM_ABYSSITE_III"), 1) == false) then
            player:setMaskBit(player:getVar("INDIGO_STRATUM_ABYSSITE_III"),"INDIGO_STRATUM_ABYSSITE_III",1,true);
        end
    end
    killer:addCurrency("bayld", 75);
end;
Viewed 629 times, submitted by Guest.