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

    Auto Updater

    @PuszekLDZ Bro, do you have idea how to get the auto updater to Mobile Client?
  2. L

    OTClient Mobile client - updater ("Invalid http status code (500)")

    Slaw can you help me with a guide to do the auto updater?
  3. L

    [PAID]Looking for someone that works with OTCV8 (Installation)

    i send u a message on disc
  4. L

    I need an Auto Updater to my 8.60 Old Client

    Need an auto updater to my files .SPR and .DAT, Im using the Old tibia client, with my perfect version 8.60 <3 Please help me i love u guys <3
  5. L

    Auto updater Mobile Client

    Can someone have idea how to use the Auto updater on Android Client? Im looking for a guide. Please help me <3
  6. L

    VIP System on Players

    Ok, let me try something... i will test it 1616679178 I have try this action function onUse(cid, item, frompos, item2, topos) local vipStorage = 30009 local vipDays = 1 local USurvival = { exhaust = 7 * 24 * 60 * 60, -- Tempo em segundos ate poder entrar novamente na arena (1 * 24 *...
  7. L

    VIP System on Players

    That script removes the vip day automatically?
  8. L

    VIP System on Players

    Guys, could you help me with a VIP system only to players?, I mean that you only vip in the character, and not in the account.
  9. L

    VIP System on Players

    Im trying to do VIP system but it works only in Players database. I have this script named "vipend.lua" , on creaturescripts. function onLogin(cid) local temple = { x =32369, y = 32241, z = 7} if getPlayerVipDay(cid) >= 1 then if getPlayerStorageValue(cid,55556) ~= 1 then...
  10. L

    Reward on levels

    I have this script and TFS 0.4 local c = { [{1,5}] = { -- sorcerer [50] = {items = {{itemid = 2160, count = 5}}, storage = 40953}, [100] = {items = {{itemid = 2160, count = 10}}, storage = 40954}, [200] = {items = {{itemid = 2160, count = 20}}, storage = 40955} }...
  11. L

    Help with bomberman event!

    Can u help me with my problem please???
  12. L

    Player Winner in Event.

    It works perfectly , thanks so much you are god in this :D
  13. L

    Help with bomberman event!

    It works, but on area the attribute "DecayTo" does not works :s, The item is created successfully but it dont decayto xd. I have the bomberman event, but it doesnt works 100%, I did my own idea, becaus the barrels they don't reappear once you've destroyed them. So I decided to implement that...
  14. L

    Help with bomberman event!

    I have this script for Bomberman event... What I want is that instead of item 9468 (blockID) being destroyed I want it to become item 12372. function getPlayersInRange(position, radiusx, radiusy) local creaturesList = {} for x = -radiusx, radiusx do for y = -radiusy, radiusy do if not (x == 0...
  15. L

    Player Winner in Event.

    Hello, Sorry I have TFS 0.4 can you do it again please?
  16. L

    Player Winner in Event.

    Hello my friends, I wanted to ask you a huge favor, if someone has a script for when there is only one player in a specific area, only this player is teleported to a position. Example: I won the event "The last man standing" and when I was the only player in that area, I teleported to a...
  17. L

    Windows Could not locate metadata and/or sprite files - RME

    my problem is... i have my 8.60 server with custom sprites but i want to edit the map with that sprites. When i open the map on rme 2.2, the custom sprites are shaped in form of monsters and other worse things i tried everything but doesnt works fine this message appears when i open RME with my...
  18. L

    Windows Could not locate metadata and/or sprite files - RME

    I am on the same problem, could someone help me please? Im using the extended RME editor
  19. L

    I need to make my client 8.60 with extended sprites

    Solved , thanks!
  20. L

    I need to make my client 8.60 with extended sprites

    When i tried to open the client, it debugs or not open the .dat, can someone please help me?
Back
Top