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

    RME downstairs

    How do i show the wall below the map in that location? Other locations appear. But here just black.. Is floor z7
  2. ftsystem

    TFS 1.X+ Fatal or Dodge

    How to add effect "Fatal" or "Dodge" in best hits? Tfs 1.3 data/scripts/creaturescripts/best_elemental_damage.lua local creatureevent = CreatureEvent("BestElementalDamageHealthChange") local baseStorage = 505050 BestElementalDamage = { combatData = { [COMBAT_PHYSICALDAMAGE] =...
  3. ftsystem

    TFS 1.X+ TFS 1.3 useStamina

    When die an creature and it dies this window pops up in console!! Tried everything and it didnt work
  4. ftsystem

    Lua Second Promotion Action

    Can someone help me to put a magic effect when i click on the item? Thanks 😘 function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.itemid == 39186) then doPlayerSetVocation(cid, getPlayerVocation(cid)+4) player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You've been promoted...
Back
Top