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

    Lua error in upgrade

    could someone help me with this error? whenever the item breaks and this message appears "Your Crystal of refinament has failed and destroyed your" gives this error [Error - Action Interface] data/actions/scripts/upgrade.lua:eek:nUse Description: (luaGetThing) Thing not found --- Perfect...
  2. C

    npc sell items for points

    up
  3. C

    No move dummy

    very good, and thank you for your help and attention
  4. C

    No move dummy

    when you move the dummy that tries to attack again this comes out help me please [Error - Action Interface] In a timer event called from: data/actions/scripts/drummy.lua:eek:nUse Description: data/actions/scripts/drummy.lua:57: attempt to index local 'params' (a function value) stack...
  5. C

    No move dummy

    @up
  6. C

    No move dummy

    it doesn't work, because there are some dummies that are in the house and they can become a package, and the players need to move them in the house. it will be necessary to do in the script to move the dummy the training to
  7. C

    npc sell items for points

    help please
  8. C

    No move dummy

    dummies are movable items in my server
  9. C

    No move dummy

    could someone help me with this script? when the player moves the training stops, I wanted the same to happen with the dummy, when someone pushes the dummy the training also ends. it's possible ? ---@ Create by Sarah Wesker | Tested Version: TFS 0.4 ---@ list of training dummies. local dummies =...
  10. C

    npc sell items for points

    @up
  11. C

    npc sell items for points

    someone had some npc script that sells item for points ? i have a npc on my server that does tasks for guilds and it delivers a certain amount of points that gives no sql, I would like to sell some items using (hi,trade) someone help me please script guildlib --[[ Queries: CREATE TABLE...
  12. C

    error dummy

    @up
  13. C

    error dummy

    <action itemid="2404" event="script" value="drummy.lua" allowfaruse="1"/> <action itemid="7869" event="script" value="drummy.lua"/>
  14. C

    error dummy

    persists [Error - Action Interface] data/actions/scripts/drummy.lua:onUse Description: data/actions/scripts/drummy.lua:36: attempt to call global 'getThingFromPosition' (a nil value) stack traceback: data/actions/scripts/drummy.lua:36: in function 'exerciseDummyTrainEvent'...
  15. C

    error dummy

    nothing
  16. C

    error dummy

    ---@ Create by Sarah Wesker | Tested Version: TFS 0.4 ---@ list of training dummies. local dummies = { [1476] = { skillRate = 0.7, skillSpeed = 3 }, [1477] = { skillRate = 0.7, skillSpeed = 3 }, [1478] = { skillRate = 0.7, skillSpeed = 3 }, [1442] = { skillRate = 0.7, skillSpeed...
  17. C

    error dummy

    kkkkk 1669809945 I got the solution here, but I think I didn't edit the script correctly and this bug came post #38 by Sarah Wesker https://otland.net/threads/exercise-dummy-for-tfs-0-4-o.264807/page-2
  18. C

    error dummy

    could someone help me with this script? it is giving this error I made a small change because when I trained inside the house and the dummy moved, the training continued, even without the dummy it's more there. ---@ Create by Sarah Wesker | Tested Version: TFS 0.4 ---@ list of training dummies...
  19. C

    erro in npc

    worked perfectly. thank you so much! God bless you
  20. C

    erro in npc

    could someone help me with this error please? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
Back
Top