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

    task party

    Hi, i have some problem with my task scripts if in a group the monsters are killed individually, it counts well, while when all monsters are killed, e.g. with avalanche that all monsters will die in one moment, one additional ... my code: local function getKillers(creature, party) local...
  2. zapo

    Reward chest

    If you have in reward chest more than 100 reward bags and then u relog(befor relog is normal). All bags over 100 drop to the last bags and you can't open. this is because items start indexing at 101 and reward bag at 1(and when the "reward bag" index 101 falls into one another) Where to change...
  3. zapo

    Add quests onLogin without server freeze

    I am using the newest otservbr TFS1.3, freequest.lua script adds tasks if you log in for the first time. They use player: setStorageValue (value.storageId, value.storageValue) to add. When there are a lot of quests, the first time you log in, the player will freeze the server for 1 second How to...
  4. zapo

    Remove bomb after dead

    I have some problem, When player die and before die he use for example fire bomb rune fire will stay on the floor and when some other player walk through of the bomb the first player get skull (also in temple). I would like to add a feature that removes the player's bomb after death. Maybe add...
  5. zapo

    [OTServBR] - Looking for boss spawning scripts

    I'm looking for working bosses scripts like: 1. Feastery 2. Greavy + zelos 3. Final library 4. Gold Final TFS1.3 12.x ostervbr
  6. zapo

    Skill bug(eq and spell manareduce)

    When for example Silencer use on u spell which reduce your magic level and use for example 'Utana Vid' then you get as much magic lvl as if you had magic lvl lowered by spell. Similar situation is when you have eq which add you some skills then you get less skill. TFS 1.3 12.x
  7. zapo

    Reward bags bug over 100

    If you have in reward chest more than 100 reward bags and then u relog(befor relog is normal). All bags over 100 drop to the last bags and you can't open. Tfs 1.3 12.x boss_reward_chest: local function pushSeparated(buffer, sep, ...) local argv = {...} local argc = #argv for k, v in...
  8. zapo

    Task NPC problem (Function onKill

    Otservbr TFS1.3 I have a script like this for npc task. NPC gives me missions, but when I kill a monster, nothing is written or counted monsters Function onKill dont work, dont print "work" creaturescript: local config = { ['dragon'] = {amount = 50, storage = 19005, startstorage = 5015...
  9. zapo

    Spells exhaust reset after death

    Spells exhaust reset after death. When I die, all spell cooldowns reset. I use otservbr.
  10. zapo

    Diamond arrow equip/unequip

    Normlan arrow i can equip/unequip but diamond arrow no. I am using the latest version otservbr
  11. zapo

    Guild war system (frag limit)

    I'm looking for a Guild War System with a working frags limit
  12. zapo

    Guild War frag limit gesior

    Hi Guys, Does anyone have a well-functioning guild war system? When declaring a war you can choose the limit of frags. the war ends when this limit is reached TFS -1.3
  13. zapo

    Auto start server CRON

    I don't know why it doesn't start the server my sh file screen ./start my crontab file 30 6 * * * root /bin/sh /aaa/ots.sh
  14. zapo

    Too many start items on druid

    when creating a new character the druid has too many items to start(2x the same items) but only druid. is there a place other than startitems.lua items are set for the start? tfs1.3 local config = { [1] = { --equipment spellbook, wand of vortex, magician's robe, mage...
  15. zapo

    TFS 1.X+ Healing runes(ultimate and intense) can heal monsters and familiars

    Hi guys, Can use healing runes to heal monsters and your familiars summon. Someone knwo how to change it? otservbr tfs 1.3
  16. zapo

    Summon tp to pz

    Hi, creature creating by 'utevo res 'name'' can tp to pz for example when i go uppster. How to disable teleporting this summon? Otservbr TFS 1.3
  17. zapo

    [OTBR] Add item to dead monster

    Does anyone know how to disable the possibility of putting items into monster corpse? Oservbr - TFS 1.3 Client 12.60
  18. zapo

    [OTBR] gold pouch auto loot problem

    Hi, i can set gold pouch to collect loot by autoloot. I can choose gold pouch as a backpack for auto loot Someone know how to fix it? i use ostervbr TFS 1.3
  19. zapo

    Gold pouch auto loot

    Hi, i can set gold pouch to collect loot by autoloot. Someone know how to fix it?
  20. zapo

    How to delete accounts and players

    How to safely remove all accounts with players (except a few) so that, for example, the player charms will also remove where lines is the player id.
Back
Top