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

    Lua new spell message per level

    Great idea!
  2. aalqaq2

    Lua Monster arena editing

    I want to add a few changes to this Monster Arena script. I can't remember who its by or I'd give them proper credit. I've made a few changes to it. I would like to add an entry fee, allow 4 summons per person to fight at the same time, and prevent multi-clients in this arena. Any help would be...
  3. aalqaq2

    Lua Lua scripting errors/tutorial

    Turns out I had to use a SPECIFIC tile, not just any tile. Thanks!
  4. aalqaq2

    Lua Lua scripting errors/tutorial

    @Static_ I've already tried that. Didn't work. Same error
  5. aalqaq2

    Lua Lua scripting errors/tutorial

    STEP: newfruit 3 Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/actions/scripts/slot.lua:255: attempt to index local 'newfruit' (a nil value) stack traceback: [C]: in function '__index' data/actions/scripts/slot.lua:255: in function...
  6. aalqaq2

    Need some mapping advice here

    4474-Mountain 4471-Mountain 8637-Crystals 8014-Plants
  7. aalqaq2

    Need some mapping advice here

    Hows this?
  8. aalqaq2

    Lua Lua scripting errors/tutorial

    I've got an error in CBRM's Casino script. I'm attempting to make it work on 1.3. I've edited a bit already but if anyone has a better way to make it work I'd appreciate it. Everything is working except I can't make the fruits appear on the tiles. I get the animations, item is removed, and...
  9. aalqaq2

    Action .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2]

    I'm having trouble getting it work on TFS 1.3. The fruits don't appear. The console error says [code = lua] local fruit = doCreateItemEx(choose(FRUITS)) --HERE for tile = 101, 103 do doFruit(SETUP.POS[item.uid], tile, (tile-100)*SETUP.LIMIT) -- HERE end [/code] Any ideas?
  10. aalqaq2

    Old elf fortress - tfs1.3/10.98

    That works too. Lol
  11. aalqaq2

    Old elf fortress - tfs1.3/10.98

    If I were you I'd pull the map from an older map pack and convert it, or manually go in and change it. That wouldn't take too long.
  12. aalqaq2

    Lua StopEvent issue

    I'm attempting to create a hunting room script. Everything is working fine, except for when a player decides to leave the arena early. If a player leaves the arena before time expires, the script will continue running. When time expires, no matter where the player is, they will get teleported to...
  13. aalqaq2

    TFS 1.2 summon spell bugged

    I have the same issue. I'd like to know how to fix it.
  14. aalqaq2

    Looking for TFS 1.3 / OTX 3 developer

    EDIT: SOLVED.
  15. aalqaq2

    NPC Visual Gambler NPC [TFS 1.x]

    Anyone having trouble with the max bet above 500,000? If you bet 1,000,000, max payout is 1,000,100 :/
  16. aalqaq2

    NPC Trade Issue

    Can anyone help me troubleshoot this issue? When you click on "buy" from NPC, nothing happens. No gold is deducted and no items are received. I can upload the source code as needed, but I'd like to know someone is reading this first.
  17. aalqaq2

    Converting from TFS 1.2 to TFS 1.3 (NPC's/Others)

    What are the script differences between NPCs of TFS 1.2 and TFS 1.3? With certain scripts my NPCs appear, and other scripts the NPC's don't show up at all. When the NPC's do show up on the map, they don't talk. They look at you, you can open the trade window, but you can't buy anything... It's a...
  18. aalqaq2

    Full NPC List TFS 1.3 || OTX3 [HELP]

    I've been looking for a Full NPC List for TFS 1.3 or OTX3. I basically need to replace my NPC file because it's outdated. Or if someone can help me fix the "Voice Module" function to work with 1.3 that would help. Thanks!
  19. aalqaq2

    More Script Issues [PLEASE HELP!]

    @OT World is expert coder bro. Pay respect. >.<
  20. aalqaq2

    More Script Issues [PLEASE HELP!]

    I'm aware of that. lol. I figured I'd give it a shot anyway. I'm used to 'safe' coding so I tend to add parenthesis as precautions rather than necessities.
Back
Top