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

    Compiling Error C3861 identifier when compiling on windows

    Hello, getting below error on several locations when compiling an untouched TFS 1.4 VC 17 with my Visual Studio 2022. Any suggestion on how to fix these errors? It says C3861 is an identifier issue, but I haven't changed anything in the code. Severity Code Description Project File...
  2. Mjmackan

    TFS 1.X+ Moving onto TFS 1.4 lost functions

    When I updated my sources to TFS 1.4 from 1.3 i lost a function to make object unmoveable through events. This is the code im using: function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder) if item:getActionId() == 9999 then print("yeloo")...
  3. Mjmackan

    TFS 1.X+ Failed to create item

    Yo waddap, trying to upgrade TFS 1.3 to TFS 1.4(I am using TFS 1.4), when updating otb version to 63 on map editor, client, items.otb I keep getting this error when launching the .exe. [Fatal - Map::loadMap] [x:1006, y:952, z:7] Failed to create item. And when deleting that item, it simply...
  4. Mjmackan

    Mapper Looking for detailed mapper to GameFate(custom project)

    GameFate is a custom tp ot which is a lot about unique ways of thinking and in such behaviour reward it, this puts challenge for a mapper. I will rarely set a demand on theme or such, I'll rather let your creativity shine. What do we look for? -You easily work with raw borders and thats your...
  5. Mjmackan

    TFS 1.X+ Frags wont decrease TFS 1.3

    Seems like other people as well have had the issue with frags not decreasing onTFS 1.3. Anyone who already spent time and looked into what it is thats causing this issue? Script used to check frags: function onSay(player, words, param) local fragsToRs =...
  6. Mjmackan

    Windows Issues getting crash log windows

    Having an issue getting any information from my debugger, how would you proceed from here? I followed this tutorial: TFS 1.X+ - tfs 1.2 how can i create a crash log? server crash when login after dies...
  7. Mjmackan

    TFS 1.X+ gdb error unsigned int where?

    Anyone willing to explain? I see there are warning about a unsigned int, is it referring to the storage saving in database or whats the problem? Thread 2 "tfs" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5f2b700 (LWP 2865)] 0x00005555555ba7f4 in std::less<unsigned...
  8. Mjmackan

    Server gala issue, thought.

    Can a mod wakeup and accept my server gala post? If its suppose to be a maximum of 7 day to post before release and a full day can pass on without anyone accepting the post maybe we should increase the amount of post days? Or just notice people to post the thread 1-2 days before you need it...
  9. Mjmackan

    [France] [Custom] GameFate - Launch 31/03 15:00 CET

    Tell me why, aint nothing but a heartbreak.. Was what i thought the lyrics were to the song "Backstreet boys - I want it that way". And same goes for you, don't take open tibia for granted, the retards of developers aren't gone, not yet. I am here, I've put the chase of fame behind me, the...
  10. Mjmackan

    GameFate - "just another" teleport OT

    GameFate - Your depression almost cured~ Short story of GameFate. GameFate was a 8.6 evolution server, with pretty much copy paste content released and online back in 2010-2012. GameFate as it aged turned out more customized when i slowly began to understand coding more and more, as the years...
  11. Mjmackan

    OTClient .otui and how to fetch?

    So i followed this lil tutorial: OTClient - How to make a hud in otui (https://otland.net/threads/how-to-make-a-hud-in-otui.282980/) but i didn't succeed. In not succeding Im talking about there's no image showing, as its suppose to show the window.png file. This is my otui: (which otclient...
  12. Mjmackan

    OTClient otclient sending packets

    Yo, trying to send packets from server to otclient but i get nothing at all when im checking TFS(TFS 1.3) console, nor ctrl+t on otclient. I have added json to server(TFS 1.3) & client. Was there anything source-related needed as well? I've been checking multiple threads so far without success...
  13. Mjmackan

    TFS 1.X+ Any function to check if item is thrown?

    Waddap! Using TFS 1.3 Im creating a script which cleans a specific area, however it will also clean decorations etc, I dont want that. I want it to remove items that players has throwed out. Is there any way to check if it has been throwed out, one idea i had was to add a hidden mark to every...
  14. Mjmackan

    C++ C++ issues: declaring, private -> public and setting member

    I have three errors I've researched which I do not fully understand how to solve. Excuse me if im not providing with enough information, Im lacking bits of C++ knowledge but Im trying my best and solved most errors so far. What I need help with is pretty much on HOW to go further solving these...
  15. Mjmackan

    Lua Loop not running and cant target the monster

    This function prints 'not nil' but it wont print 'looping' and I dont get why. Also, how would one target a monster inside the spectate (monsters) and get the monsters health? As the monsters[v] is simple a number/id. function startup(level) local setArea = nil local lizardDungeon = {...
  16. Mjmackan

    TFS 1.X+ player:getFightMode() only gives me 1

    Printing player:getFightMode() will only print 1, I'm not sure on how to use this command, also tried printing: player:getFightMode(FIGHTMODE_ATTACK) player:getFightMode(ATTACK) player:getFightMode(FIGHTMODE) But still prints 1 in console.
  17. Mjmackan

    TFS 1.X+ Npc module onSell error

    Anyone aware of whats causing this error? TFS 1.4 Error: Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:1023: [ShopModule.onSell] items[itemid] == nil stack traceback: [C]: at 0x7ff623fb7720 [C]: in function 'error'...
  18. Mjmackan

    TFS 1.X+ onSpawn delay

    I can't for the world figure this stuff out. I'm trying to make a teleport effect occur 5 times (one each second) and then make the monster spawn(on the fifth teleport effect, so after 5 seconds). This is what i came up with and well, its shit, but i want to prove i tried at least. This wont...
  19. Mjmackan

    Solved print a number of a table

    How would you procceed in order to print one of the desired numbers in the '['-brackets without using the number inside? local charmStats = { [13508] = {sockets = 2, statType = {"HP", "MP"}, statAmount = {"+250", "+350"}}, [24322] = {sockets = 2, statType = {"HP", "MP"}, statAmount =...
  20. Mjmackan

    TFS 1.X+ store inbox as charm container //how to update stats on items?

    Yello! I am looking into using the store inbox as a charm container and easiest way IMO is to add the stats as normal to the items used. The question I got is how to update or set the stats on the character when you put the item into the container and remove the stats when you remove the item...
Back
Top