• 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. undead mage

    Tibia 10 disable message

    Bump
  2. undead mage

    TFS 1.2 pushing people faster

    Ah lol thx I ment the one that static did send xd but this worked perfect thanks!
  3. undead mage

    TFS 1.2 pushing people faster

    Thanks I will try it when I get home How do I have to edit it because I don't see any miliseconds that can be changed
  4. undead mage

    TFS 1.2 pushing people faster

    I tried changing it to 100 and compiling it again but there still is a little delay before the person gets pushed
  5. undead mage

    Tibia 10 disable message

    I was wondering if there is anyone that could help me with disabling the update message on client 10. I searched for it and found this thread Tibia 10 Custom Client: Disable Update Message + MC + Your IP but the problem is that I cant find this part: Offset: 13EF52 Change: E8 D6 A2 24 00 To: B8...
  6. undead mage

    TFS 1.2 pushing people faster

    So I was wondering if someone could help me with pushing people faster on TFS 1.2. I remember that on older versions there were servers where you could fast push people. I tried searching for fast push and push delay and all I could find is that it was possible to edit it in config.lua with...
  7. undead mage

    Remere's Map Editor 3.3

    Does someone have a link to tibia 11.100? Tried to find it several times but couldn't find anything to work with the latest remere from github.
  8. undead mage

    Halls of Hope Boss script

    Well, atm im using this script for a boss but can someone help me add a 20 hour waiting period? local config = { requiredLevel = 100, daily = false, centerZuraborRoomPosition = Position(175, 508, 11), playerPositions = { Position(165, 532, 11), Position(165...
  9. undead mage

    Custom client 10.XX

    Bump
  10. undead mage

    Custom client 10.XX

    Well I've got 3 questions. I've searched if there is a tutorial to make a custom 10.xx client but I couldn't find one. All I could find and what worked for me is Custom Client [8.6 - 10.XX] to change the ip but I was looking for a tutorial that disables the message to download client 11. I've...
  11. undead mage

    Gesior TFS 1.2

    Yes right-click and copy or just ctrl+c can't select anything either with mouse. I don't need to copy anything but it's annoying if people want to copy like someone's character name or something. So I need to disable it. Bump
  12. undead mage

    Gesior TFS 1.2

    I've downloaded Gesior TFS 1.2 Premium Pack, it's basically the latest gesior with rl tibia layout. But my problem is that you can't copy anything from the website somehow it's disabled. Does anyone know how to change that so that people will be able to copy stuff from the website?
  13. undead mage

    Gesior 2012 TFS 1.2

    Bump
  14. undead mage

    [Gesior 2012] [TFS 1.2] Buy tibia coins

    try this local function doPlayerAddCoins(cid, count) db.query('UPDATE accounts SET coins = coins+'.. count ..' WHERE id = ' .. getAccountNumberByPlayerName(getCreatureName(cid))) end function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddCoins(cid, 30)...
  15. undead mage

    [Gesior 2012] [TFS 1.2] Buy tibia coins

    But I don't need premium points that already works I need people to be able to buy tibia coins. Which indeed should be column "coins" thats also what I have in my database but it isn't working.
  16. undead mage

    [Gesior 2012] [TFS 1.2] Buy tibia coins

    tried it and it didn''t work :s
  17. undead mage

    TFS 1.2 Zombie Event bug

    bump
  18. undead mage

    Gesior 2012 TFS 1.2

    bump
  19. undead mage

    Tibia Store images .gif/.png

    Yea but my question was how can I get 64x64 images :P because the in-game store uses only 64x64 images
  20. undead mage

    Gesior 2012 TFS 1.2

    So im using this code to show how much % someone has done of a quest and everything works except that if someone did like 1 of the 3 mission it shows 33.333333333333% what do I have to change to make it show 33.33%? So that it will be max 2 numbers after the ...
Back
Top