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

    Lua [GLOBALEVENTS] Antibot system (change target)

    @m0master - how add protection for players but only for 1 minute?
  2. Dibis

    [POLAND] [8.60] NERAVIA RPG CUSTOM MAP | 1 Jan 2023 18:00 CET

    This is one of the best server and map RPG. Neravia - thank you for start this RPG. I love this map and people who played in this server!
  3. Dibis

    Gaming Neravia.eu - Players life in RPG.

    Hello. Server started on 30 DEC 2022. This is screen from Admin Gallery. Best regards.
  4. Dibis

    Gaming Neravia.eu - Players life in RPG.

    Hello. 30 Dec 2022 starting new edition best RPG OT - neravia.eu. In this thread we add photo - life on Neravia World. 1671969425
  5. Dibis

    [POLAND] [8.60] NERAVIA RPG CUSTOM MAP | 1 Jan 2023 18:00 CET

    [01.01.2023 at 18:00 CET] Last edition lasted over 180 days. This edition will last one year. Don't worry about the server going down. Neravia.eu - 8.60 The REAL RPG. Hello! Another "boring" announcement, another word-playing game to invite you to play our server. You pre-rate server by...
  6. Dibis

    Lua How to check items in bag?

    @Shalaby This not work. Not found items in bag...
  7. Dibis

    Lua How to check items in bag?

    @Gesior.pl @Shalaby We are the best. I check this. Is there any way to not add a list and make it check which item has a lower chance than? (in monster.xml have loot chance)
  8. Dibis

    Lua How to check items in bag?

    Hello, I have script in creaturescripts who check items on corpose, and send magic effect if is true, but if in corpose have bag and item inside, this script not work, and not found items. How edit this code? RARE_ITEMS = {2148,5890} function getTopItem(p) -- from Darkhaos's arena script...
  9. Dibis

    OTClient 1.0 (Release)

    No , but how I can play in android? Updater not work, becouse web is offline. How add tibia client to android data without updater? ...
  10. Dibis

    Lua [0.3.7] Rare/Epic script for loot.

    All working good, but sometimes not send a magic effect. Not found item in corpose. What is a problem? Help Please... RARE_ITEMS = {2148,5890} function getTopItem(p) -- from Darkhaos's arena script p.stackpos = 0 local v = getThingFromPos(p) repeat p.stackpos = p.stackpos +...
  11. Dibis

    TFS 0.X [0.3.7] if openchannell - possible?

    Hello. In TFS have function: doPlayerOpenChannel(cid, channels) Possible to create function etc: if CHANNEL ID == NOT OPEN then doPlayerOpenChannel(cid, channels) I found this: Channels Leave but not working good. Thanks for answer.
  12. Dibis

    OTClient 1.0 (Release)

    Why otclient.//ovh don't work? No possible to update android version, becouse updater not work...
  13. Dibis

    Lua [0.3.7] Rare/Epic script for loot.

    Hello. I need script creatureevents. When I kill monster on corpose position send text "RARE" or send magic effect, when item have > 1000 chance to loot or if item is located on special list in script. Will such a script slow down the server a lot?
  14. Dibis

    Lua TASK Channel - Switch Window

    Hello. I create Task Channel, but when player have open "Loot Channel" and kill mosnter to task, window change to "task channel" automaticaly. How i can change this? Maybe text type = problem? -SOLVED- I have doOpenChannel ,after kill monster...
  15. Dibis

    neravia.eu - TESTERZY

    Witam, Szukam osób, które będą chciały przetestować server - IP/WEB: neravia.eu W temple dodany jest TS Assistance - dodaje LVL / SKILLE oraz CC. Był bym bardzo wdzięczny jak by znalazła się ekipa, która potestowała by PVP :)
  16. Dibis

    Hetzner - automatyczny restart servera?

    Witajcie, Czy jest możliwe ustawienie automatycznego restartu VPS - np. co 24/h lub co tydzień? Chodzi o wyłączenie maszyny, ponowne uruchomienie i wtedy odrazu start w pętli OTS. Jest to możliwe?
  17. Dibis

    Neravia [RPG] - custom MAP, old tibia systems - what do you think?

    Pictures part [3] - City [Fortera] - some place. Pictures part [4] - City [Fortera] - some place.
  18. Dibis

    Neravia [RPG] - custom MAP, old tibia systems - what do you think?

    Hello. I would like to talk if it makes sense and if they were willing to play on a low rate server with their own map. This server started its adventure in the times of tibia 7.6. Back then, I was just an ordinary gamer who had no idea how it all worked... The server, when using the 8.10...
  19. Dibis

    Why there is no normal servers anymore?

    neravia.eu - custom map, low stages, old tibia systems. Great server and gameplay.
  20. Dibis

    Lua Stop Attacking

    Add this to creaturescripts: <event type="combat" name="disable_combat" event="script" value="disable_combat.lua"/> Create disable_combat.lua on creature scripts and add this: function onCombat(cid, target) if getPlayerStorageValue(cid, 128) ~= 1 then doPlayerSendCancel(cid, "You...
Back
Top