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

    RevScripts Script to strengthen monster attacks

    Levi, can you help me to make this same script but only work for players? making something like this: local storage = math.max(0, creature:getStorageValue(757557)) local creatureScore = target:getStorageValue(757557) if storage < 0 then storage = 0...
  2. nefinoo

    RevScripts Spawntime based on players online

    how increase a spawn time based on number of players online
  3. nefinoo

    RevScripts Modal to open a list of items within another list of items.

    Hi!, I want to create my own crafting system, but I don't understand the modalwindow, for example, that when clicking on any item, in this case an anvil, a modal window opens, with a list of options like "leather equipment", "steel equipment", "gold equipment", etc... and when you choose one, it...
  4. nefinoo

    make items unmoveable on lua for tfs 1.3?

    attempt to index global 'self' (a nil value) stack traceback:
  5. nefinoo

    Lua Npc "hi" by storage restriction.

    Lua Script Error: [Npc interface] data/npc/scripts/corium.lua:onCreatureSay data/npc/scripts/corium.lua:40: attempt to index global 'player' (a nil value) stack traceback: data/npc/scripts/corium.lua:40: in function 'callback' data/npc/lib/npcsystem/npchandler.lua:411: in...
  6. nefinoo

    Lua Npc "hi" by storage restriction.

    How can I make the player need the storage X > X number, to be able to trade with it local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  7. nefinoo

    RevScripts Script to strengthen monster attacks

    Awesome! this work for me too, thanks levi :). One question, the damage coming are just for monsters? or work for damage from another player too?
  8. nefinoo

    Error on GlobalEvents::think

    Thanks, i am novice xD
  9. nefinoo

    Error on GlobalEvents::think

    it was the best thing i did to add some random animations to my temple, and everything runs normally but it annoys me that my console throws this error every time the globalevent runs local items1 = 8641 local items2 = 8672 local items3 = 8649 local items4 = 8645 local items5 = 8643 local...
  10. nefinoo

    RevScripts Protection by % based on a storage value.

    Its not working for me :/ and dont send any error Solved, i have onTargetCombat disable on events.xml local storage = 757557 local difference = 25 -- 30% local ec = EventCallback function ec.onTargetCombat(creature, target) if creature and target and creature:isPlayer() and...
  11. nefinoo

    RevScripts reset

    I'm not an expert but I would do something like this, use a gold coin as an example. local resetSys = TalkAction("!reset") local config = { storageResets = 500, backToLevel = 8, redskull = true, -- need to be without redskull to reset? battle = true, -- need to be without...
  12. nefinoo

    RevScripts Protection by % based on a storage value.

    I am on my work, when i get home i will try it
  13. nefinoo

    Action [1.3] Simple Mining System

    How can make to just reward 1 item, no all of this 12:20 You have found 1 mother soil, 11 gold coin, 6 gold coin, 3 gold coin.
  14. nefinoo

    RevScripts Throw item or backpack full of items to specified tile and sell it.

    As the title says, if you could help me with this script that works to sell items by throwing them on a tile, or if the player throws some bp full of items, he will sell all of them and receive his bp back. Tfs 1.4
  15. nefinoo

    RevScripts Protection by % based on a storage value.

    Got this: Lua Script Error: [Scripts Interface] C:\Users\Nefi\OneDrive\Escritorio\Minecraft files\data\scripts\CUSTOMS\PROTECTION.lua LuaScriptInterface::luaDebugPrint(). [Warning - EventCallback::onHealthChange] is not a valid callback. stack traceback: ...rio\Minecraft...
  16. nefinoo

    Custom Map

    this man jaja
  17. nefinoo

    [UK] [Custom/12.6+] [ ~GrindCores~ ] | START 30/09/2022 |

    golden accont for 7 days my ass jajaja
Back
Top