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

tfs 0.3.6

  1. S

    Error in step 3 in creating acc maker

    Hello. I have a problem when installing acc maker on step 3 I get this error. Can anyone help? Thanks in advance TFS 0.3.6 in step 4 another error pops up
  2. sallem

    Lua help with this script

    change this script to tfs 036 weapon : creaturescripts :
  3. sallem

    Lua put exhaustion on this item, or time to use again

    teleport scroll - tfs 0.3.6
  4. K

    Lua help with this script

    Can someone modify this script to work on tfs 0.3.6? function onStatsChange(cid, attacker, type, combat, value) -- This should block all damage monster cause on eachother expect player summons if isMonster(cid) and isMonster(attacker) then local master =...
  5. K

    Lua is it possible to make it work in tfs 0.3.6

    weapon.lua ---------------------------------------- function onTargetCreature(creature, target) return target:registerEvent("lifesteal") end local combat = Combat() combat:setParameter(COMBAT_PARAM_BLOCKARMOR, 1) combat:setParameter(COMBAT_PARAM_BLOCKSHIELD, 1) combat:setParameter(COMB...
  6. sallem

    C++ ring

    I would like a script for a ring that, when equipped, has the function of stealing mana for certain from the monster or player being attacked.
  7. K

    C++ imbuiment mods 8.6

    I would like a system where the player uses an item on it, and when it hits the monster or another player it fills up some of the mana and life as a percentage of the damage caused, and with a duration of two hours after that the player has to use the item again. tfs 0.3.6
  8. K

    Lua Imbuement system 8.6

    I would like a system where the player uses an item on it, and when it hits the monster or another player it fills up some of the mana and life as a percentage of the damage caused, and with a duration of two hours, after which the item has to be used again. tfs 0.3.6
  9. K

    C++ put 2 hour exhaustion to be able to use another item again

    local config = { effect = 503 -- } function onUse(cid, item, fromPosition, itemEx, toPosition) doCreatureAddMana(cid, getCreatureMaxMana(cid)) doRemoveItem(item.uid) doCreatureSay(cid, "Craack..", TALKTYPE_ORANGE_1, cid) return true end
  10. K

    TFS 0.X set a time of 2 hours to be able to use the item again

    version 0.3.6 tfs local config = { effect = 0, -- textType = 0, -- msg = "Mana Refilled." -- } function onUse(cid, item, fromPosition, itemEx, toPosition) doCreatureAddMana(cid, getCreatureMaxMana(cid)) doRemoveItem(item.uid, 1)...
  11. sevengym

    Problem with showing items on new characters

    I'm on TFS 0.3.6 Custom Naruto OTS. I create a character and its showing that he has equipped exactly same items as my "admin" character. The items do not work, you cannot do anything with them. Its just a visual bug. I logged into the admin and took off the items. I logged back on the character...
  12. sevengym

    Outfit Limit OTCv8 TFS 0.3.6

    Hello I use OTCv8 and TFS 0.3.6. I have extended spr, so I added over 3k outfits. Currently on my server i have 842 outfits that work. When I type /newtype 842 it works, but over it 843...844.. etc it says "Such outfit does not exist." I saw in ots files in outfit.h i had set #define...
  13. bivr123

    Lua Change Summon Looktype

    Hi, could someone help me fix this code? I want my summon to change its looktype when the player has a fight condition, and when it's not back to the previous looktype. And even being wild to have only one looktype here the code: outfits_wild = { ["Typhlosion"] = {349}, ["Quilava"] =...
  14. bivr123

    Using Items Behind Walls

    I think it was something I moved in the source that might have changed that but I don't remember exactly. All items I can use behind walls/mountains, etc. Does anyone know what it is and can help me?
  15. Igor312455

    Solved Outfit in characterlist error

    Solved!
  16. BonzzoR

    PHP TFS 0.3.6 8.54

    Hello i use tfs 0.3.6 8.54 tibia. Its posible to add special zones to exivia? I mean if player on carlin and player who cast exivia in thais . Will see text "nick are on Carlin" and when he will be in carlin too, spell will showing "north est" something like that sorry for my english =)
  17. Brunds

    [Suporte] 0.3.6 TFS Apenas Master poder passar por dentro do summon

    Salve galera estou tentando fazer para apenas o dono do summon poder passar por dentro dele Porém não estou conseguindo ter sucesso bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || creature->isWalkable() || (creature->getMaster() &&...
  18. Daemonium

    Windows How to allow connection on web page and server using xampp?

    I'm really lost here. I can't even connect from my local network. Gesior 1.0.3 TFS 0.3.6 What setup should I use normaly? server config? firewall rules? xampp config?
  19. Daemonium

    Problem installing gesior 1.0 3

    USING: Gesior: Version 1.0.3 for TFS 0.3.6 and TFS 0.4 up to revision 3702 PHP: 7.4.8 PROBLEM: Many tables do not create in mysql when using the install.php. STEP 3 Add tables and columns to DB Installer try to add new tables and columns to database. Could not add column key to table...
  20. 9

    Lua someone can help with skin item?

    Hello, I have a question, can someone help me, rewrite the script? I found the @M0ustafa user script: local t = { -- [vocation, promotedvocation] = {mini = minimum heal, maxi = maximum heal} [{1, 2, 5, 6}] = {mp={1050,1150},hp={100,150}}, [{3, 7}] = {mp={300,500}, hp={800,950}}...
Back
Top