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

    RevScripts I trying to create a revscript but didnt work, dont happens nothing.

    local exit = Position(1011, 949, 7) local storage = 9015 -- Code to be executed when a player with storage have died local death = CreatureEvent("PVP_Arena_DeathGuard") function death.onPrepareDeath(creature, killer) local player = Player(creature) if player:getStorageValue(storage) > 0...
  2. Eduardo170

    RevScripts I trying to create a revscript but didnt work, dont happens nothing.

    I took this script from another forum and trying to create a revscript but didnt work, dont happens nothing, no print error in console. I also want to add a lever to teleport 2 teams, each team of 4 or 5 people. local exit = Position(1011, 949, 7) local storage = 9015 -- Code to be executed...
  3. Eduardo170

    TFS 1.X+ TFS 1.3 Any way to detect if it is night?

    I don't know if inside TFS 1.3 it has a function to get the light of the game and determine if it is day or night. I want to use for a script.
  4. Eduardo170

    TFS 1.X+ TFS 1.3* downgrade protocol 8.6, how add animatext? words and numbers

    Thank you. I did. --[[ TEXTCOLOR_BLACK = 0, TEXTCOLOR_BLUE = 5, TEXTCOLOR_GREEN = 18, TEXTCOLOR_LIGHTGREEN = 66, TEXTCOLOR_DARKBROWN = 78, TEXTCOLOR_LIGHTBLUE = 89, TEXTCOLOR_MAYABLUE = 95, TEXTCOLOR_DARKRED = 108, TEXTCOLOR_DARKPURPLE = 112, TEXTCOLOR_BROWN =...
  5. Eduardo170

    TFS 1.X+ TFS 1.3* downgrade protocol 8.6, how add animatext? words and numbers

    I have this scripT local colors = {5,30,35,95,108,129,143,155,180,198,210,215} -- You can add more colors. function onThink(interval) for _, player in ipairs(Game.getPlayers()) do if player:getGroup():getAccess() then if player:isInGhostMode() then return...
  6. Eduardo170

    TFS 1.X+ TFS 1.3* downgrade protocol 8.6, how add animatext? words and numbers

    from you @Nekiro nekiro/forgottenserver (https://github.com/nekiro/forgottenserver/tree/8.6-downgrade), but I dont know, sorry for my ignorance.
  7. Eduardo170

    TFS 1.X+ TFS 1.3* downgrade protocol 8.6, how add animatext? words and numbers

    I have TFS 1.3* downgrade protocol 8.6, its possible add animatext like words?. In tibia client 8.6 this work with TFS 0.4. I understand that it only works with numbers, or something like that.
  8. Eduardo170

    player teleport

    Use a Lever?, ¿Teleport?.
  9. Eduardo170

    What you guys use for No-ip?

    Yes, there are many pages, but you should buy it for $ 9- $ 10(domain ".com") on almost all of these pages. www.cloudflare.com ve.godaddy.com es.godaddy.com and more...
  10. Eduardo170

    What you guys use for No-ip?

    I think, he meant domains.
  11. Eduardo170

    CoronaVirus- What's your status?

    Venezuela is on the verge of collapse, for now there are few looting in various parts of the country, the few people who can buy food only in the morning have been allowed. They have allowed them to enter supermarkets if you have masks (most are misusing thems). Taking into mind that the...
  12. Eduardo170

    TFS 1.X+ Frag remover doll and change name doll

    You can use without proteccion zone function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) --local tile = Tile(player:getPosition()):hasFlag(TILESTATE_PROTECTIONZONE) --if not tile then --player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You must be in protection zone to use this...
  13. Eduardo170

    Lua help to put time storage and tp all

    I was going to help, but as soon as I saw the double spaces, I get me a headache and left it.
  14. Eduardo170

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    If you can add a message for when use the item example: 1/12, 2/12. Thank you
  15. Eduardo170

    [TFS 1.3] lost items after server restart from HOUSES

    LOL I haven't seen where you posted. Please, next time you post in the correct area in supports board. , you are violating the rules. Maybe someone will move this to the correct board.@M0ustafa
  16. Eduardo170

    [TFS 1.3] lost items after server restart from HOUSES

    This appears be a problem of you database. Also check if you are saving the server when shutting down.
  17. Eduardo170

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    it just let me use 1 item and when you use not remove any item. example: 1 energy soil on obelisk. 1 natural soil on mossy stone. 1 iced soil on blue shrine stone. 1 glimmering soil on red shrine stone. and then is teleported to me. You have sacrificed your item to the gods. after you use 1...
  18. Eduardo170

    [France] [8.60] BudexOT Custom OT PvP-E | War & RPG & Fun | Starts 15TH MARCH 20:00

    Posting a server here, is to see the thread full of comments implying that your server is shit, etc, they are very toxic here. I posted my server 4, 5 years ago and received the same welcome.
  19. Eduardo170

    Lua Print to TFS console

    I think, try with. print(player:teleportTo(town:getTemplePosition()))
  20. Eduardo170

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    it needed an end doesn't work you use 1 item and when you use the second item. I get storage nil value
Back
Top