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

  1. Q

    Lua /promote and /demote command for TFS1.5

    Check this function onSay(cid, words, param, channel) if(param == '') then doPlayerSendCancel(cid, 'Prosze wpisac imie gracza.') return true end local playername = string.lower(param) local targetPlayer = getPlayerByNameWildcard(playername) if(targetPlayer...
  2. Q

    TFS 1.X+ Spell rework

    BUMP
  3. Q

    TFS 1.X+ Spell rework

    BUMP
  4. Q

    TFS 1.X+ Spell rework

    Hello, can anyone make this script better for the engine? And explain because im learning :D local combat = Combat() combat:setParameter(COMBAT_PARAM_CREATEITEM, 11785) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local combat1 = Combat() combat1:setParameter(COMBAT_PARAM_TYPE...
  5. Q

    SPR&DAT

    Witam wszystkich, czy jest ktoś w stanie otworzyć czymś ten plik spr ? Próbowałem object builderem a nawet różnymi spr edytorami ale nic to nie dało, pod clientem 8.54 odpala. musiałem dodać na hosting bo jako załącznik nie idzie wrzucić...
  6. Q

    Lua Loop

    so close :D now it is like this: name bring me item < this is me name bring me item < this is other player with the same quest but i need: bring me item name, name, name
  7. Q

    Lua Loop

    yes but if player have quest 1 looks all who have quest 1 not quest 2 or 3
  8. Q

    Lua Loop

    almost because it doesn't show players who have the same quest
  9. Q

    Lua Loop

    show quest and players who have this quest
  10. Q

    Lua Loop

    Hi, how can I add a loop in this script to make it not so big ? i use tfs 0.3.6 function onSay(cid, words, param, channel) local pos = getPlayerPosition(cid) local players2 = getPlayersOnline() local strings = {""} local str2 = "" local str3 = "" for _, pid2 in ipairs(players2) do...
  11. Q

    TFS 0.X Weapon

    The same but attempt to index local 'creature' i dont know how to change 1.2 to lower
  12. Q

    TFS 0.X Weapon

    [Error - Weapon Interface] data/weapons/scripts/sword.lua:onUseWeapon Description: data/weapons/scripts/sword.lua:2: attempt to index local 'cid' (a number value) stack traceback: data/weapons/scripts/sword.lua:2: in function <data/weapons/scripts/sword.lua:1>
  13. Q

    TFS 0.X Weapon

    Thank You, i check it tommorow.
  14. Q

    TFS 0.X Weapon

    This have min and max dmg ?
  15. Q

    TFS 0.X Weapon

    0.3.6 8.6 but if i change formula to this: setCombatFormula(combat, COMBAT_FORMULA_SKILL, 0, 50, 1.5, 100) then its good but this formula dont have lvl calculate
Back
Top