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

Search results

  1. Samaster

    pvp enforced

    Have you changed the thresholds in your config.lua ?
  2. Samaster

    WONT LET ME POST IN ADVERTISING?!

    I am trying to post my server in the advertising forum but when I press 'Create new thread' it doesn't do anything, no error message, nothing?? I am barred from posting or something?
  3. Samaster

    Lua [0.3.6] Player Broadcast Script

    Yeah that changes the text to white xD TY But do you know how send it through the default tab and not server log?
  4. Samaster

    Lua [0.3.6] Player Broadcast Script

    How can I change my player broadcasting script so it is broadcasted in the default chat and the message appears white? Here is my script: --- Config --- local levelReq = 500 -- Level needed to use the command. local minChars = 3 -- How many characters may you write as minumum? local basePrice...
  5. Samaster

    [0.3.6] 1 hour double skill rate scrolls?

    Hi, does anyone have a script they don't mind sharing that gives a player temporary double skill rate for an hour? Thanks
  6. Samaster

    Outfit Lever [0.3.6]

    Thanks man, it works! :D
  7. Samaster

    Outfit Lever [0.3.6]

    function onUse(cid, item, fromPosition, itemEx, toPosition) local v = getPlayerSex(cid) == 0 and 159 if canPlayerWearOutfit(cid, v, 3) then return doPlayerSendCancel(cid, "You have already have the elf outfit!") end doPlayerAddOutfit(cid, v, 3)...
  8. Samaster

    Outfit Lever [0.3.6]

    bump?
  9. Samaster

    Outfit Lever [0.3.6]

    Hi, As one of the rewards of a quest, there is a lever that players can use and it will reward them with the elf outfit [The one that you can change the colours]. The same way as any other outfit, it will be permanently available and you can change to it in your outfit selector window However...
  10. Samaster

    [0.3.6] The Forgotten Server x2 exp and skill scrolls?

    I've found the exp scroll, but there's nothing for double skill rate scrolls. I want a scroll that doubles the skill rate of all skills, including magic level for 2 hours and doesn't reset on death or logout
  11. Samaster

    [0.3.6] The Forgotten Server x2 exp and skill scrolls?

    Hi, I was wandering if anyone has double exp scroll and double skill scroll scripts they wouldn't mind sharing? Thanks
  12. Samaster

    Lua [0.3.6] Fishing Channel and Script

    I want it to do a Channel Broadcast so everyone can see it.. Example: 11:11 "Player Name" "[Player Level]" has caught a "Monster Name" At the moment, the only person that can see the message is the player who caught it. Also, it doesn't always work, I realised it was working before, but now...
  13. Samaster

    Lua [0.3.6] Fishing Channel and Script

    I'm not getting any error reports.. Channels.xml: <?xml version="1.0" encoding="UTF-8"?> <channels> <!-- README: 0 - dynamic, reserved for guilds 1 - always acts as Party channel, only "name" tag available 3 - always acts as Rule Violations channel 9 - acts as...
  14. Samaster

    Lua [0.3.6] Fishing Channel and Script

    Bump?
  15. Samaster

    Lua [0.3.6] Fishing Channel and Script

    Okay now the fishing script works and I catch monsters, but still no message in the Fishing Channel? :/ This is my script now: local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625}, rateSkill = 0.2...
  16. Samaster

    Lua [0.3.6] Fishing Channel and Script

    The script works fine on the basis it has no errors on server load or on use; however when I am suppose to catch something, I get this error instead: [26/02/2015 07:31:52] [Error - Action Interface] [26/02/2015 07:31:52] data/actions/scripts/tools/upgfishing.lua:onUse [26/02/2015 07:31:52]...
  17. Samaster

    Lua [0.3.6] Fishing Channel and Script

    I don't catch any monsters now :/
  18. Samaster

    Lua [0.3.6] Fishing Channel and Script

    Well my bad then ._. Can someone help me with the problem please?
Back
Top