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

    can you have ddos protection on windows?

    I don't recommend using Windows.
  2. sn3ejk

    Buying Protection of client decompilation

    This is not possible. Always is way to decompile it. _ Regards, sn3ejk
  3. sn3ejk

    [Weapons] Throwing Knife

    Everything is possible. _ Regards, sn3ejk
  4. sn3ejk

    [Weapons] Bonebreaker

    Thanks for comments. I'm glad you like it. _ Regards, sn3ejk
  5. sn3ejk

    [Weapons] Throwing Knife

    [Weapons] Throwing Knife~ sn3ejk@otland When player hold throwing knife, he throws additional throwing knives at two targets standing next to target after each attack. ~/data/weapons/weapons.xml <distance id="2410" event="script" value="throwing_knife.lua"/>...
  6. sn3ejk

    [Weapons] Bonebreaker

    [Weapons] Bonebreaker~ sn3ejk@otland When player hold bonebreaker, he creates magic field near the target after each attack. Magic field appears twice in the same position. If player touch delayed magic field, he gains 7% club fighting for 1 second. ~/data/items/items.xml <item id="7428"...
  7. sn3ejk

    Selling OpenTibia Service

    Refreshrefresh
  8. sn3ejk

    emiAAC - Laravel 4 with Bootstrap

    Bootstrap everywhere :) _ Regards, sn3ejk
  9. sn3ejk

    deleted thread

    http://hotc.no-ip.org/management.php?type=champions Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\management.php on line 27 _ Regards, sn3ejk
  10. sn3ejk

    Selling OpenTibia Service

    refresh
  11. sn3ejk

    Linux? Windows?

    You can find a lot of tutorials here (otland.net) or somewhere else. _ Regards, sn3ejk
  12. sn3ejk

    Some advice for a noob plz :P

    Dude, why do you want to create another 8.6 server? Guys, I don't understand you all. _ Regards, sn3ejk
  13. sn3ejk

    Compiling problem compiling linux ubuntu

    Yes, it's true. You should create new user instead of using root to manage forgottenserver. This command (it works on Ubuntu) allows you to create new user: adduser forgottenserver _ Regards, sn3ejk
  14. sn3ejk

    Lua Exura Sio - Heal monsters too

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)...
  15. sn3ejk

    Compiling problem compiling linux ubuntu

    apt-get install libmysqlclient-dev
  16. sn3ejk

    Solved Connecting to website, then it want me to download file?

    I guess that you didn't install php5 and configured it with apache2 (or other kind of web server are you using). You can find a lot of tutorials about configuration php5 with apache2 on Internet. _ Regards, sn3ejk
  17. sn3ejk

    Windows When installing Gesior @ 0.3.6 TFS

    You have to replace content of file named "install.txt" from 85.230.15.140 to 127.0.0.1. _ Regards, sn3ejk
  18. sn3ejk

    Windows 9.44 console Errors

    You have to import this into your database. You can use phpmyadmin or if you're using Linux you can use command "mysql". _ Regards, sn3ejk
  19. sn3ejk

    Windows Database error - can't connect to MySQL database.

    I'm not sure but GesiorAAC has got problem with reading config.lua with comments. I guess you should remove all comments from your config.lua and it should work. Of course, if you configured your MySQL connection well. _ Regards, sn3ejk
  20. sn3ejk

    [MYSQL] Unknown column in field list

    function setGlobalStorageString(key, value) return db.executeQuery("INSERT INTO `global_storage_strings` (`key`, `world_id`, `stringz` VALUES (" .. key .. "), 0, \"" .. value .. "\"") end _ Regards, sn3ejk
Back
Top