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

    [TFS 1.2] Change Weapon Damage 2.0

    links dead anyine can reupload?
  2. wafuboe

    Action Change Damage Type Wand

    anyone got the scripts, pastebin is dead
  3. wafuboe

    help with error console on task npc

    bump!
  4. wafuboe

    help with error console on task npc

    well i was installing this task system npc but when i ask for a task list it give methis error on console and nothing happens imusing otx 3.10 tfs 1.2 script task system.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  5. wafuboe

    i mess up my player.luav help!

    hello guys well i as trying to install a task system to my ot and in one of the steps was to add this to player.lua just before self:sendTextMessage(MESSAGE_INFO_DESCR, description) add: if thing:isCreature() then if thing:isPlayer() then description =...
  6. wafuboe

    modalwindow error on console

    add this on global.lua function capAll(str) local newStr = ""; wordSeparate = string.gmatch(str, "([^%s]+)") for v in wordSeparate do v = v:gsub("^%l", string.upper) if newStr ~= "" then newStr = newStr.." "..v else newStr = v end...
  7. wafuboe

    modalwindow error on console

    solved already thanks
  8. wafuboe

    modalwindow error on console

    Well i installed modal window and installed aswell this crafting systems https://otland.net/threads/tfs-1-2-simple-crafting-system.243470/ When i click on the details to craft nothing happens and this error appears in console function onModalWindow(player, modalWindowId, buttonId, choiceId)...
  9. wafuboe

    cannot install visual studio 2015

    hello imtrying to install microsoft i visual studio to compile tfs 1.3 but its not working this is showing up have try several times and it keeps showing windows 7 x32
  10. wafuboe

    help with choosing server to build

    Hello well i was working on myc ustom project i downloaded a tfs 1.3 global datapack to make my server from scratch i have map and also some spells and customs vocations. but when i try the imbuement system and prey system it doesnt seem to work... im planning to add custom sprites aswell so...
  11. wafuboe

    GlobalEvent [TFS 1.2] Zombie Arena

    how can i fix this? i did everything but on the login.lua im using tfs 1.3 i have like this local events = { 'ZombieArenaKill', 'ZombieArenaDeath', 'ZombieArenaLogout', 'CreateTeleport1', 'CreateTeleport2', 'CreateTeleport3', 'CreateTeleport4', 'CreateTeleport5'...
  12. wafuboe

    help witn gnomally npc

    hello i would like to have some modifications on gnomally so it can trade items without needing to be part of the "gnomes" so it does not check storage and you can freely trade items can i get some help please illl appreciated thank you! TFS 1.3 Code local keywordHandler =...
  13. wafuboe

    Request script need items to open tp with lever

    Hello i am requesting a script that if you have 10 X items you can activate the lever to create a teleport that will send you to a location. after 60 seconds the teleport will disappear thanks!!!! TFS 1.3
  14. wafuboe

    problem with quest chests

    thank everyone for the help now i understand
  15. wafuboe

    problem with quest chests

    im using like this and the player can retrieve all the chest (not normal chest) i only want them to pick one local specialQuests = { [2215] = Storage.AnnihilatorDone, [2016] = Storage.DreamersChallenge.Reward, [10544] = Storage.PitsOfInferno.WeaponReward, [12513] =...
  16. wafuboe

    need a chest script

    hello i need a script for chests quest so you can only pick one like annihi and poi since my 2000aid is not working can anyone help me? ty TFS 1.3
  17. wafuboe

    problem with quest chests

    bump still not working :S
  18. wafuboe

    problem with quest chests

    this is the script that on actions.xml for aid2000 i have not move this script local specialQuests = { [2215] = Storage.AnnihilatorDone, [2016] = Storage.DreamersChallenge.Reward, [10544] = Storage.PitsOfInferno.WeaponReward, [12513] = Storage.thievesGuild.Reward, [12374] =...
  19. wafuboe

    problem with quest chests

    like this all the chest are the same uid but its open like a container and only one chest give it properly like a quest i only want the player to choose ONE , i have other quest like this with the same problem
Back
Top