• 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. 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
  16. Q

    TFS 0.X Weapon

    Hello, i make weapon like this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) function onGetFormulaValues(cid, level, skill, attack, factor) local skillTotal, levelTotal = skill +...
  17. Q

    AAC Znote acc script

    I understand but I don't think I can do it :(
  18. Q

    AAC Znote acc script

    if you can, I will be grateful <?php require_once 'engine/init.php'; protect_page(); include 'layout/overall/header.php'; ?> <div id="myaccount"> <?php if (empty($_POST) === false) { // $_POST[''] $required_fields = array('name', 'selected_town'); foreach($_POST as $key=>$value) {...
  19. Q

    AAC Znote acc script

    Hello, can anyone give me a hint on how to make a character in a character creation page if one of our characters we already have has storage x = 1 ? Something like that:
  20. Q

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    i have question, this server has removed the bug with the vip list crash server ?
Back
Top