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

  1. B

    [TFS 1.x] Crafting System

    ok i add to data/action/scrips/other/craftsys.lua function onUse(player, item, fromPosition, itemEx, toPosition) function capAll(str) return (str:gsub("(%l)(%w*)", function(a,b) return string.upper(a)..b end)) end local found = 0 now can click on anvil and get modalwindow have three...
  2. B

    [TFS 1.x] Crafting System

    how fix this??
  3. B

    TFS 1.X+ lua item in chest do unique id

    wow thanks work perfect :)
  4. B

    TFS 1.X+ lua item in chest do unique id

    and when i change to item:setAttribute(ITEM_ATTRIBUTE_UNIQUEID, 50501)
  5. B

    TFS 1.X+ lua item in chest do unique id

    local config = { storage = 30005, item = 2217, count = 1, itemname = "You have found a 1 crystal coin!", itemcallback = "You can not take the prize twice.", } function onUse(cid, item, fromPosition, itemEx, toPosition)...
  6. B

    TFS 1.X+ lua item in chest do unique id

    local config = { storage = 30005, item = 2217, count = 1, itemname = "You have found a 1 crystal coin!", itemcallback = "You can not take the prize twice.", } function onUse(cid, item, fromPosition, itemEx, toPosition)...
  7. B

    TFS 1.X+ lua item in chest do unique id

    local config = { storage = 30005, item = 2217, count = 1, itemname = "You have found a 1 crystal coin!", itemcallback = "You can not take the prize twice.", } function onUse(cid, item, fromPosition, itemEx, toPosition)...
Back
Top