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

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    Can anyone help me make a script if this is not going to bug? I am currently testing monsters in my ot and I want to reset players back to level 8 and other levels, I guess if I have the script for a level 8 I will know how to make the other level resets, when I mean reset, the mana and hp also...
  2. T

    TFS 1.X+ TFS 1.3 Crafting System Error

    Can anyone help me with this crafting system? I have an error, but I have copied and pasted everything as it said to including the modal stuff. I am not sure but maybe it's not compatible with TFS 1.3? Also the rank system works from this thread, so maybe it's not about the modal windows...
  3. T

    Lua TFS 0.4 Quest NPC Help

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  4. T

    TFS 0.4 no vocation when add level

    Hi I use these 2 scripts to balance monsters and such but when I use it, my vocation resets to no vocation how would i fix this?, For example I am a druid that uses the item and get back to lvl 1 but then I am a no vocation, i want to keep my druid as a druid and my knight as knight ect.. Also I...
  5. T

    Spiderot Otclient?

    Hey would it be possible to put the spiderot sprs and such into otclient and use the bot on it?
  6. T

    Use Item Force Logout TFS 0.4

    Hi I tried some scripts but it did not work how would i fix it and which one would be the best? function onUse(cid, item, fromPosition, itemEx, toPosition) doRemoveCreature(cid[, forceLogout = true]) end function onUse(cid, item, fromPosition, itemEx, toPosition) if pz == true or...
  7. T

    Otclient with elfbot based scripts?

    Hey would it be possible to put a script system into elfbot? like if items = this then put into x backpack and if items 3 or more then use item on x item?
  8. T

    Help with br stuff

    Can br people teach me how to do this in english? http://forum.tibiarpgbrasil.com/index.php?/topic/50209-otclient-tibiarpgbrasil-983/
  9. T

    Before i post...

    Before I post something if its like a forum but for br people would that be against the rules? I'm asking if anyone knows how to use something
  10. T

    Specific Looting Help

    Hey could anyone please help me find a way to add specific looting to otclient please? I have been finding a way since last year but I only found autowalker but not specific looting :( Update: I have finally found one but now I need to figureout what files contain specific looting and I'm...
  11. T

    Good highexp 8.6 or 10.x ots?

    Hey guys I have not found any good 8.6 or 10.x ots except for forgotten (kinda ok) and what happened to highexp us server? that randomly got shut down while I was still on it from time to time. but some 10.x highexp ots just keep reseting and I don't want to waste my time playing all day what...
  12. T

    Good gaming pc?

    http://www.bestbuy.com/site/cyberpowerpc-gamer-ultra-desktop-amd-fx-series-8gb-memory-1tb-hard-drive-black-blue/4593000.p?skuId=4593000 This is the pc i have but is it good for gaming? It has good specs except graphics n cpu kinda but could this pc run 24/7?
  13. T

    Lua Fixing Script

    TFS 0.3.6 client 8.60 Hi this mod works but i want it to add items like /autoloot add, custom item but how do i do that? <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Loot System" version="1.0" author="Vodkart And Mkalo" contact="none.com" enabled="yes"> <config...
  14. T

    TFS 0.3.6 Player not found

    Script function onSay(player, words, param) doShowTextDialog(player, 1950, "Guide", "Walk to the northwest gate to kill the demon skeleton", "Then walk to the east gate and more monsters will spawn", "Destroy the Orc boss in the southwest gate to obtain EXP!") return true end...
  15. T

    Solved Movement and hp bar Not working

    I have a very confusing movement.lua This one works <movevent type="Equip" itemid="10032" slot="ring" function="onEquipItem" script="reborn100eq.lua"/> <movement type="DeEquip" itemid="10032" event="function" value="onDeEquipItem"/> This one does not work <movevent...
  16. T

    How to get free wii games? (NOT WII U)

    Hi I would like to know how to get free wii games I tried getting the homebrew channel but it broke my wii
  17. T

    Badmition

    Help I need help I practice this every day for 1 to 2 hrs but every time I stroke the racket I don't hit it its like it doesn't shoot the shuttle cock into the air but lands somewhere else help 2 years exp here
  18. T

    What happened?

    Why was this removed? https://otland.net/threads/offical-release-of-evolera-datapacks-2013-se-2016-org-8-60-source.243321/ I was about to add some pictures to it (which I don't think is 2016 at all and has tons of bugs and does not work)
  19. T

    Add Rebirth Item

    This is my code but I would like to add rebirth to players (rebirth storage id 1958) (TFS 0.3.6) function setPlayerFromToStorageValues(cid, Reborn, 1) for k,v in pairs(storage) do if (isNumber(k) and isNumber(v)) == TRUE then if k < v then if k > 0 then...
Back
Top