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

    NPC Task Problem

    Bump
  2. D

    NPC Task Problem

    Hello Ramirow ! :) ok Script.lua -- Monster Tasks by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local xmsg = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  3. D

    Simple Script

    Hello, I need a simple script When the monster enters Smoke (id 1505: 1496) it will disappear tfs 1.3
  4. D

    NPC Task Problem

    Hello All. Hello, I have a problem with the npc task script, I note that I have a problem with only one line because the rest works the point is that when he performs the task to kill 1 Demon Lord (when he kills him) I come back and receive the message that I did not kill the Demon Lord...
  5. D

    New currency

    Bump
  6. D

    New currency

    Hello, how to add in (TFS1,3) a new currency? because I was looking for game cpp but I do not see anything I would like to add two currencies Scrabcoins nuggets and how could someone explain to me how to add it I mean only the script that adds currency to the game because I already wrote...
  7. D

    currency in the game

    Topic to close if anyone has a problem gives a script that I wrote and works for me just swap on your values if you have doubts about the script, please correct it because I can be wrong function onUse(cid, item, frompos, item2, topos) if item.itemid == 2159 and item.type == 100 then...
  8. D

    currency in the game

    Hello, I wrote a simple script but something is not compatible because: a) 1 Gold Nuggets does not change into 1 Scrab Coins (1sc turns into 1 nuggets) below I put the engine scripts (TFS1.3) PS does anyone have a script how to enter these currencies into the game? because the found scripts...
  9. D

    npc

    Hello, I found some useful npc from older servers, I would like to fire them on tfs 1.3 10.98 exactly but the system probably changed because the server can not see if someone can direct me how to change the script below to fire on tfs? <?xml version="1.0"?> <npc name="Bakorek"...
  10. D

    Rme map edytor 7.6 - 10.98 ?

    After compressing from 7.6 to 10.98 a red floor appeared, I do not really know how to compile 7.6 files from the editor's maps to 10.98 I tried but I did not change id etc.
  11. D

    Rme map edytor 7.6 - 10.98 ?

    Bump
  12. D

    screen gdb

    I learned that the engine is already compiled and I will run it according to this guide only that it is so incomprehensible that I do not know anything from someone explaining it to me? I do not have anything like screen gdb Engine 7.6 Linux debian 8 Once you compile and replace a binary...
  13. D

    customer change 7.7 to 7.6 (source)

    because the source I have at 7.6 is not compatible and can not be compiled. I have 7.7 and normally I can compile but I want protocol 7.6....
  14. D

    customer change 7.7 to 7.6 (source)

    does anyone know how to change the server client from 7.7 to 7.6 in source? I know that you had to change some lines in the file but I do not remember what (I do not have def ++) or write something like that in advance
  15. D

    7.6-tibiafun Compilation

    Edit : UP (./build.sh or make ) make all-am make[1]: Entering directory '/root/ots/sources' make[1]: Leaving directory '/root/ots/sources'
  16. D

    7.6-tibiafun Compilation

    I think I will let go of this compilations under this source because it will not work anyway, but can someone send a link to tfs under 7.6 from source under linux? because there are many links that do not work
  17. D

    7.6-tibiafun Compilation

    -bash: ./autogen.sh: No such file or directory I need to compile for linux just that I do not have this cmake file and this command above does not work
  18. D

    7.6-tibiafun Compilation

    Hello, I have a question for people who can compile engines. more specifically, I have a question about the server that is happening on otland 7-60-tibiafun-com I am trying to compile it with commands cd /home/ots/ mkdir build cd build cmake .. (Problem) make only that it can not be because a...
  19. D

    Rme map edytor 7.6 - 10.98 ?

    Hello, maybe a simple question, I think I know what the problem is, I do not know how to fix it, it converts a patch of the map from 7.6 to 10.98 I noticed that 30% of the earth, the grass is red, just like the difference between 7.6 a 10.98 was huge I tried to change id from 7.6 but in vain or...
  20. D

    Script Arena Help

    <3 You are great everything works smoothly zero errors
Back
Top