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

    Sorry, but what's the tibia version of tfs files?

    Hey, i followed the compiling tutorial here: https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux And the tutorial tell me to download the source of this link: https://github.com/otland/forgottenserver.git But this source are for wich tibia version? How can i discover...
  2. 1268995

    Compiling [CAST SYSTEM][8.60] How to find cast files in source?

    Hello! I have a source that have the cast system enabled. I compiled and i can use the cast system normaly. Now i need to use other sources, since lag problems. This new source do not have cast system enabled. So i want to take the cast system file in old source and use them on new source...
  3. 1268995

    Compiling What tibia version the TFS on otland github use?

    I was looking here: https://github.com/otland/forgottenserver/tree/1.0 and i dont know for wich tibia version it compiles... Someone know? I want to compile it, but i need to know for wich tibia version it works! Thanks!
  4. 1268995

    Linux [GESIOR][TFS1.2] When create an acc/login, appear blank page

    Hello! I download gesior tfs. 1.x and all works good with instalation. When i try to create an account or log in on an existing account, appear a blank page with no erros. I think its not saving the new accounts on database.. I already download a new createaccount.php from...
  5. 1268995

    Spawn rate?

    Hello guys, i have a noob question. Monsters will spawn faster if spawn rate = 1 or 3 ? What u guys suggest me to make monsters spawn just after player leave the screen where monster died? bump lol
  6. 1268995

    Solved Exist a function that checks if player are online?

    I ask that because i have a script that add an event for next 1 minute. But if player log out, appear a error on console: "Player not found" So i need a function that checks if player are online.. this way will add a event for next 1 minute, but after 1 minute, if player are offline, the event...
  7. 1268995

    Solved Script that dont allow player equip ring if haven't X storage

    Hello guys, i maded a script that do not give extra exp for player that do not have storage 12345 if getPlayerStorageValue(cid, 12345) < 1 then doPlayerSendTextMessage(cid, 22, "U cant use this ring!") return true end But player still can equip the ring... how can i solve that? I...
  8. 1268995

    Lua How can i know what all functions do? Where can i find a tutorial?

    Title says all. TFS 0.3.7
  9. 1268995

    How can i make a scrip that add + 50% exp for premium player and this script follow the EXPstages?

    Title says all, i want that premium players receive 50% more exp. But i want that this work with stages.. I mean, level 100 = 2k exp in monster X, level 200 = 1k exp in monster X So in level 100~199 he receive 2k exp of monster X + 50% exp for being premium; So in level 200+ he receive 1k exp...
  10. 1268995

    Lua [BUG] Player atack faster when walk

    Hello guys. On my ot, when player are atacking stoped, without moving, he have NORMAL atack speed. But when he walks, the atack get VERY fast... How can i solve that?
  11. 1268995

    Lua How can i add 50% to this script?

    Hello, i have a very simple (noob) question. In this script: rate = 1.05 doPlayerSetExperienceRate(cid, rate) Will make receive more 5% of exp. How can i put to player receive 5% + 50% of xp? I ask that because i have on my server a function that gives 50% more exp to player who are...
  12. 1268995

    Lua Tibia natural day/night (ambient light): how to always be day?

    Hello guys. My otserver gets too dark when "night" come." So how can i deactivate this function? Is that possible? I want my server always bright, like a sun day, full ambient light. If its not possible, exist some script i can use to make at least my temple bright? Thanks!
  13. 1268995

    Script for online time.

    Hello Guys. I need (please xD) a script that every 1 hour player are online he wins a premium point on gesior (that points used to buy itens on site) So if player stays 24h online on the server, he will win 24 points -> each hour online = 1 premium point. Ideas?
  14. 1268995

    Solved How can i remove potion 'on use' in this script

    Hello guys, i have this potion script: local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1...
  15. 1268995

    Solved how: tile that works like water/lava -> itens thrown in there are destructed

    How can i do that? I tile that when i thrown itens inside of it, the item will be destroyed?
  16. 1268995

    GESIOR: How to make a spoiler?

    Hello guys. My website = Gesior. I maded a Quests page. Its a lot of quests, then i want make a spoiler to player only see information of the quest he want to make. Its something like that: Quest 1 <spoiler about quest 1> Quest 2 <spoiler about quest 2> (...) How can i do that? What i...
  17. 1268995

    Lua When player get new quest dont appear 'ur quest log has been updated'.

    Hello. I am making quest log to my quests. All work good, player are winning the quest normaly. I can see the quest player are making on quest log. The problem is that when he take a new quest, dont appear that message: you quest log has been updated. How can i solve that? my quests.xml...
  18. 1268995

    Solved how to: a check that set iten that cannot be used

    Hello, i am making a checker to my script but is not working look: (...) function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid ~= 2182 then (...) I want that if player use the item named X on itemID 2182, do code returnns. How? EDIT: oh i found thesolution. I must put...
  19. 1268995

    Lua Error on a upgrade system: attempt to index field '?' (a nil value)

    Hello, i am having this error on this upgrade system: [13/07/2015 16:00:09] [Error - Action Interface] [13/07/2015 16:00:09] data/actions/scripts/upgrade.lua:onUse [13/07/2015 16:00:09] Description: [13/07/2015 16:00:09] data/lib/upgradesystem.lua:60: attempt to index field '?' (a nil value)...
  20. 1268995

    Lua Error on make small tree desappear on this script

    Hello. I am about a hour and a half trying to find a solution for this, and NOTTHING! In this script, when player cut the tree, when the tree is cutted, it transforms to other item id. So the tree, when cutted, become a small tree. 10 seconds after cutting the tree, the small tree MUST become...
Back
Top