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

    Windows Custom Client

    Good luck, Btw tibia 10.81 has just 2 addresses. logintest98.tibia.com and logintest99.tibia.com
  2. Mokerhamer

    Lua XenoBot scripting.

    People are willing to help, but to be honest isn't Xenobot forum a better place to start?
  3. Mokerhamer

    Windows Custom Client

    It does work. You just need to read the thread correctly. the replaced domain must have the exact same length as the old one. Example: my standard i.p is "fortissimum.net" It's 15 characters long including the dot. So if i replace -> "login01.tibia.com" with "fortissimum.net" IT WILL NOT WORK...
  4. Mokerhamer

    Lua onAddItem() doesn't pass cid, is there a way to display text on screen?

    True, although i would advice him to approach this somewhat differently, so the script know who "cid" is instead of area check and such. But it was a fast example i dont have time to actually make something working for him :p since we're working on the new tibia systems.
  5. Mokerhamer

    Website Connection Problems

    To avoid skype to use port 80: Tools >Options >Advanced > Connection > UNCHECK "use port 80 and 443 for additional incoming connections"
  6. Mokerhamer

    Lua onAddItem() doesn't pass cid, is there a way to display text on screen?

    It isn't menth as a script for him to use. just added small examples. this pid:getPosition() does work... i even took it from my own script.
  7. Mokerhamer

    TLF 1.2 (Corpse IDs)

    Look in rme map editor. Becuase you need to configure decay to.
  8. Mokerhamer

    Lua onAddItem() doesn't pass cid, is there a way to display text on screen?

    Ofcourse it wont work... it was just an fast example how to build something very simpel using meta in tfs 1.1. He still needs to add more coding... Use doRemoveItem(getTileItemById(Position(000, 000, 0), 15030).uid,1) instead of Game.removeItem
  9. Mokerhamer

    [How-to] Modal Windows

    doRemoveItem(getTileItemById(Position(0, 0, 0), 15030).uid,1)
  10. Mokerhamer

    [How-to] Modal Windows

    Removing item use Game.removeItem(uid) check this threat it's simal as what you want. https://otland.net/threads/onadditem-doesnt-pass-cid-is-there-a-way-to-display-text-on-screen.234261/#post-2259215
  11. Mokerhamer

    Lua onAddItem() doesn't pass cid, is there a way to display text on screen?

    onAddItem initial dosen't support cid in the "header". a option is an area check, bad side is, make sure only the throwing player is standing in the coordinates. If it's tfs 1.1 use meta. fast example, untested. function onAddItem(moveitem, tileitem, position) if (tileitem.uid == 61012) then...
  12. Mokerhamer

    How usediferents sprites?

    Use sprite editor to extract .spr found in your tibia folder. Change the sprite you wish to a new one. Use prite editor to compile .spr file and place it back in your tibia client folder.
  13. Mokerhamer

    Windows How to keep SALT Value at NULL ? 0.4 Mysql WITHOUT change encryption type.

    well there is an solution, when querying the database to create account we can preset the salt code. Can u find the querie line in the files where it creates a new account? i can edit it for you. Skype: mokerhamer it's easyer to chat on skype then here.
  14. Mokerhamer

    Windows How to keep SALT Value at NULL ? 0.4 Mysql WITHOUT change encryption type.

    tryt checking config.lua? there should be an option to disable it.
  15. Mokerhamer

    Windows How to keep SALT Value at NULL ? 0.4 Mysql WITHOUT change encryption type.

    disable salt option in gesior config.php
  16. Mokerhamer

    [10.77][TFS 1.2] ORTS, a real map project

    Looks nice. Alt-ought I'm missing outfit & achievements ;/ for example this is my new frontier configuration.
  17. Mokerhamer

    The ArchLight Project

    a 10.77 server with ~*~ 10.78 Mounts and Outfits ~*~?
  18. Mokerhamer

    Lua Rookgaard System - OTServ_SVN 0.6.3

    errors? where is -> STORAGE_ROOK defined?
  19. Mokerhamer

    [Sovled]. :) Skype crashing debug message (Need help)

    Download an older version, i download skype 3 updates earlyer it solved all the issues. I only have skype nagging that it wants to update...
Back
Top