This would go at line 406 in fieldsofvalor.lua
Code: Select all
local page_credit = 1;
if (killer:getMainLvl() > 12 and killer:getMainLvl() >= mob:getMainLvl()) then
page_credit = 0
end
if ((partyType < 2 and mob:checkBaseExp() and killer:checkDistance(mob) < 100 and page_credit = 1) or killer:checkFovDistancePenalty() == 0) then
Edit: Cleaned it up a bit.
Edit2: The server didn't like that code at all, so I simplified it even more.