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

    Lua Auction System (getItembyName) problem.

    Hello, If I say: 12 bat wings have console warning: Item not found. If say: 12 bat wing - all working good. How remove console error? This is my line to this "IF" local item = getItemIdByName(t[2]) if(not item) then doPlayerSendTextMessage(cid...
  2. Dibis

    Lua Solo Desert Quest [code optimize]

    Hello. I use TFS 0.3.7 [based on OTX2] Who Can optimized for me desert quest [solo] ? This is my code. function onUse(cid, item, fromPosition, itemEx, toPosition) local storageValue = 61111 -- only if status is false this will be used local sorcerer = {1,5} local...
  3. Dibis

    Lua Action ID - description Keys.

    Hello. I need script who create description for key in quest. ETC: If item.actionid = 2022 then set this item description "Key for door to desert quest room." Best option is: local config { aid = 2022 desc = "blabla1' aid = 2023 desc = "blabla2' aid = 2024 desc = "blabla3' Thanks for answer !
  4. Dibis

    TFS 0.X onLook - offline training time to skill.

    Hello. I have in TFS 0.3.7 offline training statue. In data base have time offline etc. I need script onLook (When i click onLook, will see the time left in the offline training). Thanks.
  5. Dibis

    TFS 0.X Vocations.xml - skill defense?

    Hello! If I change in this line shielding, will my defense improve? <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
  6. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    Hello. I have problem with skill shielding. I tested two players. First have 10 shielding and chain set, Second the same set but 35 shielding. Rotworm hit players the same. How I can change this ? I use TFS 0.3.7 based on OTX2.
  7. Dibis

    C++ TFS 0.3.7 Defense not work.

    Hello. Have problem with defense in TFS 0.3.7. If have chain armor and cyclop attack me 50HP and when have MPA too. Whats wrong with sources? [EDIT] ARMORS DEFENSE WORK BUT SHIELDING NOT WORKING. I HAVE 10 SHIELDING AND 35 SHIELDING AND THE SAME HITS BY MONSTERS!
  8. Dibis

    RevScripts Possible delete text atribute in book?

    Hello. Possible delete text atribute in book with ID: XXXX? I have teleport script and when i use book, players tp to , and open empty book.
  9. Dibis

    Lua Killboss - add storage.

    Hello. I have this script, but not working. If kill monster with name in table and player have table storage then set storage to... local config = { ["The Horned Fox"] = {storage = 91009, value = 1000}, ["Necropharus"] = {storage = 91054, value = 1000}, ["Tiquandas Revenge"] =...
  10. Dibis

    Lua Remove Creature from area.

    Hello. I have problem with this moveevents scripts. When in room have monster, not remove him. Create next , and next... Who can edit this for me? local teleports = { -- Tile UID = {storage of task, amount of monsters, monsters to spawn} [1054] = {monsters = {"Necropharus"}, telePos =...
  11. 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
  12. 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...
  13. 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...
  14. 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.
  15. 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?
  16. 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...
  17. 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 :)
  18. 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?
  19. 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...
  20. Dibis

    Lua STOP WALK (CID) - how do this?

    Hello Otlanders! I need functions or other way to stop walking for players who have storage < 1? This is possible on TFS 0.3.7 ?
Back
Top