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

  1. Manigold

    AAC how add premium time in mysql

    UPDATE accounts SET premium_ends_at = CASE WHEN premium_ends_at IS NOT NULL THEN premium_ends_at + (86400 * 7) ELSE UNIX_TIMESTAMP() + (86400 * 7) END
  2. Manigold

    realmap data pack 8.0 available for tfs 1.x?

    https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/ https://otland.net/threads/7-4-7-8-7-92-8-0-sabrehaven-com-based-on-nostalrius-7-7-fork.283603/
  3. Manigold

    Solved Hmm rune has no visual effect

    Check your hmm script on data/spells/scripts/attack probably your script is missing some parameter : combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYHIT) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
  4. Manigold

    [ZnoteAAC] Hellgrave Template + Interactive Map

    If you dislike the Portuguese language so much, you should at least know what Portuguese is. I am sorry to inform you that this site is not even in Portuguese.
  5. Manigold

    cannot connect to server. only works with 127.0.0.1

    https://otland.net/threads/unable-to-connect-to-own-server-but-others-can.274547/page-2#post-2644121
  6. Manigold

    C++ Enable attack in party in tiles no-pvp (TFS 1.5)

    https://github.com/nekiro/TFS-1.5-Downgrades/blob/7.72/src/player.cpp#L3527
  7. Manigold

    OTCv8 can't connect to my own server (Sabrehaven)

    https://otland.net/threads/unable-to-connect-to-own-server-but-others-can.274547/post-2644116
  8. Manigold

    Solved [TFS 1.4][10.98] Map glitch, no error messages

    Probably this is some issue with the items.otb from your server.
  9. Manigold

    [OTX 2.6] Help with Scripts you can't drop items on teleport

    If you need help, you have to provide at least some minimal information: for example which server you use. I am assuming it is tfs 1x. In the folder data/events/scripts/ open player.lua and add inside the function:function Player:onMoveItem(item, count, fromPosition, toPosition) this: local...
  10. Manigold

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Try to read the previous posts, all your doubts until now were already answered in this thread. https://otland.net/threads/7-4-7-8-7-92-8-0-sabrehaven-com-based-on-nostalrius-7-7-fork.283603/post-2714286
  11. Manigold

    TFS 1.X+ Help with protocollogin piece of code tfs 1.2

    I am trying to convert some old code from a multiworld system to tfs 1.2, but I am stuck at the last part. I tried all day but every attempt resulted in the client crashing. It is only the protocollogin.cpp part that is very different from the one I am using(mine don't have addWorldInfo...
  12. Manigold

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    https://otland.net/threads/error-mysql-query-unknown-column-onlinetimetoday-in-field-list.279986/
  13. Manigold

    TFS 1.X+ Combo Count tfs 1.5 772

    I don't know what OTClient you are using, but you can try to open an issue in its repository on github, or open another thread asking for help for this specific purpose(And properly explaining your problem). I am sure someone will help you with that.
Back
Top