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

Search results

  1. bybbzan

    Bag with items quest

    Sorry for double post, but i get this error when i replace that quests.lua script. Lua Script Error: [Test Interface] data/actions/scripts/quests/quests.lua data/actions/scripts/quests/quests.lua:2: attempt to index global 'Storage' (a nil value) stack traceback: [C]: in function...
  2. bybbzan

    Bag with items quest

    I guess i have to change in actions.xml cuz right now it looks like this: <action itemid="1740" script="quests/quests.lua" /> <action fromid="1747" toid="1749" script="quests/quests.lua" /> I have to add like actionid 2000 or something right?
  3. bybbzan

    Bag with items quest

    [Warning - Weapons::registerEvent] Duplicate registered item with id: 0 [Warning - Event::checkScript] Can not load script: scripts/quests/bograider.lua data/actions/scripts/quests/bograider.lua:7: '=' expected near 'to'
  4. bybbzan

    Bag with items quest

    I just had this one quests.lua local annihilatorReward = {1990, 2400, 2431, 2494} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.uid <= 1250 or item.uid >= 30000 then return false end local itemType = ItemType(item.uid) if...
  5. bybbzan

    [Archived] "[Quick Showoff] Post your latest maps"

    Thanks, ill work on that :)
  6. bybbzan

    Bag with items quest

    Thanks for your help guys, but how do i make it a bag with the items inside?
  7. bybbzan

    Bag with items quest

    Yes i can.
  8. bybbzan

    [Archived] "[Quick Showoff] Post your latest maps"

    Like, first waterfall i've ever made. Needs improvement tho :p
  9. bybbzan

    Bag with items quest

    Hello guys! I'm using TFS 1.2 and i need some help with "bag with items quest" For example, open chest, get a bag with 2 rings in it. Is it possible to make that using RME or does it have to be scripted? Thanks in advance.
  10. bybbzan

    evolution map

    Thats not a Evolutions map.
  11. bybbzan

    Compile error lockfree.h

    Oh..My..God. It acually worked. So what i had to to was change "=" to ">".. wow Anyway, thank you so much dude!
  12. bybbzan

    Compile error lockfree.h

    This is so freakin annoying. I just can't get it to compile properly. This error appears everytime.. I have looked in this post https://otland.net/threads/problems-compiling-ninjas-tfs-1-2-8-6.242739/ without success. Uninstalled all visual basics with "TotalUnistaller" Added the "needed"...
  13. bybbzan

    Compiling Problems compiling Ninja's "TFS 1.2 8.6".

    BUMP, same for me. Added the lines in lockfree.h but still getting the error.
  14. bybbzan

    items.otb error

    Hello guys! Having some problems when i try to open this map. What can i do about it? Im using RME 3.2
  15. bybbzan

    quest door

    Thank you very much.
  16. bybbzan

    quest door

    I forgot to say that im using a 7.6 server, so this script doesnt work properly. Lua Script Error: [Action Interface] data/actions/scripts/quests/door.lua:onUse data/actions/scripts/quests/door.lua:2: attempt to index local 'player' (a number value) stack traceback...
  17. bybbzan

    quest door

    Okay, thanks for your help,
  18. bybbzan

    quest door

    Yea i know the gate of expertise would be a great option, but i really want to use that door in the picture instead.
  19. bybbzan

    quest door

    Hello! I've searched for a script to my quest door. It's pretty sad i can't make it myself cuz it's so simple. I just want a script that allows me to go through the door if i'm level X. Thanks in advance.
  20. bybbzan

    House bug

    Oh god, im so sorry. Had no idea.
Back
Top