• 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 Pr0x

  1. P

    not working in script, please help to fix it

    Check my script and tell me if you find any errors and if the script works.
  2. P

    not working in script, please help to fix it

    local potions = { [6541] = {needLevel = 10, rate = 3.0, duration = 1800}, [6542] = {needLevel = 20, rate = 5.0, duration = 1800}, [6543] = {needLevel = 30, rate = 7.0, duration = 1800}, [6544] = {needLevel = 40, rate = 9.0, duration = 1800}, [6545] = {needLevel = 50, rate =...
  3. P

    not working in script, please help to fix it

    local potions = { [6541] = {needLevel = 10, rate = 3.0, duration = 1800}, [6542] = {needLevel = 20, rate = 5.0, duration = 1800}, [6543] = {needLevel = 30, rate = 7.0, duration = 1800}, [6544] = {needLevel = 40, rate = 9.0, duration = 1800}, [6545] = {needLevel = 50, rate =...
  4. P

    npcHandler:say talk delay how to change it?

    Hello Look in npcsystem/npchandler.lua or wherever your NPC system is implemented, and find something like this function: function NpcHandler:say(messages, cid) local delay = 0 for i = 1, #messages do local message = messages addEvent(self.doSay, delay * 1000, self...
Back
Top