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

    Solved [Znote AAC] Guild creation error (thread stack overrun)

    Thank you Znote, works like a charm now!
  2. krafttomten

    Solved [Znote AAC] Guild creation error (thread stack overrun)

    Hello, Anyone knows why I get this error when trying to create a guild from my webpage? string(107) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('Ridarna', '6', '1629361053', '');" (query - SQL error) Type: voidQuery (voidQuery is used for update, insert or delete...
  3. krafttomten

    TFS 1.X+ Help adapting task system from othire to tfs 1.x

    Eh, reading your code kind of hurts, but I'll do my best to answer appropriately where do you tell the server what creatures to count ? maybe relevant ? edit* Lol, just found that part. Nvm my answer then.
  4. krafttomten

    How to: Tree bridge (River)

    Aah, I didn't realize that swimming was part of the lua code in movements. I changed the code in movements.xml to not include 4825 and now it works! Thanks.
  5. krafttomten

    How to: Tree bridge (River)

    Does anyone know how to make this work in 10.98? I mean, this solution works, but it weirds me out when my character starts swimming across the log
  6. krafttomten

    [TFS 1.3] Reward based on vocation

    Amazing, this works perfectly so far. Thank you so much Sarah Wesker!!
  7. krafttomten

    [TFS 1.3] Reward based on vocation

    Hello, I have been stuck on this problem for too long now. I give up! Time to admit defeat and beg the gods of OTland for help. Currently, the code I have gives the player the content of the chest as reward. But sometimes I want to give different rewards for different vocations. I have found...
  8. krafttomten

    Windows Cannot use most brushes RME 3.7

    It works!!! It actually works! Can't believe it haha! Thank you so much! You have saved me from a RAW palette induced psychosis!! 🤩
  9. krafttomten

    Windows Cannot use most brushes RME 3.7

    Thank you for trying to help. This is exactly the way I do it, but it doesn't work for some reason. I will post the solution if I find it. Also, my palette only shows a very limited amout of items. I suppose that has something to do with my problem.
  10. krafttomten

    Windows Cannot use most brushes RME 3.7

    Yes i have used those, which fixes the unrelated error messages, but my problem persists. So just to be clear. When you press "J" and select "Glass wall" or "broken wall", RME is supposed to select that brush and you can use it to paint those selected walls in any direction? I really have no...
  11. krafttomten

    Windows Cannot use most brushes RME 3.7

    This is just getting weirder and weirder. I have the exact same problem on my second computer and it doesn't matter which client I use. Do RME save any files in any other location than the chosen installation folder? On both computers I had the same original old installation of RME which I have...
  12. krafttomten

    Windows Cannot use most brushes RME 3.7

    Client version = 10.98 edit* I have tried deleting the brushes one by one to see if anything new starts working but so far I have gotten nowhere. Also, the second entry in "walls.xml" is "broken wall" which does not work. There are other walls later in the list that do work, like the fourth...
  13. krafttomten

    Windows Cannot use most brushes RME 3.7

    So... I need to rewrite the entire "walls.xml" manually, 2000 lines long, and that is just to maybe fix the walls? I mean I have clean files, not sure why they would be wrong just for me, it doesn't really make any sense.. edit* These are all the walls visible in the palette, not sure if it's...
  14. krafttomten

    Windows Cannot use most brushes RME 3.7

    I think I have clean files, I have cleaned the install folder (deleted everything and reinstalled) and %appdata% (not sure if that did anything). Is there any files located elsewhere I need to purge? (using Windows 7)
  15. krafttomten

    Windows Cannot use most brushes RME 3.7

    Most brushes do not work. I can use any brush that is visible in the menu but many brushes, like glass walls, dark stone wall, corrupted wall, etc, does not work. If I select them (from "jump to brush" (J)) it seems like it is getting selected but nothing happens. I don't get any error messages...
  16. krafttomten

    Life crystals to life rings : Issue with multiple items TFS 1.3

    Yes! Thank you so much! On a side note, how can I find all the references to each object in TFS? Like, moveitem:[this stuff]? My current method is horrible, I simply search around the forums and the game files for any used reference but that cannot be the easiest way to find them
  17. krafttomten

    Life crystals to life rings : Issue with multiple items TFS 1.3

    Okay so here's the thing. I have made an altar that turns life crystals into life rings when the crystal is moved onto the altar. Problem is that even if I add more than one life crystal, I will only get one life ring in return. <movevent event="AddItem" tileitem="1" actionid="10003"...
  18. krafttomten

    Why “Old-School” servers don’t really work

    Make a good story and people will like it. Tibia still has the same potential for conveying a good story as it did when the game was originally released. People seem obsessed with conveying old stories in pursuit of nostalgia.. Chasing those old memories...
  19. krafttomten

    Solved edit* Help with finding and removing item from defined location

    WOOOOOO! progress so far is working to check for the rune, but it doesn't remove the rune yet :D local sacpos = {x = 1275, y = 1399, z = 8} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 1945 then doTransformItem(20001, 1484)...
  20. krafttomten

    Solved edit* Help with finding and removing item from defined location

    Nice thanks for the tip Evil Puncker, I will get to work! Also this link might help me... I hope.. hah
Back
Top