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

    Uwerta of Legends - tibia/moba project

    Register Account Rules - Uwerta of Legends
  2. pacan123

    Uwerta of Legends - tibia/moba project

    Lunaris vs Castiele. Uwerta of Legends 1 vs 1 Mode - Short Gameplay
  3. pacan123

    Uwerta of Legends - tibia/moba project

    Exactly, something like lol/dota :) I will soon post a gameplay video on YouTube :)
  4. pacan123

    Uwerta of Legends - tibia/moba project

    everything, every champion, maps, 1v1, 2v2, 5v5, free for all modules will be described on the website and documented on YouTube :) image from website example "Castiele" champion
  5. pacan123

    Uwerta of Legends - tibia/moba project

    it is in the development phase :) there is very little left, so I wanted to share it and see what the realities will be ;)
  6. pacan123

    Uwerta of Legends - tibia/moba project

    Hello guys i want to share with you my one year journey development Uwerta of legends. First moba based on tibia with own web application and rewrited engine. About Game: "Uwerta of Legends" is a dynamic 2D MOBA game set in the world of Tibia OTS engine. In this game, players embody powerful...
  7. pacan123

    old MagicEffect for ue in tfs 1.3

    Hello, Im using tfs 1.3 I want to change new Exevo gran mas vis look to older one. There are MagicEffectClasses but i havent any enum depends of that old look. Is that possible?
  8. pacan123

    break beetwen two different combat onCastSpell()

    I've tried calling a function like this before and not sure why it didn't work. I also took it as a function and passed the id and then based on it I created an object exactly like you did and it didn't work for me. I'm going to try to do it again and let you know if it works.
  9. pacan123

    break beetwen two different combat onCastSpell()

    Thanks AngeLOT !!! i dont know that i need to pass function inside addEvent... Great
  10. pacan123

    break beetwen two different combat onCastSpell()

    it is not working :(
  11. pacan123

    break beetwen two different combat onCastSpell()

    Lua Script Error: [Spell Interface] data/spells/scripts/WaveOwn.lua:onCastSpell luaAddEvent(). Argument #3 is unsafe stack traceback:
  12. pacan123

    break beetwen two different combat onCastSpell()

    Hello guys i have problem i want to make break 100ms between combat and combat2 in function onCastSpell() maybe you know how can i do this? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK)...
  13. pacan123

    Monster go to specified pos x, y, z after spawn

    ok can you explain if not creature:isMonster() then return true end why need i use this lines of code? why i need to check that creature is monster when i indicates it in monster script? Second question for what i check this one: creature:getStorageValue(18237112) ~= 1 and...
  14. pacan123

    Lua Cant figure how to teleport players when they kill creature

    maybe use some like this: local creatureevent = CreatureEvent("monsterKilled") function creatureevent.onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified, mostDamageUnjustified) local teleport = {x = 999, y = 999, z = 7} local player = Creature(killer)...
  15. pacan123

    Monster go to specified pos x, y, z after spawn

    ok I will check this one thanks! 1603562575 ok man thanks for your help i added this one to my code compile it and works but now i have second question :) maybe you know answer :) im using it like spell and i just create some like: function onCastSpell(creature, variant) local destination =...
  16. pacan123

    Monster go to specified pos x, y, z after spawn

    Hello guys i need to create a script. What i need? i want to make somethink like when monster is spawned he go to specified pos x, y, z im using tfs 1.2 i cant find function like this For example creature:gotopos() or monster:gotopos() any suggestions?
  17. pacan123

    Action [TFS 1.1] Item's upgrading by jewels

    hello guys I have a problem. I use this script on my server and it just make my weapon for example +5 but atk is still the same :( you know maybe what is wrong? Lua Script Error: [Action Interface] data/actions/scripts/misc/upgrade.lua:onUse data/actions/scripts/misc/upgrade.lua:61: attempt to...
  18. pacan123

    Compiling Compile issues

    thanks Demnish! :) it works :)
Back
Top