• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. S

    RevScripts Task system canary

    Hi, everyone i have task system but it doesn't count in party kills only last hit. local taskCreature = CreatureEvent("TaskCreature") function taskCreature.onKill(player, target) if target:isPlayer() or target:getMaster() then return true end local targetName =...
Back
Top