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

    AAC Issues connecting to database with MyAac

    Hi everyone, I'm trying to configure on my local machine an ot to start developing, and after multiple tries, I decided to do all my configurations under a docker compose file, and actually, it is working well, the TFS is able to connect to the dockerized database, also, I already configured the...
  2. Ovnyx

    AAC Troubles configuring the acc

    Hi everyone, recently I got some extra time and I wanted to spend this free time on the TFS, I saw that it is on version 1.4.2, so I cloned the repo and built the project, created the database using the schema provided on the tfs folder, but I'm having this issue with Gesior, and MyAcc where...
  3. Ovnyx

    TFS 1.X+ [TFS 1.3] New creatureevent not working

    Hi everyone, I was trying to add another creature event to allow me to handle with lua when a creature actually gets experience. I know there is already a onGainExperience function under the /events/player.lua file, but I'm trying to handle this even for summons and I was wondering if I could...
  4. Ovnyx

    TFS 1.X+ TFS 1.3 - Emote spells

    Hi, i was trying to change how the cast spell works, i enabled in config lua the emote flag, and what i am looking for is that when a player cast a spell the words show are not the "Words" , instead i want to show the "Name" so if i cast exura it will say "Light healing". i was looking into...
  5. Ovnyx

    TFS 1.X+ Validate item when using

    hi people, i was trying to validate when i use an object in a target what kind of item is(helmet, legs, armor, ring, etc) i tried with ItemType using itemType:getSlotPosition() with no success any ideas how can i do this? thanks in advice!
  6. Ovnyx

    TFS 1.X+ OnEquip Lua Function

    good night, i was playing a lil with the onDeEquipItem DeEquipItem functions, i was trying to just get the description of the equiped item, i was using this simple script : function onEquip(player, item, slot) print(item:getDescription()) end and this for the item in movements: <movevent...
  7. Ovnyx

    TFS 1.X+ Usable item

    i wanted to use specific object in a OnUse action event but dont know why is not working, edited with item editor and it was multi use, and with object builder i figured out that the object is useable, but im still not able to use the object , any ideas whats going on? thanks in advice!
  8. Ovnyx

    TFS 1.X+ Tfs 1.3 abilities, AttackSpeed

    hi, im using Delusion ability system i recently add the last abilities delusion add like attackspeed, damagemitigation, supporthealing, etc i was using this script to test the healregeneration: function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target.itemid ==...
  9. Ovnyx

    Compiling tfs 1.3 with Delusion abilities

    hi, i was modifying tfs 1.3 the last one TFS 1.3, i got some errors while compiling, i fix most of them but i cant figure out this ones: where are this identifiers declared? i look at the enums and they are there, and i did all the change in order acording to THIS thanks in advice! :D
  10. Ovnyx

    TFS 1.3 abilities

    hi i was using a compiled of this repo: Vulcanx/forgottenserver (https://github.com/Vulcanx/forgottenserver/tree/abilities-remove) and i was trying to add new abilities that are here: extra item abilities, core itemabilities fixes · stigmatic/engine@14aaddb...
  11. Ovnyx

    Special Storage

    hi , im pretty sure there was a lua tutorial about storages and special storages, as i remember source code has to be modified and recompiled to put special storage working on the tfs, but im searching and i cant find it, can any one point me to this post or something similar? thanks in advice...
  12. Ovnyx

    Issues compiling TFS 1.2/1.3

    Hi i was trying to compile the tfs 1.3 but i got som troubles, i use this guide : https://otland.net/threads/tfs-1-3-8-6-compiling-errors.263594/#post-2548089 until i can compile but i got errorm then i try retargeting the solution and then again rebuild but i got the same issue: same while...
  13. Ovnyx

    TFS 1.2 speed attack

    hi, sorry if this is a stupid question, but i was searching in the forum and im wondering how the server handles the speed a character hits a target? since there is no attackSpeed lua function to handle this, i was trying to understand how the server handles this so i can figure out what should...
  14. Ovnyx

    When to use lua functions

    Hi im returning after some time working hard on my career, actually im retaking my old ot project, and i was curious to know in which cases should i use lua functions instead of adding extra stuff into the source code of the tfs? for example if i want to modify some of the normal behavior of a...
  15. Ovnyx

    Correct way to transform item

    hello, i wanted to know what should be the correct way to transform item into another while equiped, and transform back again when dequiped, i just modify items.xml and add transformEquipTo, and transform back used decayto and a duration, but in future i will like this item to give something to...
  16. Ovnyx

    Solved Znote ACC problem.

    Hi people! today i was installing oracle databse 11g, so when i startd xampp to do some shit on my server there was a warning message saying oracle was using 8080 port and tomcat need this port free, so i changed it in C:\xampp\tomcat\conf, then edit server.xml <Connector port="8080"...
  17. Ovnyx

    [TFS 1.2] Windows or Linux?

    hi guys, i was wondering whats the difference between running my server in a linux or a windows system? since 2010 im more a linux user, i use arch linux, and im using windows just to work on my server, it is a little annoying to run into windows just for that, so i wanted to know why use...
  18. Ovnyx

    Solved [TFS 1.2] How Far? (addEvent)

    hiho! i was taking a look this rainbow outfit, posted here: [How-to] Using addEvent() then i was thiking if there is like 50-60 people online in a server and most of them are wearing this outfit, all this "cicles" (recursion) on each player wont generate a lot of lag? or how can i calculate...
  19. Ovnyx

    Solved Wand/Rods not working

    Hi guys, i dont know why rods or wands are not working in my server, it doesnt matter if i use them in a normal player or a GOD player, they simply doesnt do anything, they work as a stick xD because the up fist fight anyone know what going on here? <!-- Wands --> <wand id="23719"...
  20. Ovnyx

    Solved [TFS 1.2] Custom monsters problem

    hi guys, im having a problem since this morning and i cant find what is the error. Inside my monster folder i have another one called "custom" and in that folder there are 3 more: [ice,energy,fire]. i have modified the creatures names and some of their flags. the problem that i have is that...
Back
Top