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

    Modern Task System (Tabs, Cooldowns, Dynamic Rewards)

    json, probably not. Its simple to add json?
  2. tuduras

    Modern Task System (Tabs, Cooldowns, Dynamic Rewards)

    no error. i tried with AI. ai says its perfect script.
  3. tuduras

    Modern Task System (Tabs, Cooldowns, Dynamic Rewards)

    hello I added all files in datapack in data/script/custom and in OTC added modules task and in game have blank shop window. I dont uploaded new item in task.lua. What do I wrong? Best regards
  4. tuduras

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    Hello bro ;) Do you have tutorial "How to compile it on windows" ? best regards
  5. tuduras

    Solved tfs 1.5 -- after creation guild have got modal window that won't shut up

    when i log in into game I have got modal window "For your information" with buttom OK , but this buttom doesnt work. Help This happend when I created guild in znote acc 1769444183 solved. I recreate database and reinstall all
  6. tuduras

    TFS 0.X otx 2.16 based on 0.3.7 -- problem with exp for monster

    @lindero33 very thanks. solved . Script was not correct. PS: Here post right version: --By Kalan/YoS! (Poprawione przez Gemini) local Inforate = getConfigInfo('rateExperience') local lvlmin = 800 local lvlmax = 10000 local exprate = 2 -- Mnożnik, gdy ring jest założony local effect =...
  7. tuduras

    TFS 0.X otx 2.16 based on 0.3.7 -- problem with exp for monster

    Heello, how are U ? good okay. when I equip ring i have double exp and get experience for monster, when I deequip ring when I kill monster dont get exp for monster. Do You know maybe what is wrong ? here post my exp_ring script --By Kalan/YoS!-- local Inforate = getConfigInfo('rateExperience')...
  8. tuduras

    YurOTS (TFS 1.2) MySQL 🎇 Happy New Year

    Hello, try to wait 24h. Engine must be online 24h. is usually set for one day or global save. About daily monster
  9. tuduras

    TFS 0.X TFS 0.3.6 - 8.60 on look problem on look [Frags: 0 - Deaths: 0] on other player

    Adding onLook Death&Frag STORAGE: data/creaturescript.xml <event type="login" name="FragDeathLogin" script="frag_death_storage.lua"/> <event type="kill" name="FragDeathKill" script="frag_death_storage.lua"/> <event type="death" name="FragDeath" script="frag_death_storage.lua"/> <event...
  10. tuduras

    Compiling Offline training bar in skills -.-

    I don't think so. But i've got script offline training in data/action.
  11. tuduras

    Compiling Offline training bar in skills -.-

    Hello again I refreshed
  12. tuduras

    TFS 0.X TFS 0.3.6 - 8.60 on look problem on look [Frags: 0 - Deaths: 0] on other player

    creaturescript.xml <event type="login" name="fraglook_register" event="script" value="fraglook.lua"/> <event type="look" name="fraglook" event="script" value="fraglook.lua"/> creaturescript/script -- ========================= -- FRAGS -- ========================= function...
  13. tuduras

    Compiling Offline training bar in skills -.-

    Hello, How are You ? good ? okay. How to add offline training bar to otx2 . I have old basic tibia client and otcv8. Where it is modified in engine yes? I have got source to the engine. Look what I mean: Thanks for all replys, Best Regards
  14. tuduras

    OTClient OTCv8/otclientv8 new item to store ingame

    In Your link when I moved shop.lua to otc folder shop.lua occurs error .sth. line is debug. I have script in creaturescript but doesnt work correctly. Shows nothing in store. I will try convert Your shop.lua link to otx2.16
  15. tuduras

    OTClient OTCv8/otclientv8 new item to store ingame

    i tried with chatg gpt and got this: -- shop.lua -- OTClient 8+ / OTX 2.16 compatible -- Ready-to-use shop with categories and items local SHOP_EXTENDED_OPCODE = 201 local CUSTOM_OFFERS = { -- ITEMS { id=1, category="Items", type="image", image="images/items/crystal_coin_bp.png"...
  16. tuduras

    OTClient OTCv8/otclientv8 new item to store ingame

    Hello How to add item to ingame store. I use GitHub - OTCv8/otclientv8: Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client (https://github.com/OTCv8/otclientv8). thanks and of corse best regards Ps: iam using otx 2.16 based on 0.3.7 it is possible?
  17. tuduras

    Solved code for "Critical" hit color -- otx 2.16 based on 0.3.7---

    yes Thanks for tip. I opened source folder and find critical and found in player.cpp. Already recompiled and works fine. Thanks 3alola1
  18. tuduras

    Solved code for "Critical" hit color -- otx 2.16 based on 0.3.7---

    My source is like in first post: Releases · mattyx14/otxserver (https://github.com/mattyx14/otxserver/releases)
  19. tuduras

    Solved code for "Critical" hit color -- otx 2.16 based on 0.3.7---

    Hello ! Are You okay ? cool _______________________________________ Where I can find code line with color of critical hit. By default I have got deep red color. I want to have white color of critical hit. I have source. Can Anyone know how to check it in source? very best Regards!
  20. tuduras

    help mount systems 8.60

    Here simple talkaction to check owned Mounts. <talkaction words="!mounts" script="mounts.lua"/> function onSay(cid, words, param) local ownedMounts = {} local ownedCount = 0 local totalMounts = 0 local checked = {} -- policz ile mountów istnieje (unikalne kolumny) for...
Back
Top