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

Search results

  1. buchaLL

    [8.6][TFS 0.4] Karmia

    Karmia Datapack 8.6 Infomations: Cast system, War system, Party Shared Exp bonus, Castle War, Report system (command !bug msg), Auction System and more.. possible payment with money from the bank, added diamond arrows, boss system each person who caused damage to any boss gets their own loot...
  2. buchaLL

    C++ Colors

    Where can I check these colors? I would like to add my own. const.h enum Color_t { COLOR_BLACK = 0, COLOR_BLUE = 5, COLOR_GREEN = 18, COLOR_TEAL = 35, COLOR_LIGHTGREEN = 66, COLOR_DARKBROWN = 78, COLOR_LIGHTBLUE = 89...
  3. buchaLL

    Lua Condition tfs 0.4

    I have a small problem. I'm trying to add condition to my talkaction script but it doesn't work. Help me :< function onSay(cid, words, param) local condition = createConditionObject(CONDITION_DAZZLED) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition...
Back
Top