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

    Lua Gambling Problems

    K got my error about DoCreatureSetNoMove. What is the alternative to this function for 1.0?
  2. Powtreeman

    Team Need testers for Wonder Land!

    Mappers may also apply because I do need one.
  3. Powtreeman

    Lua Gambling Problems

    and also can someone tell me if i set this up right? --[[ Advanced Slot Machine by Cybermaster (cbrm) ]]-- if not isNumeric then isNumeric = function(str) return tonumber(str) ~= nil end end if not Position then Position = function(x, y, z, stackpos) local position = {x = x, y...
  4. Powtreeman

    Lua Gambling Problems

    I am trying the script from http://otland.net/threads/casino-slot-machine.114783/ I am using 1.0 And I have my place set up but the levers used in it wont even move. So I figured it might just be a problem with this specific lever. The same lever without an action id or a unique id wont move...
  5. Powtreeman

    Lua Weird notrash error

    I tried it and it just crashed my server when I threw something in a portal.
  6. Powtreeman

    Lua Weird notrash error

  7. Powtreeman

    Lua Weird notrash error

    You posted the same thing I posted
  8. Powtreeman

    Lua Weird notrash error

    Found out what triggers it! When I throw an item into a portal. What do I do?
  9. Powtreeman

    Lua Weird notrash error

    function onAddItem(moveitem, tileitem, position) if (tileitem.actionid > 0 or tileitem.uniqueid > 0) then doRemoveItem(moveitem.uid) doSendMagicEffect(position, CONST_ME_POFF) end return true end
  10. Powtreeman

    Lua Weird notrash error

    I get this error in 1.0 I have these in movements <movevent event="AddItem" tileitem="1" itemid="1387" script="others/notrash.lua"/> <movevent event="AddItem" tileitem="1" itemid="5023" script="others/notrash.lua"/> <movevent event="AddItem" tileitem="1" itemid="5024"...
  11. Powtreeman

    Lua Furious Frock

    you rock ninja! now ill try to figure out how the upgrading will work
  12. Powtreeman

    Lua Furious Frock

    Where can I find a free otb file reader?
  13. Powtreeman

    Lua Furious Frock

    Tyvm. Do you also have all the umbral weapons and items from the new tibia update?
  14. Powtreeman

    Lua Furious Frock

    thanks! :)
  15. Powtreeman

    Lua Furious Frock

    Well it works but it looks like a vortex wand instead of the robe.
  16. Powtreeman

    Items and Weapons from 10.31

    nvm Thanks ninja
  17. Powtreeman

    Annihilator for TFS 1.0

    Change the coords and this will work
  18. Powtreeman

    Lua Furious Frock

    How can I get this item in the pack? A player of mine was requesting it and I realized i didn't have it and it wasn't in any of the distros
  19. Powtreeman

    Solved Energy Ring wont shield

    Alright ill look at it to see what the differences are. Is there a way I can change this thread to solved myself?
  20. Powtreeman

    Solved Energy Ring wont shield

    wait do you mean use the NEW global,compat? from the one i compiled before i replaced everything? this post is from a couple days ago by the way.
Back
Top