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

  1. zexus

    OTClient Any decent bot for OTclient?

    ok... after this long time otc still with no good bots, i'll be with original client then ;)
  2. zexus

    OTClient Any decent bot for OTclient?

    The actual client? edubart/otclient (https://github.com/edubart/otclient) ? I could use a modified, like meha's but not other made by selfish with hide stuffs Did i say that i will trust in any random bot? If it is made like otcv8 i will not trust too I miss a few files on this source... And...
  3. zexus

    OTClient Any decent bot for OTclient?

    3 years ago i used Otclient, it was already amazing, but the bots was sucks... There was only Candybot, but it was not even close to a basic bot for classic Tibia It has changed? I don't trust OTCV8 i would like to use an open source project like: mehah/otclient...
  4. zexus

    TFS 0.X Dynamic quest log

    yes, that is my source
  5. zexus

    TFS 0.X Dynamic quest log

    All the quests in my server are temporary... For now i'm using the talkaction !quests to show all the quests blocked... But i would like to use quest log... Is it possible? The talkaction: mins = 60 hours = 60 * 60 days = 24 * 60 * 60 xikini_quest_list = { -- rook [8000] = { name =...
  6. zexus

    TFS 0.X data/actions/scripts/quests/quests.lua:4: attempt to index local 'value' (a nil value)

    I'm using because it was in the main script... Now its working, on the first click, when get the item But when the quest in on exausted (when i try again) Shows this: [13:28:43.142] [Error - Action Interface] [13:28:43.142] data/actions/scripts/quests/quests.lua:onUse [13:28:43.142]...
  7. zexus

    TFS 0.X data/actions/scripts/quests/quests.lua:4: attempt to index local 'value' (a nil value)

    You are rigth! Now its open, but with errors lib local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 xikini_quest_list = { -- rook [8000] = { name = "Sabre Rook", item = 2385, lvl = 1, time = 15 * mins}, [8001] = { name = "Doublet Rook", item = 2485, lvl = 2, time = 30...
  8. zexus

    TFS 0.X data/actions/scripts/quests/quests.lua:4: attempt to index local 'value' (a nil value)

    I saw in other topic that i couldn't use objects table in lib I did not know i could --- The other topic was about quest talkaction And this talkaction is working fine: dofile(getDataDir() .. "actions/scripts/quests/quests_list.lua") function onSay(cid, words, param, channel)...
  9. zexus

    TFS 0.X data/actions/scripts/quests/quests.lua:4: attempt to index local 'value' (a nil value)

    Why my quests is not working? It is showing this error on console: error on console: [20:0:29.635] [Error - Action Interface] [20:0:29.635] data/actions/scripts/quests/quests.lua:onUse [20:0:29.635] Description: [20:0:29.635] data/actions/scripts/quests/quests.lua:4: attempt to index local...
  10. zexus

    TFS 0.X talkaction to show the date you can do the quest again

    it was working... what i have done wrong?
  11. zexus

    TFS 0.X talkaction to show the date you can do the quest again

    AMAZING one last thing when i was trying to test your script, i saw that the action is bugged did u know why? data/actions/scripts/quests/quests.lua dofile(getDataDir() .. "actions/scripts/quests/quests_list.lua") function isLevelRequired(value) return type(value) == "table" and true...
  12. zexus

    TFS 0.X talkaction to show the date you can do the quest again

    looks like goto was added on LUA 5.2 i was using 5.1 i tried to sudo apt-get install lua5.2 and change my Makefile editing every lua5.1 to lua5.2: SRC = actions.cpp admin.cpp allocator.cpp baseevents.cpp beds.cpp chat.cpp\ combat.cpp condition.cpp configmanager.cpp connection.cpp...
  13. zexus

    TFS 0.X talkaction to show the date you can do the quest again

    i've forgot a end on line 26 but the problem still there: [16:26:17.343] [Error - LuaInterface::loadFile] data/talkactions/scripts/quests.lua:22: '=' expected near 'continue' [16:26:17.343] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/quests.lua) [16:26:17.343]...
Back
Top