• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Noval

  1. Noval

    CreatureEvent Double Experience for Epic Vocations

    very nice :) could you made a effect when i promoted to Epic Elite knight say in effect Epic/ Epic ?
  2. Noval

    TalkAction Remove Premium Points using talkaction

    Here you are go in your lib folder and add in your function.lua this code: function doRemovePremiumPoints(cid, days) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` - " .. days .. " WHERE `id` = " .. getPlayerAccountId(cid) .. ";") end then go into...
Back
Top