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

Search results

  1. vexler222

    How to change IP in few clients?

    Hi, on one server i see player, what he play on 5-6 characters, but on this server possible is only login on 3 characters in same time. Anyone know how to do it? To change the IP for each client separately?
  2. vexler222

    OTClient Help with script too OtClient

    Hi, can someone edit this script, to use X item only if its possible? Cuz now script trying open item what is blocked by monster corps, and he stay close and spaming "use" on monster body.. macro(500, "use box", function() for i, tile in ipairs(g_map.getTiles(posz())) do for u,item in...
  3. vexler222

    OTClient otclient custom window

    HI, can someone help me how to create custom window in OTClient(with bot) Im want swap waypoints from normal TAB to unique window what be opened after push button
  4. vexler222

    Anty-MC teleport how to make? tfs 1.x

    Hi, how to make anti-mc teleport? I want make area, what be opened only in X:X:X date X:X hour, but i want blockade for mc, only one player per IP can join. (btw, its another question, someone know how to check what a tfs im using? Cuz im stop worked on my datapack few month ago, but im smoking...
  5. vexler222

    Random monster color outfit at spawn

    Hi, can someone tell me how to set random color outfit for monster at spawn? Im tried add it inside a <script></script> in monster file, but im not understand how this tag working :(
  6. vexler222

    TFS 1.X+ Item what can be used only by player what get it.

    Its possible? Im thinking about exp items, what can be got from x npc for something, but i want add "permission" to use it only for player what collected it (tfs 1.5 8.6)
  7. vexler222

    Russian Roullet tfs 1.5

    Hi, i tried make a russian roulette quest, and i edited for it default annihilator quest script. And problem is if player have manashield, then he died but server died too (crashed) local russian_rullet = Action() local playerPositions = { Position(1313, 1238, 7), Position(1312, 1239...
  8. vexler222

    onStepIn removed more than 1 item under player

    Hi, i have problem with this script, it removing more than 1 item, when i has 3 banana skins under me, then script removed 2 of 3, if i has 100 banana skins, then script removed ~10.. why? Where is problem? local bs = MoveEvent() function bs.onStepIn(creature, item, outfit, position)...
  9. vexler222

    Fast question about optimalization

    Hey, i have question about optimalization. So.. What its better or it work same, and geting same resources of server. When i make script, where i have few items, and when i use one of them, i sending X message (TALKTYPE_MONSTER_SAY) every 2-3s (max 4-5 messages per one item), and now Better is...
  10. vexler222

    gainExperienceColor in tfs 1.x?

    Hey, how to change gain experience color? In tfs 0.4 it be in config.lua, in tfs 1.5 i dont see anything like that "gainExperienceColor = 215"
  11. vexler222

    how to stop addEvent if player died?

    Hi, i try make simple arena quest with 10 waves, but i don't know how to stop addEvent and reset "check" storage if player died, can someone help me? local kb = Action() local topL = Position(3722, 2927, 7) local botR = Position(3730, 2935, 7) function kb.onUse(player, item, position...
  12. vexler222

    TFS 1.5 8.6, doubel text on sings

    Hey, someone know where is problem with double info from signs? I tested on my datapack, and i downloaded clean from github, but same problem.
  13. vexler222

    Param problem, everytime printing wrong

    Hi, can someone tell me why this script printing everytime wrong? When i put good answer, still i got wrong in console. (Im in area, script what check if player is in area working good) local answer = TalkAction("!as") local function isInArena(player) local pos = player:getPosition()...
  14. vexler222

    Custom statistic in quest log

    Hi, can someone tell me how to make custom statistic in quest log? I was played on server, where in quest log, we can see character statistic, like how many food i was eat, how many blueberry i was get etc Its possible to make in clean tfs 1.5, or admin of this server, edited something in...
  15. vexler222

    Points for all attackers

    Hi, can someone help me with damagemap? I tried add it few times, with examples from others topics, but everytime when i add it, script don't giving points for me, without any errors. If someone can explain to me how damagemap works, I will be very grateful! function onKill(creature, target)...
  16. vexler222

    TFS 1.X+ Monster killed counter, every 10 kills

    Hi, its possible to make "monster killed counter", and send message every 10 kills, without writing all monster name to script and unqi storage for them? If it possible, can someone tell me how? Im not asking to write the entire script or anything, but to point me in the right direction. Thanks...
  17. vexler222

    Target spell with random damage type

    Hi, i tried make target spell with random damage type, and in my script i don't get any errors but when i cast spell, it don't deal damage and i don't see effect :/ And second question, how to make target spell like old tibia in tfs 1.5? I try set range to 1, and casterTargetOrDirection to 0...
  18. vexler222

    Two same items with other name/stats

    Hi, it possible to make two items with other stats/name but with same id? And if it possible, how to add drop to monster with this items? one item to x monster and second item to other monster? And second question, it possible to set X actionid to monster drop item? (First question i see on OTS...
  19. vexler222

    If item in bp, player got x stats / health regen problem

    Hi, i tried make item, what give to players who have it in backpack a health and mlvl and it work in 99.5%, cuz i don't understand why healthgain, healing only when globalevent checking script (every 60s), not every 10 ticks like is in script? Or maybe im understand wrong a "healthticks"...
  20. vexler222

    Add stats/regeneration if player has item in backpack?

    Hey, it's possible to add regeneration hp / mp or X skill, to player if he has item in backpack, not equipped in inventory?
Back
Top