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

    Weird bug freezes players after login (packet sixe not fit symetric encryption)

    It's probably the login, enable the login script and try to bug the server, if it bugs well you know which script is causing it
  2. Bogart

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Do you mean that instead of levels it uses another point system?
  3. Bogart

    Error LUA

    Do not double post unless 24 hours have passed. Try posting more details, did you compile a clean 0.3.6 souce? does it happen when triggering an action? on server start? on login? death? advance level? onlook? you can't expect us to to help you without providing enough detail.
  4. Bogart

    Weird bug freezes players after login (packet sixe not fit symetric encryption)

    What I meant is, disable one by one to see which script is causing the problem, then post it so we can try to find whats causing the issue
  5. Bogart

    Weird bug freezes players after login (packet sixe not fit symetric encryption)

    Try to disable login functions 1 by 1
  6. Bogart

    Talkactions Teleport

    Or you could parse through the OTBM file ONCE and find the unique ids and write them as config and just make a teleport talkaction that goes to those positions.
  7. Bogart

    Lua Problem with command (talkaction)

    Line 27 and 41, change group to 2 and access to 1
  8. Bogart

    Lua Problem with command (talkaction)

    No, the talkactions.xml
  9. Bogart

    Para los que fueron usuarios de otfusión o eotfans o OTSH

    Advertisement ahi ta pa los anuncios
  10. Bogart

    Lua Problem with command (talkaction)

    Post the one you currently have, and the xml just incase it has something to do with it.
  11. Bogart

    Linux Zombie Event not working

    Well I mean, if that other forum forbids their users from posting content in other forums then you should head there and ask for help, otherwise post the code here so we can help you. We also have rules (support board rules) in this forum, which do specify you have to post the code if there's any.
  12. Bogart

    Linux Zombie Event not working

    Well, you cannot expect us to guess what code you're using. Post the code.
  13. Bogart

    Save map to a non-binary format

    You should post how you did it, it may be useful in the future.
  14. Bogart

    [France] Tibia PVP 7.4 OPEN BETA

    [BOARD RULES] Read this before advertising, to skip your thread getting deleted
  15. Bogart

    no chest item tfs 0.3.6

    Have you tried opening it while having a backpack?
  16. Bogart

    Lua TFS 0.4 - Graduation system, storage for 5 best players

    Lol my bad, edited.
  17. Bogart

    AAC GESOR 2012 -- Latestnews

    You should wait 24 hours to bump a thread
  18. Bogart

    This from 0.4 to 1.2?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, 50) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat...
  19. Bogart

    This from 0.4 to 1.2?

    What script did you use to check if it worked?
  20. Bogart

    This from 0.4 to 1.2?

    How exactly did you call it?
Back
Top