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

    Outfits? TFS 1.2 - helppp

    i think u can use: player:setOutfit({lookType = ID, lookHead = 78, lookBody = 106, lookLegs = 58, lookFeet = 95}) onUse item but the player will need to use always the item.. other way i think u can use getStorage on the bool(??) if (lookType >= 132 && lookType <= 134 && isPremium()) &&...
  2. marcelomnzs

    Segmentation fault core dumped.

    i got it, ubuntu 22. but i think is ok right?: apport.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable apport
  3. marcelomnzs

    Segmentation fault core dumped.

    I did the above precedent but I can't find the log file after another core dump. where is it please
  4. marcelomnzs

    TFS 1.X+ Walk Through GMs

    yeah man, that one i got it, i'm looking for the "if in ghost mode, walk trough" part edit: ctrl + dir working good here! 👊
  5. marcelomnzs

    TFS 1.X+ Walk Through GMs

    i will use it while.. ty!!! thank you again.. I am also an inspiration to programming. I learn the codes by deduction.. but this one is hard haha
  6. marcelomnzs

    TFS 1.X+ Walk Through GMs

    nice man, but i will just do the auto "teleport". i'm looking for the walk through
  7. marcelomnzs

    TFS 1.X+ Walk Through GMs

    up again
  8. marcelomnzs

    TFS 1.X+ What is creature::say[ghost=false]?

    please guys, I'm using tfs1.2 and my gm when invisible, it hinders the player to pass. Is it possible for only gm's ghostmode to be traversable, not those of warlock domo creatures?
  9. marcelomnzs

    RSA, OTC and TFS 1.2

    Thank you very much, despite connecting the dots and having just reached this conclusion with the research, I did not find any tutorial explaining it for sure. what I know now is that you need to compile this client, so your rsa key is not exposed. the way you are using it, just copy the key...
  10. marcelomnzs

    TFS 1.X+ Gold Converter

    very nice, but the charges didnt worked for me.. trying edit here
  11. marcelomnzs

    CreatureEvent [TFS 1.3] Best Free Anti-Bot System -- Notations & Auto-Ban

    thanks for the contribution! here it didn't work from the code to go with symbols, they are sent only numbers. What can it be?
  12. marcelomnzs

    IP LOG

    and about in game? have any script for log in login account?
  13. marcelomnzs

    start serv on startup

    please, how I can auto start the server on ever reboot? I tried: $ crontab -e @reboot /local/restart.sh but it didnt work ;~ (Ubuntu 22)
  14. marcelomnzs

    myaac premdays

    up
  15. marcelomnzs

    [MyAAC][Plugin][Template] Tibiaold

    was 2 for this template. but I know now how to fix.. ty
  16. marcelomnzs

    myaac premdays

    Hello, if anyone can help me.. I still can't solve it: If I add premium days through the editor of the admin panel, in the account status in account manager it says I have premium, but in the game I don't have premium. (gets premdays = 1663517886 for one day in db). if I put it by db premdays =...
  17. marcelomnzs

    Nostalrius 7.7

    Please.. I'm working on it, trying to downgrade to 7.4 formulas.. I've edited all spells to be used by maglevl instead level.. its ok but in npcs, to use mag to buy i found it.. in sources 'behaviourdatabase' BEHAVIOUR_TYPE_SPELLLEVEL, // get spell level how change to look for maglvl?
  18. marcelomnzs

    [TFS 1.2] Tibia 7.4

    thanks for the contribution, but what changes were made to nostalrius? I'm working on a downgrade of it. but looking at this one, I haven't seen any edits yet for 7.4. wands, spells, souls... for example are still in the project.
  19. marcelomnzs

    TFS 1.X+ where edit timezone?

    the VPS has the correct time but the message "Your last login was: DATE" when login is wrong time zone.
  20. marcelomnzs

    myaac premdays

    I use the nostalrius 7.7 distro.. https://github.com/Ezzz-dev/Nostalrius/blob/3c0a34e91e2afb17cbd85a75f5ab96171cd7d8d3/src/iologindata.cpp#L33 if I put the premday by the db, even if the lastday is 0 it works, because it is updated. I would like to understand why it doesn't work and how to...
Back
Top