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

    Lua NPC CHANGE ITEM. tfs 1.3

    Hello community, I want to add in my script that npc only perform the change if the player has any of the specified vocations. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  2. E

    (tfs 1.3 ) help in npc.

    Hello community, I have a npc script that works normally. basically an npc to exchange items. help me to add that the script verifies the vocation of the player to make the exchange, remembering that one or more vocations could exchange the same item. Thank you local keywordHandler =...
  3. E

    (TFS 1.3) change outfit

    I finally managed to do research. I'll leave the code below for whoever needs it. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_NORMAL) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true)...
  4. E

    (TFS 1.3) change outfit

    Hello community, I'm having trouble adding a code to return to the previous outifit. because when cast this spell the player changes the outfit and need to go back to the outfit he was using previously. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_WATER)...
  5. E

    (TFS 1.3) effect on lvlup

    very thanks.
  6. E

    (TFS 1.3) effect on lvlup

    Hello community, I'm in need of a script, when the player level up exits an effect in their position. Please, anyone know how to do it?
  7. E

    TFS 1.X+ effect in player spell.

    Hello community, I'm having trouble adding to this spell so I can have an effect on the player, could you help me? spell works, but I want you to drop an (x) effect on the player you use. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  8. E

    TFS 1.X+ item attribute

    tfs 1.3
  9. E

    Help with droploot.lua TFS 1.3

    Work, Very thanks :)
  10. E

    Help with droploot.lua TFS 1.3

    Hello Community I need the script to ignore the ring slot and ammo slot. So that the player never drops items from these slots Help pleasse. function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) if player:hasFlag(PlayerFlag_NotGenerateLoot) or...
  11. E

    [movements] Equip item change outfit. tfs 1.3

    dont work, please repair.
  12. E

    [movements] Equip item change outfit. tfs 1.3

    dont work, please repair. :) s2
  13. E

    [movements] Equip item change outfit. tfs 1.3

    the outfit was not changed when equipping the item, and no error was reported.
  14. E

    [movements] Equip item change outfit. tfs 1.3

    How to add in movements.xml?
  15. E

    [movements] Equip item change outfit. tfs 1.3

    Hello Community. I need help to create a script that when equipping (2189) item, if player outfit is (50) then change player outfit to (88), else if player outfit is (60) then change player outfit (100). When player deequip item, go back to outfit for which he was using. please help me.
  16. E

    TFS 0.X 1.3 criticalhitchance how to use?

    Hello community, how do I add in the item the critical chance, life leech, mana leech? tfs 1.3
  17. E

    C++ Adapt monster level system [TFS 0.3.6 to 1.3]

    I need, pleasse adapt :)
Back
Top