• 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

    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)...
  4. 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?
  5. 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)...
  6. 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...
  7. 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.
  8. 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
  9. E

    AAC MYACC, add anothers vocations in create character.

    Hello Community, I need to add a new vocation when I create a new character, how do I set up a new character sample? I'm using the latest version of myacc.
  10. E

    Lua action + broadcastmessage

    Hello Community, How do I put the player name on broadcastmessage? function onUse(player, item, fromPosition, target, toPosition, isHotkeym, cid) function onUse(player, item, fromPosition, target, toPosition, isHotkeym, cid) if target.itemid == 26398 then...
  11. E

    TFS 1.X+ spells by direction

    Hello community, I need to create a spell where the effect is differentiated. if character look to right effect (x), if character look left (y) effect, if character look up (a) effect, if character look down (s) effect.
  12. E

    TFS 1.X+ new effects

    Hello community, I'm adding new effects to the objectbuilder. when I use these effects they do not stop, it stays in infinite loop.
  13. E

    tfs 1.3, textcolor

    Hello Community... I need to raise the color for other types of damage. As stated in const.h, I need to know where I get the number of more colors. exemple in image
Back
Top