• 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. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    Exactly I think so too :)
  2. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    Now it is working. Thank you very much Snavy :) 1614967257 That's exactly what I did at the beginning, but I had to enter something wrong :)
  3. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    Unfortunately, something is not working This is my spell script \/ local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 31) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FLAMMINGARROW)...
  4. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    I just pasted it exactly here and it doesn't work
  5. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    Thx it works but in this spell not local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 31) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FLAMMINGARROW) function onGetFormulaValues(cid, level...
  6. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush = createCombatObject() setCombatParam(combat0_Brush, COMBAT_PARAM_EFFECT, 30) setCombatParam(combat0_Brush, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)...
  7. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    What folder should I paste this into?
  8. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    How to make an UE spell lock from x players on the screen? For example, you cannot use an EU spell if there are 10 players or more on the screen.
  9. Daniel Kopeć

    Configure config.lua

    when i make less loss 20 then i loss all levels after dead.... why?
  10. Daniel Kopeć

    Solved Huntig Arena Script PROBLEM !

    I don't have a line (os.time. There is only expireTime
  11. Daniel Kopeć

    Solved Huntig Arena Script PROBLEM !

    Yes, but when the time reaches 0 seconds it starts to drop to the minus
  12. Daniel Kopeć

    Solved Huntig Arena Script PROBLEM !

    Exactly :) I think the problem is in the script, only the question what :)
  13. Daniel Kopeć

    Solved Huntig Arena Script PROBLEM !

    Tak mam not logout zone w calej arenie. Tu chodzi o to ze przy restarcie serwera gdy silnik sie wylacza i wlacza to gracz loguje sie na arenie i expi dalej a gdy timeleft czyli czas zejdzie do zera to idzie caly czas na minusie w nieskonczoność i moze expic caly czas bezplatnie. Yes, I have a...
  14. Daniel Kopeć

    Solved Huntig Arena Script PROBLEM !

    After the server restart, the player who was in the arena logs in to the arena and from that moment has unlimited time and is not kicked out to the Temple. How to fix it? Here is my script from the mods folder: <?xml version="1.0" encoding="UTF-8"?> <mod name="Hunting_rooms" version='2.0'...
  15. Daniel Kopeć

    Area tfs 0.4 dev.

    Mam podobny problem że podczas restartu serwera postac loguje sie na arenie, nie wywala jej do temple po restarcie i czas sie buguje i może wtedy sziedzieć ile chce na arenie. Oto Mój skrypt: <?xml version="1.0" encoding="UTF-8"?> <mod name="Hunting_rooms" version='2.0' author='VirrageS'...
  16. Daniel Kopeć

    Solved Create / modify an amulet problem

    How to create or modify any amulet to regenerate mana and hp etc. For example Ancient Tiara? I added attributes to Ancient Tiara in items.xml and in movements.xml <! - Amulets -> <movevent type = "Equip" itemid = "2139" slot = "necklace" event = "function" value = "onEquipItem" /> <movevent...
  17. Daniel Kopeć

    Solved Item Shop Problem

    Outfit doll is an item so change param6 to "item" nvm param6 is item name Edit: @Daniel Kopeć do u have the correct itemid? 8778 seems to be a statue Yes exactly. My big mistake is that I entered the wrong ID
  18. Daniel Kopeć

    Solved Item Shop Problem

    So what shop.lua script should I add? 1613643013 Yes, I copied these screenshots from another post. I'm throwing them in here again
  19. Daniel Kopeć

    Solved Item Shop Problem

    Ok I edited the post and added any information. very sorry i'm new here
Back
Top