• 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. F

    Lua (8.6) Guild Manager / Talkactions (0.3.6 crying damson)

    So, I've been trying to get this installed, but it un-ironically won't run. It's telling me I can't have spaces in my pathing, which funnily enough is IN my administrator name for my PC. Much less like half the folders. Bleh. There isn't a tutorial you could link me to, is there? Cheers
  2. F

    Lua (8.6) Guild Manager / Talkactions (0.3.6 crying damson)

    Thanks for the quick reply, I'm VERY out of the loop with where OTs have evolved over the last 5 years. What exactly is UniformServ? 🤔 Does it work with SQLITE? Looking into it now.
  3. F

    Lua (8.6) Guild Manager / Talkactions (0.3.6 crying damson)

    Hey everyone, long time lurker that's been asleep a long time. I've been working on a full custom 8.6 that was used as a visual enhancement for a D&D group that has since dissolved, and have decided to open it publicly in the near future just for something hopefully different and fun for...
  4. F

    Making a slot undropable / make an item untradeable.

    Interesting. So deny trade (the one you provided) is simply an on-login via creature scripts? And is it an onthink event or would it be something else? Thanks!
  5. F

    Making a slot undropable / make an item untradeable.

    Bumping, input? I'm willing to try it and see if I can't fix up the sources
  6. F

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Hey everyone, small problem with this distro. Is there something wrong with npchandler / modules? I can't sell single items to the blacksmith npc i've made (selling armor is broken in modules / npchandler im thinking based on the error), however selling mining materials to a miner I made...
  7. F

    Solved Can not sell stacked items

    Thank you for also including the files, I also had the same problem. :) Repped
  8. F

    Making a slot undropable / make an item untradeable.

    Hey everyone, Been trying to come up with a way to make certain items undropable, mainly from a bag which will be in your arrow slot. I'm trying to find a way to make either one of these happen, where you can't drop the arrow slot, in which case I know of a few way to make the items inside...
  9. F

    MoveEvent Revised Square Trainer - Removes Soul & Teleports Player to Temple When Soul = 0

    Just tested this out on TFS and it works like a freaking charm. (crying damson). This is exactly what I was looking for and works seamlessly beyond my imagination. You sir get a rep from me and all of my praise.
  10. F

    Need help with physical damage.

    Hey buddy I'm currently on a project using the same distro. I found a solution, if you've added "hitchance" to any item, remove it, or add the attribute key "hitchance (an example of which can be seen on the Elven Bow / Golden Bow) and set the hitchance to a percent you would like to see (for...
  11. F

    Boss Script

    Bumping for interest, he's gotten an error and is requesting a solution, if I read his update right?
  12. F

    [8.60] The Lost Server 0.3.6

    reeeeehooooooooooooooost
  13. F

    Problem setting up AAC

    Bumping, could really use some help with this issue. :s - - - Updated - - - Bump bump bump. I've been searching the forums for over a day now. - - - Updated - - - Bumping. Srsly.
  14. F

    Problem setting up AAC

    Hi all, Been working on a new OT project with some friends, and have run into a wall with AAC (nicaw specifically). Everything is running smoothly, however when I go to register for a new account, the submit button doesn't respond. I also don't get any error messages, so I'm really confused...
  15. F

    Spell Boomerang Step

    Pretty sure I'm just using an older version of TFS, but when I tried to compile and use this code I'm getting two different errors. "Attempt to index a boolean value Stack traceback: [C]: in function 'doTeleportThing' data/spells/scripts/custom/boomerangstep.lua:16: in function...
  16. F

    [HELP] Quest npc, whats wrong with this script? Rep+ for help. (script inside)

    Greetings once more, OtLand. I've got another issue. Im currently creating an NPC that will allow you to enter a mine (hunting area) for completing a simple quest for him. Below is the NPC I have, If someone could show me what I'm doing wrong, or make a new one that works, that would be...
  17. F

    CreatureEvent Skill UP message!

    works fine on TFS0.31 + 0.32. Just read the thread and figure it out. I did. edit: actually, here. Login.lua (in creature scripts) function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then for i = PLAYERLOSS_EXPERIENCE, PLAYERLOSS_ITEMS do...
  18. F

    [request] Make an item transform back into another after X amount of time

    Thanks for the help everyone, but I've figured it out myself. I made a script (even through a grueling 3 days of doing so >.>... Trial and error.) that sets it back to its original ID. However, this would not have been done without the help of all your knowledge. Without showing me scripts that...
  19. F

    [request] Make an item transform back into another after X amount of time

    This is what comes up in the server log. [11/03/2009 18:51:57] Lua Script Error: [Action Interface] [11/03/2009 18:51:57] in a timer event called from: [11/03/2009 18:51:57] data/actions/scripts/mining/light_stove.lua:onUse [11/03/2009 18:51:57] luaDoTransformItem(). Item not found...
Back
Top