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

    Help ZnoteAAC

    How to acess Admin panel? to add news and Give points?
  2. G

    Spells.xml [TFS1.2]

    no work :/
  3. G

    Spells.xml [TFS1.2]

    <instant group="healing" name="Intense Healing" words="exura gran" lvl="20" mana="70" aggressive="0" selftarget="1" cooldown="1000" groupcooldown="1000" needlearn="0" script="healing/intense_healing.lua"> <vocation name="Sorcerer" /> <vocation name="Druid" /> <vocation...
  4. G

    Help Player direction tfs1.2

    How can i put player to look soulth when is Relocate? actually player look to left direction after relocated, is possible? example choose the direction of player look after teleport... function onStepIn(creature, item, position, fromPosition) if creature:isPlayer() and...
  5. G

    Help add addon object builder

    How can i put addon in outfit on object builder and outfit.xml file?
  6. G

    Help spellbook script doubt

    Distro: The forgotten server 1.2 is it possible remove 4 spells from the spellbook list? <!-- House Spells --> <instant name="House Spell" words="aleta sio" maglvl="0" selftarget="1" aggressive="0" function="editHouseGuest" /> <instant name="House Spell" words="aleta som" maglvl="0"...
  7. G

    Spellbook problem tfs 1.2

    Hello guys, i changed my spells.xml level to magiclevel... but now my spellbook no work correctly more... someone help me to fix my spellbook to read magiclevel require? function onUse(player, item, fromPosition, target, toPosition, isHotkey) local count =...
  8. G

    How add Hit chance tfs 1.2

    How to put hit chance in crossbow ? Where i need edit
  9. G

    Help new condition tfs 1.2

    I saw the newest version tfs 1.2 there is a condition called curse... but idk what files i need look... not only condition.cpp have more files responsable for conditions?
  10. G

    Help new condition tfs 1.2

    Hello, i have a downgraded tfs 1.2, i want to add a new condition curse (removed) someone can list for me what sources files i need to put again this condition? I will try merge files... but idk what files i need look, i saw something in condition.cpp... have more files? Thanks
  11. G

    Custom Function Doubt tfs 1.2

    Upppp
  12. G

    Custom Function Doubt tfs 1.2

    Hello, im looking for a custom function to save all backpacks(container) opened before login... and when the player connect is all same backpack opened is open automatic... this is server sources or Lua function? Anyone have this?
  13. G

    Fishing Rod Script Help

    Up
  14. G

    Fishing Rod Script Help

    Up
  15. G

    Fishing Rod Script Help

    Up
  16. G

    Fishing Rod Script Help

    worked, but the problem is if not table.contains(water, target:getId()) then return false end now i can't fishing on local waterIncreaseSkill too, and i need in local water only the effect and no skills advanced also no possibility to get fishs there...
  17. G

    Fishing Rod Script Help

    up
  18. G

    Fishing Rod Script Help

    Lua Script Error: [Action Interface] data/actions/scripts/others/fishing_rod.lua:onUse data/actions/scripts/others/fishing_rod.lua:42: attempt to call method 'getTile' (a nil value) stack traceback: [C]: in function 'getTile' data/actions/scripts/others/fishing_rod.lua:42: in...
  19. G

    Fishing Rod Script Help

    Lua Script Error: [Action Interface] data/actions/scripts/others/fishing_rod.lua:onUse data/actions/scripts/others/fishing_rod.lua:23: attempt to call method 'getTile' (a nil value) stack traceback: [C]: in function 'getTile' data/actions/scripts/others/fishing_rod.lua:23: in...
  20. G

    Fishing Rod Script Help

    local water = { 4597, 4598, 4599, 4600, 4601, 4602, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 622 } local waterIncreaseSkill = { 4608, 4610 } function onUse(player, item, fromPosition, target, toPosition) if not target:isItem() then...
Back
Top