• 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. samandriel

    TFS 0.X getPlayerSlotItem(cid, CONST_SLOT_AMMO).???

    thank you bro, but i know this i just would like to know if there are more options to do on: getPlayerSlotItem(cid, CONST_SLOT_AMMO).??? besides itemid, there is anyother else? if there is where can i see the options :D
  2. samandriel

    TFS 0.X getPlayerSlotItem(cid, CONST_SLOT_AMMO).???

    i can use: local item = getPlayerSlotItem(cid, CONST_SLOT_AMMO).itemid print(item) to get itemid right? there are others options? can i get Item_Name and Item_Count too by using this function?
  3. samandriel

    OTClientV8

    the only sad stuff to me is while people still use this closed otc version the real open source otclient is dying, just because this closed is better i don't know how to edit otclient sources, but i still choose to don't even use this version and i think everyone should do this the otserver is...
  4. samandriel

    TFS 0.X cut/get a part of item name

    i'm doing something wrong?
  5. samandriel

    TFS 0.X cut/get a part of item name

    script: --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS BUG -- ] ]]-- local config = { levelRequiredToAdd = 5, SendOffersOnlyInPZ = true, blocked_items = {2165, 2152, 2148, 2160, 2166, 2167, 2168, 2169, 2202, 2203, 2204...
  6. samandriel

    TFS 0.X cut/get a part of item name

    did i make something wrong? --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS BUG -- ] ]]-- local config = { levelRequiredToAdd = 5, SendOffersOnlyInPZ = true, blocked_items = {2165, 2152, 2148, 2160, 2166, 2167, 2168...
  7. samandriel

    TFS 0.X cut/get a part of item name

    guys i tried: --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS BUG -- ] ]]-- local config = { levelRequiredToAdd = 5, SendOffersOnlyInPZ = true, blocked_items = {2165, 2152, 2148, 2160, 2166, 2167, 2168, 2169, 2202, 2203...
  8. samandriel

    TFS 0.X cut/get a part of item name

    bump
  9. samandriel

    TFS 0.X cut/get a part of item name

    I also tried your split @andu , but not work function getRarity(str) local value = 0 local n = split(itemname, " ") if n[1] == "[RARE]" then value = 1 elseif n[1] == "[EPIC]" then value = 2 elseif n[1] == "[EPIC]" then value = 3 end...
  10. samandriel

    TFS 0.X cut/get a part of item name

    Is it possible to do? I'll not even use like that i just put the [] to make more easier Just need with [] as base, if it is possible to do on lua ofc
  11. samandriel

    TFS 0.X cut/get a part of item name

    @Delusion i tried in your way [0:14:48.945] [Error - TalkAction Interface] [0:14:48.945] data/talkactions/scripts/auctionsystem.lua:onSay [0:14:48.945] Description: [0:14:48.945] data/talkactions/scripts/auctionsystem.lua:16: attempt to index local 'str' (a nil value) [0:14:48.946] stack...
  12. samandriel

    TFS 0.X cut/get a part of item name

    how to put a condition in this function to return 0 when there is [STUFF] 1 when there is a [RARE] 2 when there is a [EPIC] 3 when there is a [LEGENDARY]
  13. samandriel

    TFS 0.X cut/get a part of item name

    where u found it? XD not work steel boots [21:19:09.291] [Error - TalkAction Interface] [21:19:09.291] data/talkactions/scripts/auctionsystem.lua:onSay [21:19:09.291] Description: [21:19:09.291] data/talkactions/scripts/auctionsystem.lua:97: attempt to call method 'splitTrimmed' (a nil value)...
  14. samandriel

    TFS 0.X cut/get a part of item name

    i tried: local itemname = t[2] print(itemname) local n = split(itemname, " ") if n[1] == "[RARE]" then print("RARE") elseif n[1] == "[EPIC]" then print("EPIC") elseif n[1] == "[LEGENDARY]" then...
  15. samandriel

    TFS 0.X cut/get a part of item name

    A old member @Xikini (don't enter here anymore) one time made a script to get a part of an description TFS 0.X - Imbuements System to 0.4 (8.60) (https://otland.net/threads/imbuements-system-to-0-4-8-60.262623/) i would like to know if it is possible to do on item name is anyone know how to? i...
  16. samandriel

    OTClientV8 BOT

    As i say there, if you don't see Now create a topic on support board so we can help you, this topic is to talk about this project https://otland.net/forums/support.16/
  17. samandriel

    OTClientV8

    Why you are use his topic for your help? And why are u using 2 topics to the same thing? Create your own topic asking for help with more details so we can help you
  18. samandriel

    OTClientV8

    its just download and put the folder on the folder mods OTClientV8 BOT is for OTClientV8, its not for the oficial open otclient who is used in that custom server case
  19. samandriel

    OTClientV8

    looks u have the best otclient bot for now gz this bot just needs hotkeys and shortkeys tab he don't want to its not a mod he make the bot inside of his client who is not open source, unless you pay to him so its not for the community, its just a client to use, just like tibia client is i...
  20. samandriel

    Vingart ShowOFF

    ofc it was a good thing, who cares about the innocents dead go comet!
Back
Top