• 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 How to create a buff who change attackspeed temporally?

    it will not make any bugs on logout or crashes server? i mean, somehow player stay trapped in buffed vocation and leave rank and things like that... is it the best way to do it? how to mitigate possible failures there is nothing about atk speed in lua functions :(...
  2. samandriel

    TFS 0.X How to create a buff who change attackspeed temporally?

    Is anyone know how to create a utito tempo who change your atk speed to 100, then after some seconds set back to 500?
  3. samandriel

    Some thoughts on the community openness direction

    U mean @edubart did? For me he just make a good edit of that with a good bot No offense, i also gave suggestions to his developement, just because i like to see what he was doing, but i would never use that Good news for those who use a closed source project... Soon a dead project, but this...
  4. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    thank you both so much i gave @Lessaire best answer cause the last answer was what solve the problem, but to be fair i gave more likes for @Leesne thank you guys!
  5. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    it was what u guys mean? @Leesne @Lessaire ? local itemUniqueID = getPlayerSlotItem(cid, CONST_SLOT_AMMO).uniqueID print(itemUniqueID) local rarity = itemExtractNameLevel(itemUniqueID) print(rarity) i got this errors: 8602 1 jagged sword jagged sword...
  6. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    Thats what are u mean? --[[ 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...
  7. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    it that getItemAttribute ? how to use? i tried: local enchant = getItemAttribute(item.uid, "name") print(enchant) but prints errors on line 123 -> local enchant = getItemAttribute(item.uid, "name") 8602 1 jagged sword jagged sword [1:59:36.290] [Error - TalkAction...
  8. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    My bad, i did think that when u make a onlook was to thebug the code I don't like to hide codes as i remember i take this code from this forum Here you are: data/lib/upgradesystem.lua --PERFECT UPGRADE SYSTEM UpgradeHandler = { nameLv = { [1] = "[RARE]", [2] = "[EPIC]"...
  9. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    how to? function onLook(cid, thing, position, lookDistance) print(thing) ??? i tried on look: 21:20 You see a [RARE] jagged sword (Atk:24, Def:23). It weighs 10.00 oz. but it don't print anything on console
  10. samandriel

    Zelda OOT mapping

    if u give up post to download i would like to use this city as easter egg :D
  11. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    oh TY I did think it become item name... how to send only the description?
  12. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    holy fuck, your function is exactly like mine on line 18 and when i try to put something on market enchanted like this: 01:20 You see a [RARE] jagged sword (Atk:24, Def:23). It weighs 10.00 oz. Position: [X: 1025] [Y: 1016] [Z: 7]. prints this: [1:20:24.046] Darkness has logged in. 8602 1...
  13. samandriel

    TFS 0.X cut/get a part of string lua (item name script)

    I have to check if in the start there is a [RARE], [EPIC] or [LEGENDARY] How to? I tried this with some part of scripts i found here: function getRarity(str) print("starts getRarity") local value = 0 local n = str:match("%[(.-)%]") print("rarity:") print(n) if n ==...
  14. samandriel

    Zelda OOT mapping

    amazing, keep posting images
  15. samandriel

    OTClientV8 BOT

    learn could be good tibiabot ng uses learn to do it
  16. samandriel

    Debian 9 Help Install TFS 0.4 [JOB]

    what do u need? u dont have to pay man u just need to compile the tfs exe then do ./tfs that is it
  17. samandriel

    OTClientV8

    The action bar shouldn't be higher then cip action bar (it remove a big part of game screen) and should work in every version (7x,8x,10x...) Should have exausted, text and image to config About that elfbot icons it works in both sides of the screen? What about ppl who uses CTRL+. ? There is a...
  18. samandriel

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

    @kubernik i tried to add the item by arrow slot as u suggested, but with 2 problems <talkaction words="!market;/market" event="script" value="auctionsystem.lua"/> <!-- trade off --> --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS...
  19. samandriel

    OTClientV8

    lol those new forum members comes too angry and too fan of kondra's closed otclient project i still with my point, this project is so cool, but just as other one piece, dragon ball, pokemon otclients... shouldn't be more relevant then otclient or u guys would use a closed tfs 2.0 too if it was...
  20. samandriel

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

    ty too i already saw this, but there is nothing about the options i said
Back
Top