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

    Lua Rare error

    ok going to check, so i can create a class and save it as lua in core folder then call it in core.lua? to create diferent instances of that object? thanks in advice!
  2. Ovnyx

    Lua Rare error

    thanks for your answer, i tried but i get the "error with isPriemium method, when calling its nil"
  3. Ovnyx

    Lua Rare error

    hi, i was working on a script, and suddenly i got this error on server when trying to log in: the thing is that i never touched login or logout .lua before this error occur any one know why is this happening EDIT:i founded the problem and it is because in data/lib/lib.lua i added...
  4. Ovnyx

    [SOLVED] Help with lua function 1.2

    @Thexamx wow, thanks thats exactly what i was searching for!! i tried with "creature say" so im taking this advice for next occasion, thanks sir! :) @Static_ wow thats exactly what i was thinking, thanks for this information!! really helpfull Bless
  5. Ovnyx

    [SOLVED] Help with lua function 1.2

    hi, anyone can help me with or link of some info about lua functions usage, because there are some functions where parameters are hard to understand, im trying to get how to use doCreatureSay 1.0 function in 1.2 TFS, i tried with creature:say(text, type[, ghost = false[, target = nullptr[...
  6. Ovnyx

    Solved Error while copiling TFS 1.2 on 64 bits windows.

    hmm thanks for ur answer but i guess i didnt understand at all what i have to do, maybe there is another way to copile the server by using another IDE? EDIT: Finally i get it and i copiled succesfully the TFS but i dont know how to organize the folder tu be usable! This Compiling TFS simple...
  7. Ovnyx

    Solved Error while copiling TFS 1.2 on 64 bits windows.

    ye i did that go to project/properties/ then i choose c/c++ then i go to includo aditional directories and i choose this path : C:\local\boost_1_62_0;%(AdditionalIncludeDirectories) before that i runned the register_tfssdk_env.bat and then i copied register_boost_env.bat in the folder i...
  8. Ovnyx

    Solved Error while copiling TFS 1.2 on 64 bits windows.

    thanks for your answer, actually im trying to do it with that instructions but i followed them, got some erros, have to install some aditional things, the only thing is that idk what to do with this 2 things: *sha1sum: 3fb1b140e40e8e8bc90f82f92bd022a50569b185 *sha256sum...
  9. Ovnyx

    Solved Error while copiling TFS 1.2 on 64 bits windows.

    hi guys im actually getting this error whiel trying to copile the TFS 1.2 cant open the file to include pugixml.hpp no such file or directory any idea how to fix it? thanks!! Ovnyx.
  10. Ovnyx

    Lua TFS 1.2 Scripting

    WOW this information is really interesting, ill start reading all of it! Bless
  11. Ovnyx

    Lua TFS 1.2 Scripting

    thanks for your answer, i was already reading that code trying to understand but sincerely i understand all the code and what it does but, i cant understand how that values are still there in PETS table, when i turn off server and run it again or player log of and log in :/
  12. Ovnyx

    Lua TFS 1.2 Scripting

    hmmm so, i should modify the server sql squema and try to store there the object info to store it permanetly? EDIT: what if my class object isnt an item and its for example a summon? and i wante anytime i log that summon is still there with me?
  13. Ovnyx

    Lua TFS 1.2 Scripting

    wow!!, so just by storing the data in a lua table, will be avaliable anytime i log in if player had an associated object? even if server get closed and opened again??
  14. Ovnyx

    Lua TFS 1.2 Scripting

    hi people, im trying to use lua metatables to create a script by using classes, what i wanted to know is if i can save some info to work with it anytime the player log in? basically what i wanted to do its to create a object and associate it to a player, so i can use a lib file, to create some...
  15. Ovnyx

    Solved TFS 1.2 updating folders

    WOW, this will really helpfull, thank you guys!
  16. Ovnyx

    Solved TFS 1.2 updating folders

    hi guys, all i wanted to know is, if there is a way to update my server changes without closing it? there was a version that had a GUI server and had some options, so i was wonring if there is a way to "interact" with the server by using command line? thanks in advice!!
  17. Ovnyx

    TFS 1.2 Item editor???

    hi, thanks for your answer, i already tried with it, i got it from ur post in blacktibia, but when i try to load the item.otb it says that it doesnt have support for client 57, tried adding in pluggin three .xml this line <client version="1098" description="Client 10.98" otbversion="57"...
  18. Ovnyx

    TFS 1.2 Item editor???

    how can i use this tool to edit 10.98 items.otb? thanks in advice
  19. Ovnyx

    [TFS - 1.2] house talkactions in Lua

    wow thank you sir, actually this answer its really important, will help me a lot understanding better how TFS work, thank u a lot buddy!
  20. Ovnyx

    [TFS - 1.2] house talkactions in Lua

    hiho, today testing in TFS 1.2 i saw that you can use !sellhouse player, but isnt in talkactions, or as a script in talkactions/scripts? where can i find this? thanks in advice
Back
Top