• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Beyond Sky

    Function that returns POS

    I need a function that return the position from item that was used. The item.aid or item.uid.
  2. Beyond Sky

    Items 8.7

    was
  3. Beyond Sky

    Items 8.7

    But i use 0.4 if i go use 0.3.7 i take anyone.
  4. Beyond Sky

    Items 8.7

    How Refresh my items.xml for items 8.7 ? I use TFS 8.7 but no have items 8.7
  5. Beyond Sky

    CreatureEvent NPC Grizzly Adams - almost how RL Tibia.

    Very Smell... Guy u rulez de best task already created.
  6. Beyond Sky

    CreatureEvent NPC Grizzly Adams - almost how RL Tibia.

    I have a problem, after complete a task the System dont work more. And when coplete de quest log dont reset. My quest log is 100% TFS/SCRIPTS.
  7. Beyond Sky

    [REQ] Suport on Npc Grizzly Adams - Thunderion Pack

    [REQ] Suport on Npc Grizzly Adams - Thunderion Pack I'm with a problem on Npc Grizzly Adams It isn't working and the problem that TFS report is this. (srry bad english) The NPC Code is this: local keywordHandler = KeywordHandler:new() local npcHandler =...
  8. Beyond Sky

    SetDescription

    u have serious mental problems
  9. Beyond Sky

    SetDescription

    My Shop System is by Talkaction and i wonder know how use this: -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF...
  10. Beyond Sky

    Talk Problem

    Srry double it's my net. yeah. I'm sure. Is when i say the talk.
  11. Beyond Sky

    Talk Problem

    What's the problem of this script. I'm beginner on .LUA and i make this but i don't know solve it. function onSay(cid, words, param) --[[Super Divines COMEÇO]] local SuperDivine = {["super divine sword"]={7403}, ["super divine axe"]={8926}, ["super divine club"]={7423}, ["super...
  12. Beyond Sky

    Webdesign Cursed Theme Extra Edition

    u sell layoult ?
  13. Beyond Sky

    [REQ] Command Sell Skill

    Man u can only put here For can't use if the player have 200 Magic Level function onSay(cid, words, param) if getPlayerVocation(cid) == 2 and 1 then doPlayerRemoveItem(cid,IDITEM,QUANTIDADE) local add = 1 doPlayerSetMagic(cid, getPlayerMagLevel(cid)+add) end return TRUE end And...
  14. Beyond Sky

    [REQ] Command Sell Skill

    Strange :( the last version that u post no work too. I say the talk fail and no appear any error :( Shit, why no work in my server :(? The first version that no had options to buy work... with bug but work.
  15. Beyond Sky

    [REQ] Command Sell Skill

    function onSay(cid, words, param) -- Changeable ------------------------------------------------------------------ local add = 10 -- how much skills add. local druid_id = getPlayerVocation(cid, 1) local sorcerer_id = getPlayerVocation(cid, 2) local knight_id = getPlayerVocation(cid, 3) local...
  16. Beyond Sky

    [REQ] Command Sell Skill

    On use talkaction with new script... appear this error in TFS
  17. Beyond Sky

    [REQ] Command Sell Skill

    Yes i tested with only 10 in backpack but no work nevertheless. I see if ID is the same, and no work... You test in tfs 0.4 svn 8.6 ?
  18. Beyond Sky

    [REQ] Command Sell Skill

    No, no bought and i tested with all vocations.
Back
Top