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

Recent content by TomBartezz

  1. T

    TFS 1.3 item.otb bug

    Ohhh I did not know that you needed to edit the tibia.dat too, what's the program called for it?
  2. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    I just thought of an idea, instead of doing a query, what if I made a monster that when you die to it, you lose enough exp to go back to lvl 8, is that possible?
  3. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    The query seems to work, but I am not home right now and I tried logging into the account, now the characters move one square and freeze, I get a connection lost 10053 error. It also happens with every account I log in, so maybe the query is making the server bug? Update: The query works, I...
  4. T

    TFS 1.X+ Sacrifice Item Error TFS 1.3 Client 10.98

    I would like to see if this script can do something like this | x | o | x | --> | | x | | Using 2 altars and the 2 x's are the items, and the o means the altar is empty, then it combines into a new item -- > x from using a lever to the left of the player, down 1 sqm from the altar.
  5. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    Hmm strange, now it just kicks the player, but then nothing happens when the player logs back in, he's still the same level and there are no errors.
  6. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    i don't get the db error anymore but I get this error Lua Script Error: [Scripts Interface] /home/pi/forgottenserver/data/scripts/reschar.lua:callback /home/pi/forgottenserver/data/scripts/reschar.lua:5: attempt to concatenate a nil value stack traceback: [C]: in function '__concat'...
  7. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    I get these errors now, I also just realized that a player should be able to do it without being a staff member. [Error - mysql_real_query] Query: UPDATE `players` SET `level` = '8', `health` = '185', `healthmax` = '185', `experience` = '4200', `maglevel` = '0', `mana` = '90', `manamax` = '90'...
  8. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    I just need it to reset the character back to level 8, the magic doesn't matter that much I think, but I get this error when I try it [Warning - Event::checkScript] Can not load script: scripts/resetchar.lua data/talkactions/scripts/resetchar.lua:10: ')' expected near '`' With this code local...
  9. T

    TFS 1.X+ TFS 1.3 Reset character hp, mana and level to 8

    Can anyone help me make a script if this is not going to bug? I am currently testing monsters in my ot and I want to reset players back to level 8 and other levels, I guess if I have the script for a level 8 I will know how to make the other level resets, when I mean reset, the mana and hp also...
  10. T

    TFS 1.X+ TFS 1.3 Crafting System Error

    It's 10.98, what do you mean by changing that? I don't see sendMainCraftingWindow anywhere.
  11. T

    TFS 1.X+ TFS 1.3 Crafting System Error

    Can anyone help me with this crafting system? I have an error, but I have copied and pasted everything as it said to including the modal stuff. I am not sure but maybe it's not compatible with TFS 1.3? Also the rank system works from this thread, so maybe it's not about the modal windows...
  12. T

    Feature Health And Mana Percent [TFS 1.2]

    Will this work for tfs 1.3 without compiling if I compiled already prior to reading this thread? And Is it also possible to make the monster show damage %?
Back
Top