• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. sallem

    Solved Lifesteal Melee Weapon [TFS 1.2]

    ok. I learned how to make chatgpt correct the codes and even transform them.
  2. sallem

    Lua help with this script

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

    Lua change this script

    give up the previous script is it possible to change this to tfs 0.3.6 ? weapon : creaturescripts/creaturescripts.xml creaturescripts/scripts/lifesteal.lua
  4. sallem

    Solved Lifesteal Melee Weapon [TFS 1.2]

    is there a way to do it for tfs 0.3.6 ?
  5. sallem

    Lua change this script

    Now he critically attacked and went to the temple, it worked but killed the player. and it only works on creatures with the event tag, it doesn't work on creatures without the tag. error that occurs when you hit the critical : [Error - CreatureEvent::executeStatsChange] Call stack overflow...
  6. sallem

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

    It worked, thanks !!! +rep
  7. sallem

    Lua change this script

    I did as you said and got this error [26/11/2024 22:49:36] [Error - CreatureScript Interface] [26/11/2024 22:49:36] data/creaturescripts/scripts/critical.lua:onStatsChange [26/11/2024 22:49:36] Description: [26/11/2024 22:49:36] data/creaturescripts/scripts/critical.lua:9: bad argument #2 to...
  8. sallem

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

    teleport scroll - tfs 0.3.6
  9. sallem

    Lua change this script

    erro: [26/11/2024 21:36:54] [Error - CreatureScript Interface] [26/11/2024 21:36:54] data/creaturescripts/scripts/critical.lua:onStatsChange [26/11/2024 21:36:54] Description: [26/11/2024 21:36:54] data/creaturescripts/scripts/critical.lua:9: bad argument #2 to 'max' (number expected, got...
  10. sallem

    Lua change this script

    error when player critically hits target : [26/11/2024 15:32:52] [Error - CreatureScript Interface] [26/11/2024 15:32:52] data/creaturescripts/scripts/critical.lua:onStatsChange [26/11/2024 15:32:52] Description: [26/11/2024 15:32:52] data/creaturescripts/scripts/critical.lua:9: attempt to...
  11. sallem

    Lua how to create an item like this?

    tfs 0.3.6
  12. sallem

    Lua change this script

    error in function "onStatsChange"
  13. sallem

    Lua how to create an item like this?

    how to create an already written document that cannot be rewritten or deleted, to be placed in a quest. example:
  14. sallem

    Lua change this script

    didn't work here.
  15. sallem

    Lua change this script

    ok
  16. sallem

    Lua change this script

    It would be possible to configure it to steal life and mana instead of critical? creaturescripts.xml creaturescripts\scripts\critical.lua: actions.xml: actions\scripts\criticalrock.lua:
  17. sallem

    Lua lifesteal

    \data\creaturescripts\creaturescripts.xml <event type="login" name="LifeStealLogin" event="script" value="lifesteal.lua"/> <event type="statschange" name="LifeSteal" event="script" value="lifesteal.lua"/>
  18. sallem

    Lua lifesteal

    Can someone fix this script to attack monsters, it's only working when it attacks players? and switch to tfs 0.3.6 local config = { weapons = { -- [ID] = LIFE STEAL %, [8602] = 10, }, -- Vocations number -- 1, 5 = Druid, Elder Druid -- 2, 6 = Sorcerer, Master...
  19. sallem

    Solved Lifesteal Melee Weapon [TFS 1.2]

    would you like to do it for tfs 0.3 6 error : [Error - Weapon Interface] data/weapons/scripts/weapon.lua Description: data/weapons/scripts/weapon.lua:5: attempt to call global 'Combat' (a nil value) [Warning - Event::loadScript] Cannot load script (data/weapons/scripts/weapon.lua) [Error -...
  20. 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.
Back
Top