• 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

    Lua [0.3.6] Fishing Channel and Script

    I just need help with this script man, no hate pls xD
  2. Samaster

    Lua [0.3.6] Fishing Channel and Script

    Hi, I want my fishing script to Broadcast in my Fishing channel when a player catches a monster This is my fishing script: local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625}, rateSkill = 0.25...
  3. Samaster

    Auto Stack Items in Backpack [0.3.6]

    I'm just going to leave this, I don't understand much about compiling servers or why you need to compile in the first place; nor do I understand why I need a source? So yeah I can do without an autostacker script [can this be deleted please]
  4. Samaster

    Lua [TFS 0.3.6] Players can Fish in PZ even though (allowFromPz = false,)???

    Don't worry I've solved it now
  5. Samaster

    Who Is online

    oh, you're welcome man, I'm not sure how to do that though, sorry All the best with your server
  6. Samaster

    Lua [TFS 0.3.6] Players can Fish in PZ even though (allowFromPz = false,)???

    Hi, in fishing script I have local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625}, rateSkill = 0.25, allowFromPz = false, useWorms = false But players can still fish in Protection Zones...
  7. Samaster

    Auto Stack Items in Backpack [0.3.6]

    where do I add them scripts too? I don't have any .cpp files? Bump
  8. Samaster

    Monster Maker

    You don't need a program, you create monsters through scripts
  9. Samaster

    Who Is online

    Create a new lua file called online.lua in the talkactions scripts folder and add this to it: local ranks = { [1] = {"Tutor"}, [2] = {"Senior Tutor"}, [3] = {"GM"}, [4] = {"CM"}, [5] = {"GOD"} } function onSay(cid, words, param, channel) local players = getPlayersOnline() local strings =...
  10. Samaster

    Auto Stack Items in Backpack [0.3.6]

    Could someone give me a hand on producing this script please, I am not very good with scripting and don't know where to start. Thanks Bump?
  11. Samaster

    Server Error

    Did that occur when you changed something or come up from the start?
  12. Samaster

    How i make monster summon fast

    Example: <summons maxSummons="1"> <summon name="Death Blob" interval="4000" chance="15"/> </summons> lower the interval number to make the monster summon more quickly change the chance to 100 to make sure a monster is summoned on every interval
  13. Samaster

    Solved Can't atk with ranged weapon and use potion at the same time?

    So I add swing="false" to every distance weapon line like this? <distance id="7438" level="20" unproperly="1" swing="false" event="script" value="defined bow.lua"> <!-- Defined Bow --> <vocation id="3"/> <vocation id="7" showInDescription="0"/> <vocation id="11"...
  14. Samaster

    Solved Can't atk with ranged weapon and use potion at the same time?

    tibia 8.6, forgotten server 0.3.6, I think its TFS 1.0
  15. Samaster

    Solved Can't atk with ranged weapon and use potion at the same time?

    I don't know why I have this problem, it doesn't do it for any other vocation or weapons; but for all ranged weapons on my server I can't use a potion or fish at the same time as atk :( Can someone help please Thanks
  16. Samaster

    Solved Items in-game but not in RME?

    (SOLVED) I found them in Others inside RAW Pallete, thanks :)
  17. Samaster

    Solved Items in-game but not in RME?

    yeah stuff like zoaon set and shield of corruption are not there :/
  18. Samaster

    Solved Items in-game but not in RME?

    Hi, I'm making a quest that involves zoaon set and some of the newer items, but they aren't on RME; is there a way to get them on? Thanks, Sam
  19. Samaster

    Solved A PVP channel?

    With this line: doPlayerSendChannelMessage(cid, '', message, class, 10) What do I put in between ' ' ? Also, whenever I add them to login.lua, players don't die when they hit 0 health? EDITED: I've got it to work now, thank you all for your help :) (SOLVED)
Back
Top