• 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

    how ppl creates old accs?

    *Cries in 8 bars of old rep*
  2. Bogart

    TFS 1.X+ Modifying spell script

    Nvm, just replace it in line 425 instead of the whole script
  3. Bogart

    TFS 1.X+ Modifying spell script

    replace all "addEvent(xxxx, xxxx, cid)" to "addEvent(xxxx, xxxx, cid.uid)"
  4. Bogart

    TFS 1.X+ Modifying spell script

    I can't quite understand what you want, could you explain it again?
  5. Bogart

    OTClient how to create multi client? 8.6

    Are you sure it's not 8.61? search for 106BF4, 8.61 and 8.60 are often labeled the same.
  6. Bogart

    Lan server for me and some friends

    Global Full OtherWorld + Events + War Anti-Entrosa 10.94 - 10.96 FULL GLOBAL DOWNLOAD 10.90 / 10.91 [TFS 1.2/KRAILOS/NEW ARENA/CAST/REWARD/EVENTS/CASINO [10.77][TFS 1.2] ORTS, a real map project [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]
  7. Bogart

    AAC Alphabetical sorting in a loop

    Sometimes solutions are already in the internet, even if it's not in OTLand, for example if you search "sort php" the first link will give you the same answer I provided
  8. Bogart

    AAC Alphabetical sorting in a loop

    sort($kills) a-z rsort($kills) z-a
  9. Bogart

    how ppl creates old accs?

    Wait wat? what do you mean?
  10. Bogart

    Ochmar, 0 - 365

    Keep 'em coming!
  11. Bogart

    TFS 1.X+ Spell collision system

    local casting = 1 local colision = 2 function checkColision(cid) -- Function by Ramza (Ricardo Ianelli) if getCreatureTarget(cid) ~= 0 then setPlayerStorageValue(cid, 9001, casting) local ppos, enemy = getCreaturePosition(cid), getCreatureTarget(cid) local epos =...
  12. Bogart

    znote acc shop problem

    Show your config.php
  13. Bogart

    Lua Ring of Ending

    Sorry, edited last post.
  14. Bogart

    Lua Ring of Ending

    local storage = 480658 local storage2 = 480663 local messages = { {m = "The ring feels quite heavy now. Nothing else happens.", e = CONST_ME_MAGIC_GREEN}, {m = "The ring feels even heavier. You feel slightly stronger, however.", e = CONST_ME_MAGIC_GREEN}, {m = "You feel better, more...
  15. Bogart

    Lua Ring of Ending

    Try this: local storage = 480658 local storage2 = 480663 local messages = { {m = "The ring feels quite heavy now. Nothing else happens.", e = CONST_ME_MAGIC_GREEN}, {m = "The ring feels even heavier. You feel slightly stronger, however.", e = CONST_ME_MAGIC_GREEN}, {m = "You feel...
  16. Bogart

    TFS 1.X+ Spell collision system

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_DEATH) combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -1, -10, -1, -20, 5, 5, 1.4, 2.1) local...
  17. Bogart

    forgottenserver tfs 1.3

    It wasn't meant to work, it was just to see if there were any errors. were they?
  18. Bogart

    Website not syncing with server

    Can you show the error inside the "Server information" box?
  19. Bogart

    forgottenserver tfs 1.3

    Run it with cmd
  20. Bogart

    TFS 0.X bless script problem

    Blessing Bug - downgraded to level 1
Back
Top