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

    Lua Help

    Hello help me with this scripts, it does not work for me :( -- Memories local shardIds = {36189, 36190, 36191} local memoriesWords = { "The Ambassador tells another dignitary: Rathleton must never be surpassed! I will procure that the Empire falters!", "Through a dimensional gate you...
  2. A

    Lua Movements Tile

    1617841117 > Teleportvengoth.lua [error] ^ ...rgottenserver/data/scripts/movements/Teleportvengoth.lua:16: ')' expected near 'pass' file. local config = { TILE_ACTION_ID = 52640, ITEMID = 37420, LEVEL = 250, STORAGE = 284723, DESTINATION = Position(33650, 31444, 10) }...
  3. A

    Lua Movements Tile

    Bro can it be placed that can be passed only with the item placed as in the photo?
  4. A

    Lua Movements Tile

    can it be placed to take you to another place? that takes you to this position {x = 32962, y = 31499, z = 7}
  5. A

    Lua Movements Tile

    I'm missing the coordinate hahaha, can you help me? {x = 32962, y = 31499, z = 7}
  6. A

    Lua Movements Tile

    Hello, help me with a script of a floor that asks you to have these items 37420 on and that you need a Storage and level 250 to transport you ItemID: 37420 Level: 250 Storage: 284701
  7. A

    Lua Boss Kill Add Outfit

    ^ ...server/data/scripts/creaturescripts/pale_worm_outfit.lua:11: unexpected symbol near '`'
  8. A

    Lua Boss Kill Add Outfit

    @Xikini @Snavy thanks for the help, this is the script local outfits = { [PLAYERSEX_MALE] = 1270, [PLAYERSEX_FEMALE] = 1271 } local cEvent = CreatureEvent("killPaleWorm") function cEvent.onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified, mostDamageUnjustified)...
  9. A

    Lua Boss Kill Add Outfit

    hey bro, can you place it only once when you kill him? since I put a message and says it every time they kill the boss
  10. A

    Lua Boss Kill Add Outfit

    Error Console Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/pale_worm_outfit.lua:callback ...server/data/scripts/creaturescripts/pale_worm_outfit.lua:11: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index'...
  11. A

    Lua Boss Kill Add Outfit

    If I place this line like this it gives male and female? player:addOutfit(1270, 1271) -- change
  12. A

    Lua Boss Kill Add Outfit

    tfs 1.3 otbr
  13. A

    Lua Boss Kill Add Outfit

    Hello, help me with a script that when killing a boss gives outfit to all those who killed him?
  14. A

    Lua Npc

    I understand that the startstorageID but I changed it and it didn't work lol
  15. A

    Lua Npc

    I get it, ah but it didn't work for me, can you help me create an NPC that will give you that QuestLog? I would like the NPC to say "Hi, Mission" to give you this Quest Log from Grave Danger
  16. A

    Lua Npc

    I had already done this, I had simply placed it in freequest, but I would like it to be with an NPC.
  17. A

    Lua Npc

    I understand, this scripts that you made will make the NPC give me this Quest Log?
  18. A

    Lua Npc

    i am using otbr tfs 1.3
  19. A

    Lua Npc

    I do not have this address in my data data/xml/quests.lua
  20. A

    Lua Npc

    Can someone help me to make an npc that will give you a quest log with mission? this is the quest log : Storage.GraveDanger.Questline this is the mission : Storage.GraveDanger.CobraBastion.Grave
Back
Top