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

    TFS 0.X Player INV as Warlock,Stalker...

    I search and test everything about this in this forum, there are a lot of topics for requests, helps but no one works well as should be monsters who can see inv stops the inv by atking atk in area stops the inv (players/monsters) players inv could be pushed when you are inv and atk, it stops...
  2. eyez

    How this works?

    https://otland.net/threads/antirollback.271258/ /\ How this works? Is it avoid players to clone items when server crashes?
  3. eyez

    Feature Antirollback

    anyone know if it protect me from players who crash the server someday and clone items?
  4. eyez

    Feature Antirollback

    it would work like a anti clone system? Absolute anti clon system (https://otland.net/threads/absolute-anti-clon-system.266761/)
  5. eyez

    TFS 0.X Invisible utana vid

    I would like to make utana vid more RPG, like others games, let player actually invisible The best solution to this for now is the heba's script (a lot of people ask for it): local condition = createConditionObject(CONDITION_INVISIBLE) setConditionParam(condition, CONDITION_PARAM_TICKS, -1)...
  6. eyez

    TFS 0.X player invisible as warlock

    it still with that 3 problems: 1) it's not reciving area damage, like gfbs UEs from players (its rerciving from monsters [if monsters attacks players who is not inv closer to the player]), it should give damage and cancel inv 2) players who are not invisible can enter on the same SQM of this...
  7. eyez

    TFS 0.X player invisible as warlock

    bump
  8. eyez

    TFS 0.X Loot message to grey

    this is how loot msgs are show: all green i want to change to something like this grey: but with some items from a list blue,green,red how to change it? to grey is something here? https://github.com/Fir3element/3777/blob/master/config.lua#L229 and about loot rares colors? is it something...
  9. eyez

    TFS 0.X Efect on monster corpse when monster drops rare

    guys, i tried to make it to work UNCOMMON_ITEMS = {5875,5878,5879} RARE_ITEMS = {2498,2466,2487} EPIC_ITEMS = {2472,2470,2195} function getTopItem(p) -- from Darkhaos's arena script p.stackpos = 0 local v = getThingFromPos(p) repeat p.stackpos = p.stackpos + 1 v =...
  10. eyez

    Creating a Tibia Client from Scratch

    bots like elfbot, ibot would work in this client? a big part of otservers players are full of botters
  11. eyez

    TFS 0.X Efect on monster corpse when monster drops rare

    How to create this effect on monster corpse when drop some rare loots? if(chance <= 100) 'Legendary' else if(chance <= 500 && chance > 100) 'Epic' else if(chance <= 2500 && chance > 500) 'Rare'
  12. eyez

    TFS 0.X player invisible as warlock

    Idk if it is the way either I made it by collect parts of requests, asks about it on forum There is nothing working at all I have no knowledge to source edit, do u have? I didn't have even to do this script, just made by collect part of a lot of topics about it on this forum
  13. eyez

    TFS 0.X player invisible as warlock

    I played a server who some vocations could be invisible as warlock monster is... It was so fun, but server closed and i want to make like that... Players was invisible to others monsters (who could se invisible, demons for example attacks and remove the inv), players And the invisible removes...
  14. eyez

    TFS 0.X total player invisible

    A spell to players be invisible to others players is so fun... I tried to make it for a custom project, there are a lot of requests about it here on forum so i put some scripts together i make it to work: <instant name="Shadow Walker" words="utana vis" lvl="8" manapercent="70"...
  15. eyez

    Absolute anti clon system

    Clones comes with crashes as @StreamSide said Crashes can comes on map bugs, source bugs, lua script bugs and maybe other stuff idk (i had a lot of problems with it years ago) Obviously i have to fix the crashes problems But it is at least responsible to have something to deal with clone stuff...
  16. eyez

    Absolute anti clon system

    fk really!? it wont work, saving everytime player move itens, trade? the problem is every solution here in forum is for donate items, i dont even have donate items in my server, its all free but the server is too hard, so player will clone everything, gold, loots, items the only one i found...
  17. eyez

    Absolute anti clon system

    I suffer so much with cloners, with a low loot OT, low exp, ppl clone everything... i found this on forum: https://otland.net/threads/lua-c-absolute-anti-clon-system.137287/ would it solve my problem? is it too heavy for the server? there is a way to optimize the onmove script? what the house...
  18. eyez

    TFS 0.X Exausted SSA/Might Ring

    @supergt @changos we don't guys https://ibb.co/Ntf17mF
  19. eyez

    Any one got this outfit real tibia? 1500 Euro

    Have to agree with you
  20. eyez

    TFS 0.X Exausted SSA/Might Ring

    What are u mean? That my player.cpp don't have this line? if(!g_moveEvents->onPlayerEquip(const_cast<Player*>(this), const_cast<Item*>(item), (slots_t)index, true)) return RET_CANNOTBEDRESSED; Yes, it have: https://hastebin.com/ajafipirik.cpp The other guy is also...
Back
Top