• 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!

Recent content by Cash22

  1. C

    TFS 1.X+ Validate item when using

    be a little clearer, what do you want to do? what version of tfs? do you have script?
  2. C

    TFS 0.X dual wielding conditions

    I've had this error, is lack of function in source.
  3. C

    Npc heal and burned

    Well guys, I would like a npc like that of rook guard, in which one speaks heal and heal 80 of life. I would also like a npc that when talking fuck he removes 80% of the total life of the player. tfs 0,4 version 8,6
  4. C

    OTC - capacity

    function onFreeCapacityChange(player, freeCapacity) capLabel:setText(tr(tostring(math.floor(freeCapacity)))) end
  5. C

    TFS 1.X+ Problem buying and selling NPCs

    @Dries390 Make sure you have another duplicate item with different id but same sprite, this may conflict with npc. look in item editor, and object builder.
  6. C

    TFS 1.X+ Problem buying and selling NPCs

    maybe your problem is in lib data/npc/lib/npc/npcsystem >npchandler.lua: below CALLBACK_ONSELL = 11 add CALLBACK_ONTRADEREQUEST = 15 search: elseif(id == CALLBACK_FAREWELL and module.callbackOnFarewell ~= nil) then tmpRet = module:callbackOnFarewell(unpack(arg)) add below elseif...
  7. C

    OTC - capacity

    solved
  8. C

    OTC - capacity

    https://pastebin.com/NxzdRt7e
  9. C

    OTC - capacity

    function onFreeCapacityChange(player, freeCapacity) capLabel:setText(tr(""..freeCapacity.."")) fim mine is like that, but it didn't work out with theirs, maybe because mine is a global tibia otc
  10. C

    OTC - capacity

    I don't know if I'm on the right channel, but lately I bought an otc and it came with this error, can anyone tell me how I can do to fix this error? He is counting the weight in grams. this is my inventory.lua sorry if you don't have the otc version, I really don't know which one...
  11. C

    Condition in item

    In this case it seems that he no longer feels hungry for long. I need that: 1- player with men uses the item then becomes hungry. 2- if the player removes the item then the hunger comes back. ok i will test I took the test, he starved, but did not return hungry. very strange because it seems...
  12. C

    Condition in item

    I tried but when I remove the item the player does not get hungry again, so if I do for example 10 hours of enchantment, the person will use for 1 second to remove the hunger understand? I need him to be hungry if I remove the item from my hand
  13. C

    Condition in item

    I need a condition that when the item is pulled to the arrow it removes the character's hunger, but when the character removes the arrow item the hunger returns. tfs 0.4
  14. C

    npc bless

    Hello guys, I needed a help to edit this script pro npc check the bless and say I already have, because it sells all the time. he also answers my hi far away, basically off screen. I need him to answer me his nearest hi. i used tfs 0.4 local focuses = {} local function isFocused(cid) for i...
Back
Top