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

    TFS 1.X+ set storage talkaction

    I have a question, whether it would be possible to rewrite this script on TFS 1 + series ? function onSay(cid, words, param) local t = string.explode(param, ",") if(not t[2]) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.")...
  2. N

    Lua Spell attack and heal

    hello, I would like to ask you experienced users for help with a spell because I can't deal with it, I don't know how to bite this topic, the point is that I would like a spell that is a target but depending on how much damage it deals, it heals the user by 30% I hope someone can help me because...
  3. N

    TFS 1.X+ script looktype dont working

    Hello, i need help with this script, not work, 0 error in console ;c local outfits = { [20] = {17}, } function onLogin(player) local voc = player:getVocation():getId() if voc > 0 then for key in pairs(outfits[voc]) do player:addOutfit(outfits[voc...
  4. N

    TFS 1.X+ spell problem

    Hello i have problem in this spell local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setArea(createCombatArea(AREA_SQUARE1X1)) function onGetFormulaValues(player, skill, attack, factor)...
  5. N

    How replace effect

    Hi, could someone explain to me how to replace the effect with another effect? and in total also how to add a new effect?
  6. N

    Questions about conversion file

    hello, is it possible to replace the .dat and .spr files from the client for example 8.60 to 10.98 if so, how to do it?
  7. N

    AAC tell me what is wrong this code js?

    Hello, could someone please tell me what is wrong with this code? I remember that some time ago it was working normally and now nothing is showing layout.php gesior acc <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script...
  8. N

    Lua Clone spells?

    Hello, can you make a code on the latest version of the engine so that the player can make his own clone? in the sense that such a monster would have the same name and the same outfit?
  9. N

    Lua Need spell tfs 1.4

    Hello, I need a target that will teleport me and my opponent to another place for a few seconds and then return to the same place
  10. N

    TFS 1.X+ Help with script

    local vocation= { -- voc/HP/mp [17] = {625, 399}, [18] = {781, 498}, [91] = {451, 523}, [96] = {322, 292} } function onLogout(player) local voc = vocation[player:getVocation():getId()] if not voc then return true end...
  11. N

    TFS 1.X+ Help me with rewite?

    hello, could someone help me rewrite it on version 1.2? local vocation= { -- Random [17] = {625, 399}, [18] = {781, 498}, [91] = {451, 523}, [96] = {322, 292} } function onLogout(cid) local Player = vocation[getPlayerVocation(cid)] if (Player == nil) then...
  12. N

    TFS 1.X+ teleport spells

    hello, I would like to ask if anyone could write something to me, because he can not do it himself After using this spell, we are teleported along with the players who are around us for different positions for a few seconds, Thank you for your help in advance
  13. N

    Compiling Compiler TFS 1.2

    Where can I find the compiler needed for this version of the engine?
  14. N

    Lua Bonus HP

    Hi needs of an item which increases the player 15% of life in 15 minutes and after use is changed to a different item. TFS 0.3.6 please help
  15. N

    Lua Update script for tfs 1.1

    You could rewrite it to the new version? I wish that it was in the array function onThink(cid, interval) local efekt = 42 if getPlayerVocation(cid) == 1 then doSendMagicEffect(getCreaturePosition(cid), efekt) end return true end the board local effects = { [201] = 22...
  16. N

    Solved Update to the new version 1.1 tfs

    As with so well I do not know the procedure to write on the new lua I decided that it will write to you with a request to rewrite the script for the new version Trans = { {["voc"] = 1, ["newVoc"] = 2, ["level"] = 30, ["mananeed"] = 20, ["looktype"] = 45, ["addHp"] = 50, ["addMp"] = 100}...
  17. N

    ACC for new TFS 1.0(+)

    Could someone give a link?
  18. N

    Owner not attack summon

    Hi, I need this code
  19. N

    Server Log - doSendAnimatedText

    Hi, I have a problem with doSendAnimatedText, example: Items Does not display the text of an item in the server log, how to fix it? #edit I found a solution :) cause was lying in the file one of the mods
  20. N

    Need some script execution

    Hello, as he did not want to do bigger spam topics which will write the scripts need and maybe someone will help me 1.rewrite this code to 0.3.6 http://otland.net/threads/vocations-xml-mod-set-different-amount-of-summons-for-each-vocation.197418/ 2.spell beats at a distance of 5 squares and...
Back
Top