• 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

    C++ Error with bless

    How can I update my tfs leaving my own files already modified? for example I have set the monster level system
  2. nefinoo

    C++ Error with bless

    local buybless = TalkAction("/bless") function buybless.onSay(player, words, param) if player:hasBlessing(1) then player:sendTextMessage(MESSAGE_INFO_DESCR, "You are already blessed.") player:getPosition():sendMagicEffect(CONST_ME_POFF) else local...
  3. nefinoo

    Lua Npc Sell more items after finish a quest.

    No, I put it like this to add them later
  4. nefinoo

    Lua Npc Sell more items after finish a quest.

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  5. nefinoo

    Lua Npc sell exercise weapons

    function onUse(player, item, fromPosition, itemEx, toPosition) storei = player:addItem(31208, 1) if storei then storei:setStoreItem(true) end return true end I use this to use in a lever to see if works and not works, send the sword on my backpack
  6. nefinoo

    Lua Npc sell exercise weapons

    Bump
  7. nefinoo

    Lua Npc sell exercise weapons

    I am using tfs 1.3 master, but not have store ingame
  8. nefinoo

    Lua Npc sell exercise weapons

    If you could help me with an npc that sells exercise weapons and send them to the store inbox? i am using tfs 1.3 master
  9. nefinoo

    Revscripts(1.3) Custom Equipment {SYC}

    take your time man
  10. nefinoo

    [TFS 1.3] Small Boss Room

    Thank you for your contribution, it will be very useful
  11. nefinoo

    Lua NPC Addon Error

    I already solved it, the problem was the capital letter of the storageID
  12. nefinoo

    Lua NPC Addon Error

    Now it does not give me an error in the console, and when I ask for the addon it does not tell me that I do not have the necessary items, it just does not tell me anything and there is no error in the console
  13. nefinoo

    Lua NPC Addon Error

    After 'second demon outfit addon' the console show me this error Lua Script Error: [Npc interface] data/npc/scripts/addons.lua:onCreatureSay data/npc/scripts/addons.lua:264: attempt to compare number with nil stack traceback: [C]: in function '__lt'...
  14. nefinoo

    Downgraded 13.x assets to .dat/.spr format

    This works for the signs thansk!
  15. nefinoo

    Scripter Service for TFS 1.X

    Recommended 103% highly recommended, very good personal attention, prompt response, excellent service in general. 10/10
  16. nefinoo

    Downgraded 13.x assets to .dat/.spr format

    Could you help me with this?
  17. nefinoo

    Lua Npc task with cooldowns

    Bump
  18. nefinoo

    Lua Permanent attributes

    Bump
Back
Top