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

tfs1.3

  1. ghunalma

    RevScripts [TFS 1.3] 12.7 Rain of Arrows

    I would like to get this spell in video to my custom rpg server. anyone can help me with this? OBS: no need to show the equiped arrow, only make an rain of arrow with a distance effect simulating an rain. Thank you very much in advance
  2. ghunalma

    Outfit per Vocation TFS 1.3

    Hi there! I need a help to make this function in my RPG Server. I like to retrict the outfits per vocation. Ex: if sex == 1 -- male player:addoutfit({looktype ="665" addons="3" fromvoc="1") -- Wizard end
  3. D

    TFS 1.3 CRYSTAL COIN DONT STACKABLE

    Hi, I have a problem. I'm using tfs 1.3 downgrade to 8.6. Several items not only crystal coins are grouped or joined. How can I solve?
  4. J

    Linux servidor crash

    good morning, does anyone know how to read this log and know what causes the crash on my server https://justpaste.it/6991n
  5. A

    ERROR EVENT TIME

    What can this error be happening in the function? tfs1.3 Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/lib/lever.lua:131: attempt to index a nil value stack traceback: [C]: in function '__index' data/lib/lever.lua:131: in function...
  6. A

    CHANGE OUTFITS TALKCTION

    alguém pode me ajudar Estou tentando executar um comando para trocar de roupa via soucer, fiz assim, mas não deu certo tf 1.3 void Jogo: :playerRequestOutfit(uint32_t playerId) { std::string text = "!roupas"; if (!g_config.getBoolean(ConfigManager::ALLOW_CHANGEOUTFIT)) {...
  7. A

    OTCLIENT + OLDCLIENT

    Good Morning! I have a problem on my server, the otclient does not change the outfits if (version = 1185) { msg.add<uint16_t>(protocolOutfits.size()); } else { msg.addByte(protocolOutfits.size()); } who changes the outfits is only the oldcliente, in the otc no error appears more does not open...
  8. A

    market does not recognize items in all depots

    Good Morning! I use OTX server, my market only checks the items in the INBOX and DEPOTCHEST of the current city, in case if I open the market in THAIS, the items that I will sell will only work in DEPOTCHEST 2 which is Thais' DP Does anyone know where I can put him to check all the DEPOTCHEST...
  9. pdrhtdn

    [TFS 1.3] Exercise Weapons

    Greetings everyone, I'm having a difficult time with this problem and I can't find what is wrong, so here I am XD. My exercise weapons don't train the specific skill that they supposed to train, all of the exercises only train fist fighting, and I can't find whats doing this, here is the code...
  10. Jaki Maoh

    Lua Help with "Basic" .Lua (movements) Scripting

    Hello Community! I can't figure out what is wrong with the script. 😵‍💫 The idea is to add back (to the original tile) a small stone after x time with addEvent function. The problems: 1 when the item is created, it spawns without the aID needed to activate the onRemoveItem function. 2 when the...
  11. Sarah Wesker

    [TFS 1.3] Small Autoloot

    Hello, here is a small, totally local autoloot system that is easy to configure ;) Required version: TFS 1.5 last version *** If you are using an alternate version such as: TFS-1.5-Downgrades, maybe you should merge these changes: A new way to manage player storages...
  12. F

    passing an old code(0x) to the current one 1.3x NetworkMessage

    hello, I need help to understand about sending and receiving bytes, if anyone can explain this I will be grateful! I'm passing code from version 0x to 1.3 and I need to understand about bytes, this is the 0x function, this is 1.3x the code edited by min (1.3) does not have the...
  13. F

    C++ how to send opcodes from server to otclient 1.3

    hello I need to send information from the server to otclient, this information would be to update the name of a summon, I still don't understand mt well about opcodes, I made a code but it doesn't work SpectatorVec spectators; g_game.map.getSpectators(spectators...
  14. monkeyy

    TFS 1.3 serversaves is taking more than 1hour

    Hello all! As the title conveys, the automated serversave on my server has been saving for an hour now. Since then I cant login to the server anymore. I dont want to restart it manually and I'd prefer that the server saves a little bit faster :P Players online: 0 It probably has nothing...
  15. J

    TFS 1.X+ TFS 1.3 Item Description (abilities) not showing

    Hello i just pulled latest TFS from github and implemented ItemAbilities via Lua V2. Everything works fine no errors, abilities are working correctly but i cant see those special abilities when i look on Item. I tried multiple abilities but there was no description. 19:10 You see a magic sword...
  16. MrVilhelm

    Lua TFS 1.3 remove object on target.y offset

    Hiii me again, Im stuck at some coding again, and since you guys always help me out and teach me a lot of new stuff for every post I do, I will ask you for guidens! ^^ So basically I want to remove an item on my target offset. So I tried creating a variable like this : local activeTileGrid1 =...
  17. Sarah Wesker

    MoveEvent Snake Event TFS 1.3 ~ Revscript ~ EventCallback

    Hello everyone, I hope you are well Today I want to share with you an event that I had planned to do for a long time, I know that @Snavy released his version but for a change I will also launch mine First of all I will show you a simple example of what it looks like: Installation...
  18. C

    Gesior 2012 guilds creation problem [TFS 1.3]

    Hello, I have a problem with starting Guilds, namely when I start guilds everything is going well Then after clicking Next Ultimately, the guild doesn't come into being This is my pages/guilds.php https://pastebin.com/raw/PMSzy4mH mysql table CREATE TABLE `guilds` ( `id` int(11)...
  19. Simonalina

    Realmap 10.98 looking for members TFS 1.3

    Hello! i just started a new project with a realmap 10.98 the goal is to have an original realmap. (No changes on map, but if need, then i have the skills) so what I will need help with is someone who can script on TFS 1.3 and myaac. (You don't need to know both) <-- sure it would be awesome...
  20. Sarah Wesker

    MoveEvent Infinity Rooms - TFS 1.3

    This was inspired by this thread. data/scripts/infinityrooms.lua -- Infinity Room Config local IRConfig = { startPos = Position(2887, 1756, 7), -- upper left corner tpInAid = 65000, -- actionid for enter teleport tpOutAid = 65001, -- actionid for exit teleport foodAid = 65002...
Back
Top