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

    [HELP] Problems with IP

    you need to make sure you have your NAT set correctly, and firewall/iptables set to allow traffic on your game ports. check it on this site: Open Port Check Tool - Test Port Forwarding on Your Router You can also use" ip = "0.0.0.0" (it will bind to loopback address to all interfaces, listen...
  2. Lyky

    Lua tralalala

    You are likely missing stuff in npcsystem; from where ever you got the script from. Look up the functions you are calling upon, doSetMonsterGym in this case.
  3. Lyky

    Dishonesty in the OTS community (starting off with the OTS Septera/Nostalria)

    Own Tibia Server, sure public is allowed to enter their worlds; But its theirs not the public. I.E. If they want to walk naked they should be able; Since its their land, not the public land. You should compare each OTS as us law views land owners - but maybe with even more power to land owner...
  4. Lyky

    Dishonesty in the OTS community (starting off with the OTS Septera/Nostalria)

    @e.e Well, in all - all; what people do on their own OTS is not mine business, and shouldn't be yours either - as its their freedom, their world to make. If you do not like it, don't play there - its that simple. Sure some GM may be as you say corrupt, unethical etc; but in the end its the...
  5. Lyky

    Dishonesty in the OTS community (starting off with the OTS Septera/Nostalria)

    pm'ed; again i'm sure plenty more people are doing stuff like that... and there's more servers alike; as that person owned a company and he stated he is hosting couple of them at this moment so... he's just milking it.
  6. Lyky

    Faltal Erro Character.php

    check whats written htdocs\classes\website.php on line 168
  7. Lyky

    Dishonesty in the OTS community (starting off with the OTS Septera/Nostalria)

    Well you definitely became more active since otserv.pl times; My apologies. I still have seen some myself or heard from friends of numerous ots faking numbers of people thats actually logged into the game. Like Chrona.pl (as for the example.) I'm sure there's more... since people cry some much...
  8. Lyky

    [TFS 1.2 - Spells]Stack condition_haste on top of haste

    Hello, I would like to make the Haste added on top of other active haste. When player has utani hur active, and casts this spell it would add haste on top of it. Let me know if this is possible, and if then how. Regards, local base = 120 local variation = 40 local combat = Combat()...
  9. Lyky

    Dishonesty in the OTS community (starting off with the OTS Septera/Nostalria)

    You can't fix Xinn's :) Correct approach is stop using his list service, and ensure communities understand that there is rigging going on. But again in all realities, Xinn is 'the' AFK; i doubt he even cares.
  10. Lyky

    Dangerous website

    if you want to keep your downloads on the site; You can add robots.txt excluding certain pages, also rewrite rules may be great solution to keep google away from downloads.
  11. Lyky

    Silnik 8.1

    Nie zainstalowales libs, i boost c++ libs
  12. Lyky

    Linux (SOLVED)0.3.6 Server Start Error

    y fetch blacklist... comment out . http://forgottenserver.otland.net/blacklist.xml is dead. supply your source.
  13. Lyky

    [TFS 1.2] Monster Attack 'Strength'

    back on 7.5 if i remember correctly he was lowering all skills. Do you by any chance have any tibicam/clips from 7.4-7.92 with him?
  14. Lyky

    Reset database without deleting anything, just editing it.

    Create whatever query in the image UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition; The condition could be vocation... Then if you want to purge all their items simply purge all other tables except account, and players. (Note some tables may be for your website...
  15. Lyky

    How to execute script every Xsec if item is equipped

    thanks i'll try that, and post my example of script later once i get around working.
  16. Lyky

    [Poland] Erathia - Custom - Real Map RPG

    + Added Multiple Bosses with their Raids Demodras, Dharalion, FernFang, Grorlam, Genral Murius, The Evil Eye, Tiquandas Revange. + Fixed Hat of the Mad (Now gives you magic level.) + Added Red Magic Robe as super rare loot from Warlock. + Blue Robe now gives you 8% resistance to energy. + Fixed...
  17. Lyky

    How to execute script every Xsec if item is equipped

    Hi, I would like to know how to execute script every Xsec once certain item is equipped. ex of concept: If you put a snake in your backpack it should be making hissing noises. Thanks
  18. Lyky

    Solved Spell crashing server [TFS 1.2]

    I think problem is item is created first and then item is created with actionid. item:setActionId(8764) correct me if i'm wrong.
  19. Lyky

    Czy AMD Athlon 64 x2 3800+ i 8gb ram podoła?

    mysql przedewszystkim bedzie siedzial tylko w ramie; W zaleznosci ile bedzie smieci i ludzi na servie mozesz potrzebowac 2x tyle co mapa bedzie ci zzerala wiec trzeba patrzec 16-24GB. Apache duzo ramu nie bedzie zzeral, moze z 300-1GB jesli duzo osob bedzie caly czas odswiezalo strone, co...
  20. Lyky

    [TFS 1.2] Monster Attack 'Strength'

    I've accomplished this correctly by doing following spells as it should reduce "strength" i.e. all skills. (you should fix yours as it was only lowering distance skill) local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_POISONAREA)...
Back
Top