• 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!

1.5

  1. G

    Lua TFS 1.5 Nekiro 772 sell empty vial in npc

    Helo, I have a question about selling empty flasks to npc's (like Xodet). In this protocol the buy function need a item subType, which is for example equals 7 for mana fluid. shopModule:addBuyableItem({'mf', 'mana fluid', 'manafluid'}, 2006, 55, 7, 'mana fluid') And buying is working great...
  2. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    Hello everyone, I have another question about nekiro 1.5 downgrade 772. In old TFS 0.4 there was a great parameter called interval which could be set on each monster attack in monster script. It could be decreaced from standard 2000ms to lower value. With that it was possible to decrease the...
  3. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    Hello everyone, I'm struggling with the npc script, which I would like to work like real Blue Djinn from old days. I'm using clean Nekiro 1.5 772 downgrade with default npc libs from this distro. This npc should be able to buy or sell items only if the player have correct storage value. The...
  4. Jpstafe

    [TFS 1.5] Manas and Runes Question

    Hello otland community, I have downloaded this tfs 1.5: [TFS 1.5] [7.4] RookieOTs (https://otland.net/threads/tfs-1-5-7-4-rookieots.289065/) I would like to be able to change the mana and rune issues, I would like them both to be stackable, the manas fluids and the runes I have tried to use...
  5. donabimbo

    TFS 1.X+ Is it possible to make a monster not attack you and only attack other monsters?

    I was looking for a way to make monsters be allies and attack other monsters. By this I mean the mission of boss Drume, that the Lions help you kill the Usurpers, but I can't get the Lions to attack the Usurpers. What way can I do it? through storage?
  6. leik meris

    TFS 1.X+ field damage 50% less damage

    Hello everyone, I use tfs 1.5 7.72 from nekiro. Does anyone know how to modify the damage reduction? <item id="1487" article="a" name="fire field"> <attribute key="type" value="magicfield" /> <attribute key="decayTo" value="1488" /> <attribute key="duration"...
  7. S

    TFS 1.X+ Market System 7.72

    Does anyone know how I can add items to the market? Since 7.72 doesnt have this if I open it from object builder,
  8. rafaeru

    TFS 1.X+ Crash - No symbol table info available

    Hello everyone, for the past few days, I've been dealing with a crash occurring on my TFS 1.5 Nekiro 8.6. GDB doesn't provide me with sufficient information (or I can't find anything meaningful in the log). It seems to me that the crash occurs after some time when I use the /reload command...
  9. J

    Autoloot tfs 1.5 Problem

    Hello guys I have problem with autoloot on my serv, when players have on screen to many Monsters is Debug Tibia data/scripts My script is local autoloot = { freeAccountLimit = 10, premiumAccountLimit = 20, } local autolootCache = {} local function getPlayerLimit(player) if...
  10. J

    Myacc tfs1.5 shop problem

    Hello Guys I have problem When I try buy item in shop I take (send item to player I have error Exception class: PDOException() SQLSTATE[HY000]: General error: 1364 Field 'login' doesn't have a default value File: /var/www/html/ots/system/libs/pot/OTS_Base_DB.php Line: 86 Backtrace: #0...
  11. J

    Guild War tfs 1.5 problem

    Hello guys i Have problem with war system I can sent war invite but I can not accept is write 'You dont have invite to war , when i Write /war invite ,nameguild,88 I have error [Error - mysql_real_query] Query: SELECT `id` FROM `guild_wars` WHERE (((guild1 = 1 AND guild2 = 3) OR (guild1 = 3...
  12. J

    Extraloot tfs1.5 problem

    Hello guys I have problem when Player try login I have error in console and can not login error Lua Script Error: [Scripts Interface] /home/ots/data/scripts/loot.lua:callback /home/ots/data/scripts/loot.lua:59: attempt to concatenate field 'extraloot' (a nil value) stack traceback...
  13. J

    Weapon problem

    Hello guys I Work on tfs 0.4 but I was have a crash server and I move my server to tfs 1.5 and little bit I have problem I have custom script on arrow and have a problem like that data/weapons/scripts/arroww.lua] Function setCombatCondition was renamed to addCombatCondition and will be removed...
  14. J

    Compile TFS1.5 on windows problem

    Hello Guys I try Compile TFS1.5 by nekiro on windows and When Instal libraries I have like that Error Somebody Can help me ?or meybe you have clean ready tfs1.5.exe?
  15. kaincer

    C++ [c++][1.5] Function only applicable to OTC

    How can I make an if function so that it can only be seen in OTC(if I don't have player or creature as argument)? networkmessage.cpp in this example void NetworkMessage::addItem(const Item* item) I don't have the creature or player argument my goal is that void NetworkMessage::addItem(const...
  16. Error 502

    OTClient [1.5] [Mehah] Correct way to call ExtendedOpcode, take json_data in another function

    Hello, good afternoon. I'm learning to modify modules. The following post caught my attention: https://otland.net/threads/change-shader-onpositionchange-player-newpos-oldpos.282412/#post-2706209 modify it a bit. I attach the code at the end: and Works . I don't have an updater on the...
  17. R

    Spell from 0.3.6 to 1.5

    hi i need somebody to convert my spell from 0.3.6 to 1.5 Thank you
  18. Error 502

    C++ [1.5 Nekiro 8.00]Depot Chest not saving or clone item

    Nekiro 1.5 downgrade 8.00 locker ✅ work Depot Chest ❌ bug Depot Chest not saving 1.- Login to game 2.- Put ITEM of your INVENTARY in Depot Chest 3 .- Relog 4.- no save item in depot chest Depot Chest clone item 1.- Login to game 2.- Put ITEM OF LOCKER in Depot Chest 4.- relog 5.-...
  19. Error 502

    [1.5] Simple Task 4.0 | Vodkart

    Créditos : Vodkart & Demonbholder I am migrating from 0.4 to 1.5 I really liked a script of a Brazilian "Vodk". take the script and convert it to resvscript with 1.5 functions tested on 1.5 nekiro downgrade 8.0 Context: task:kill certain amount of monsters, to receive rewards such as Exp, money...
  20. Bandytojas

    Lua TFS 1.5 - 12.X ORTS2 NPC Support. + TFS 1.5 Development progress regarding 12.x request

    Hi guys I would like to request for some support regarding NPC's within ORTS2 and to request for some information regarding already know ORTS2 issues and about TFS 1.5 Development progress and if there are any updates coming up. So I have issue with Djinn's quest - Ubaid does not reply to...
Back
Top