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

  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+ TFS 1.3 useStamina

    local playerId = player:getId() local currentTime = os.time() local timePassed = currentTime - nextUseStaminaTime[playerId] if timePassed <= 0 then return end if timePassed > 60 then if staminaMinutes > 2 then staminaMinutes =...
  3. ftsystem

    TFS 1.X+ TFS 1.3 useStamina

    player.lua https://pastebin.com/p4kh18f5
  4. 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] =...
  5. 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
  6. ftsystem

    CreatureEvent [TFS 1.3] Best Elemental Damage

    how to add effect "Fatal" or "Dodge" in best hits?
  7. ftsystem

    Lua Second Promotion Action

    Wondrous! Thanks!
  8. ftsystem

    Lua Second Promotion Action

    I believe it didnt work because of this error? 2022-06-02 22:07:30 - Lua Script Error: [Action Interface] 2022-06-02 22:07:30 - data/actions/scripts/Customs/promote2.lua:onUse 2022-06-02 22:07:30 - data/actions/scripts/Customs/promote2.lua:7: attempt to index global 'player' (a nil value)...
  9. 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...
  10. ftsystem

    TFS 1.X+ TFS 1.3 promotion script

    and price, level?
  11. ftsystem

    TFS 1.X+ TFS 1.3 promotion script

    and for second promote?
  12. ftsystem

    Lua Revscript command !frags

    timeToDecreaseFrags = 24 * 60 * 60 whiteSkullTime = 10 * 60 * 1000 experienceByKillingPlayers = false dayKillsToRedSkull = 12 weekKillsToRedSkull = 15 monthKillsToRedSkull = 17 redSkullDuration = 2 blackSkullDuration = 5 orangeSkullDuration = 7
  13. ftsystem

    Lua Revscript command !frags

    same error here
Back
Top