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

    [8.0] - TFS 1.2

    Will you suggest something in the subject ?? doSendAnimatedText
  2. krejken

    Cyclops Thais from kasteria 8.0

    Map from the kasteria 8.0 server. Cyclpos Thais in the south level -9 Have fun .... :)
  3. krejken

    Venomire Winter from kasteria 8.0

    Venomire map with spawn. Map in the winter version for real map client 8.0 enjoy..:)
  4. krejken

    [8.0] - TFS 1.2

    local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] = {changeBack = ITEM_GOLD_COIN, changeTo = ITEM_CRYSTAL_COIN}, [ITEM_CRYSTAL_COIN] = {changeBack = ITEM_PLATINUM_COIN} } function onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  5. krejken

    [8.0] - TFS 1.2

    celohrer. Is this function available in your project ?? "doSendAnimatedText" ???
  6. krejken

    [7.72] RealOTX with CastSystem - OpenSource

    dead link reload please
  7. krejken

    [8.0] - TFS 1.2

    ok, i checked this meat error is in your unedited engine. there is no specific weight in your items.xml file. and then it worked well. but if you specify the weight of the 20 oz ham item then this bug occurs 1584985614 there is one more mistake. door with a key, for example 3810. the key opens...
  8. krejken

    [8.0] - TFS 1.2

    ok i check this
  9. krejken

    [8.0] - TFS 1.2

  10. krejken

    [8.0] - TFS 1.2

    I found another bug explanation in the file
  11. krejken

    [8.0] - TFS 1.2

    Can you help me change the settings in the player.ccp file related to mana and heal max after getting the level up??
  12. krejken

    [8.0] - TFS 1.2

    Done working perfect. THX Regards :)
  13. krejken

    [8.0] - TFS 1.2

    boost_1_62_0-msvc-14.0-64 tfs-sdk-3.2 Only these files do I need? Will I need anything else ?? 1584647681 Have any ideas?
  14. krejken

    [8.0] - TFS 1.2

    I have a problem installing the software.
  15. krejken

    [8.0] - TFS 1.2

    ok I'm just having a build problem because I can't find it in visualstudio 2017 network only visualstudio 2019 is available Can you compile it for me ??
  16. krejken

    [8.0] - TFS 1.2

    more details in the file
  17. krejken

    [8.0] - TFS 1.2

    Problem one. on Share Experience not working. Problem two. Two playres PVP just attack sword, spear, wand, only one hit after mark. unmark and mark again only one hit 1584384335 boots of haste not change speed on player level 100+
  18. krejken

    [8.0] - TFS 1.2

    some body compiling last time exe?? download please
  19. krejken

    [8.0] - TFS 1.2

    problem with player HP bar after level UP. my script data\creaturescripts\scripts\levelup.lua function onAdvance(cid, skill, oldlevel, newlevel) if skill == SKILL__LEVEL and newlevel == oldlevel+1 then doCreatureAddHealth(cid, getCreatureMaxHealth(cid))...
Back
Top