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

    Boss lever

    Could someone help me for this leverage system to take from 1 to 10 players . ex: it will work if you have only 1 player and/or if you have 7, 3, 5, 10. I made a change that a friend suggested, but it is giving this error [Error - Action Interface]...
  2. C

    RAID removing item

    guys, can someone help me with a raid system that happens once a week on a set day, but the time is random that removes 6 items that are on the ground and creates a creature. ex: items 3122, 3123, 3124, 3125, 3126, 3127 they will be in an x coordinate the body will disappear and will create a y...
  3. C

    change item for storage

    this script makes people with item 10142 go through a certain port. How do I replace this item with the storage 40210) >= 6 then it's possible? if item.uid == 5231 then local items = { --[Quantidade] = ITEMID, [1] = 10142, }...
  4. C

    Lua lever system

    Could someone help me for this leverage system to take from 1 to 10 equal players globally and not just 10? -- CONFIG -- local playersOnly = "no" local questLevel = 1 local STORAGE_BOSS_CD = 17457 local cdtime = 1 * 1 * 1 -- exhaust in seconds local room = { -- boss...
  5. 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...
  6. 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 =...
  7. 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...
  8. 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...
  9. 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...
  10. C

    Lua set playertotalmoney

    I need help creating a code that changes the character's total money value, taking into account backpack money and bank money. I need it to be something like this: setPlayerTotalMoney(who) my friend helped me by creating the following code: --[[ O que preciso que o script faça...
  11. C

    block dodge in item

    could someone help me with this script? in the upgrade script there is a blocked_ids to block certain items from being upgraded, is it possible to do the same with dodge? DODGE UPGRADE
  12. C

    NO Use item in BP

    How do I make this script unable to use the item from within the bp. and how do I only be able to use it if it is on top of an item with X action? THANK YOU ALL FROM NOW! when I use it inside the bp it does not come out and this error appears
  13. C

    how to create NPC inside house

    TFS 0.4 8.6 can someone please help me with an item that can only be used indoors and when using this item creates an npc ? I've tried in different ways and no I always get this error the item disappears but the npc does not appear
Back
Top