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

    Action One potion for all voc. Mp/Hp depends on level and vocation.

    amount = { -- [vocation] = {minmp, maxmp, minhp, maxhp}, (it will be multiplied by player level) [1] = {3, 3.5, 0, 0}, [2] = {3, 3.5, 0, 0}, [3] = {1,1.2, 2, 2.2}, [4] = {0, 0, 5, 7}, [5] = {3, 3.5, 0, 0}, [6] = {3, 3.5, 0, 0}, [7] = {1,1.2, 2, 2.2}, [8] = {0, 0, 5, 7} } function...
  2. Shadowman321

    script please

    local config = { [150] = {r= {2160, 50}}, [250] = {p = 20}, [300] = {p = 20} } function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL__LEVEL then for level, v in pairs(config) do if newLevel >= level and getCreatureStorage(cid, 100 + level) < 0 then if v.p then...
  3. Shadowman321

    [Poland] [8.6] NexOt.pl Super Evo! Start: 16.11.12

    Its mainly for polish players. Like kozmo said. Many of them looking for server here, so i decided to post here too. Maybe in future i will translate everyting. But now, i just want to try with this what i have. Next time try to write something about server, not only about language. Or just...
  4. Shadowman321

    [Poland] [8.6] NexOt.pl Super Evo! Start: 16.11.12

    Thanks for your comment. I worked many hours to do that. Website, map, scripts, balance, everything is great. So i hope, players will come and get some fun.
  5. Shadowman321

    [Poland] [8.6] NexOt.pl Super Evo! Start: 16.11.12

    NexOt.pl - Baw sie z nami! Nie przegap! Strona: NexOt - Latest News Port: 7171 Tibia: 8.60 Mapa: Przerobione evo Status: Trwają przygotowania do startu. Exp Stage: 1- 50 150x 51- 80 100x 81-100 60x 101-130 45x 131-150 30x 151-180 15x 181-220 5x 221-xxx 3x Rates...
  6. Shadowman321

    [PHP] Invalid offset/Hide warning

    Changed display_errors in php.ini and error is gone. I really don't wanted to change it and restart apache every time when i want to check errors. But if everyone say its best way, so i will stay with it. Anyway, thanks for help.
  7. Shadowman321

    [PHP] Invalid offset/Hide warning

    It work. But still error in 67 line. @up2 php.net manual: But i tried even: "error_reporting(0);" ...
  8. Shadowman321

    [PHP] Invalid offset/Hide warning

    Lines 66-76: for($i = 0; $i < strlen($name); $i++) if($name[$i] == $name[($i+1)] && $name[$i] == $name[($i+2)]) { echo '<font color="red">Name can\'t contain 3 same letters one by one.</font><br /><font color="green"><u>Good:</u> M<b>oo</b>nster</font><font color="red"><br />Wrong...
  9. Shadowman321

    Solved C++ compiler cannot create executables

    THANKS! World need more people like you!
  10. Shadowman321

    Solved C++ compiler cannot create executables

    0.3.5. It is not there. Debian 6 32bit
  11. Shadowman321

    Solved C++ compiler cannot create executables

    root@nexot:/source# ./configure --enable-mysql checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking...
  12. Shadowman321

    Solved C++ compiler cannot create executables

    How to get libluajit-5.1-dev if its needed? Anyway. I tried to compile. root@nexot:/source# ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not...
  13. Shadowman321

    Solved Broken Packages

    Still... nothing. - - - Updated - - - I've got another sources.list now and another package list. One Error only: Anyway. I tried to compile.
  14. Shadowman321

    Solved Broken Packages

    Result: root@nexot:~# apt-get install ppa-purge Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package ppa-purge ... E: Unable to locate package ppa-purge E: Unable to locate package ppa-purge E: Unable to locate package ppa-purge...
  15. Shadowman321

    Solved Broken Packages

    root@nexot:~# sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. OR: root@nexot:~# apt-get install ppa-purge Reading package lists... Done Building dependency tree...
  16. Shadowman321

    Solved Broken Packages

    It doesn't work. Still: apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev...
  17. Shadowman321

    Solved Broken Packages

    apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev...
Back
Top