• 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

    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...
  2. 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)...
  3. 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?
  4. nefinoo

    Error on GlobalEvents::think

    Thanks, i am novice xD
  5. 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...
  6. 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...
  7. 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...
  8. nefinoo

    RevScripts Protection by % based on a storage value.

    I am on my work, when i get home i will try it
  9. 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.
  10. 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
  11. 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...
  12. nefinoo

    Custom Map

    this man jaja
  13. nefinoo

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

    golden accont for 7 days my ass jajaja
  14. nefinoo

    Which server is the best Open Tibia server through history ?

    A long time ago I played a server called "dragontibia" or "tibiadragon" I think it was Mexican, it had a customized client with upgrade options where the amulet goes, it had an evolution custom map and "original" sprites, it was the first custom server that I played. And answering the question...
  15. nefinoo

    Custom Map

    Look at the title of the thread
  16. nefinoo

    RevScripts Protection by % based on a storage value.

    Could you help me with a revscript to protect those who have a 30% "score" lower than other players? I am using storage 757557, for example if the attacking player has a score of 300, and the attacked player has a score less than 200, he does not suffer damage or activate pk on the attacker.
  17. nefinoo

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

    and for those of us who donate once in hellscore?
Back
Top