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

    I need help.

    You should download a new data pack from this division: Data Packs
  2. Alehopper

    Gdzie znajdują się orginalne ACC MAKERY by Gesior

    Do aktualnych wersji nie ma oryginalnego źródła, przykładowo svn, gdzie wolno pobierać co raz to nowsze oryginalne pliki. Sprawdź najnowszą wersję na forum, na pewno działa pod tym protokołem, oczywiście jeśli pod tą wersje istnieje silnik generacji TFS. Jak znam życie to już jest...
  3. Alehopper

    ftp connection faild

    I think that you input a wrong data to connect. Timeout == server don't respond
  4. Alehopper

    [NPC] The Oracle

    A jaka to jest wersja silnika ;> 0.3, 0.4 ?
  5. Alehopper

    Cigar

    Try use this, but you should change a text http://otland.net/f81/marihuana-scirpt-sprite-132646/
  6. Alehopper

    Buying Scripts in general

    I can create scripts in lua, c++, php, javascipt (as jQuery) and others. Here is my fresh topic: http://otland.net/f485/website-sea-oevice-everything-gesioraac-modernaac-134061/ if you want write me PM =).
  7. Alehopper

    Klient RonIT

    Do bani oprawa graficzna, mam nadzieje, że to się szybko polepszy. Choć wszystko ładnie spoko, ale już mamy flasza, wystarczy tylko go przerobić :>.
  8. Alehopper

    Spell Sword Throwing Spell †

    Thanks for comments. I introduce change to script, when somebody downloaded last version - i advise to upgrade.
  9. Alehopper

    [C++] Getting 1 soul after kill 1 monster

    Replace all words in data/xml/vocations.xml from: gainsoulticks="120" to this gainsoulticks="0" This should work, but i'm not sure =).
  10. Alehopper

    Luck

    I don't see this script for free. If you want put to your server you must change a source files.
  11. Alehopper

    [Spell] Remove Creature

    Try this, but i don't test this script: function doRemoveCreaturesInArea(creature, fromposition, toposition) -- This script in not multiplatform (z == z!) local wolfs = 0 for zx = fromposition.x, toposition.x do for zy = fromposition.y, toposition.y do local...
  12. Alehopper

    tibiacom layout

    I think that you should throw this SQL code to your mysql (via phpmyadmin) CREATE TABLE IF NOT EXISTS `z_polls` ( `id` int(11) NOT NULL AUTO_INCREMENT, `question` varchar(255) NOT NULL, `end` int(11) NOT NULL, `start` int(11) NOT NULL, `answers` int(11) NOT NULL, `votes_all` int(11)...
  13. Alehopper

    Spell Sword Throwing Spell †

    Sword Throwing Spell † simple spell for a knights & elite knights ____________________________________________________________________ Player throw to target own weapons dealing a physicial damage and stun (exhausted, muted and can't move) target for 1.5 seconds. [*=1]Damage: from (skill...
  14. Alehopper

    Rl Server Rates , POLL

    I think best options is 2.
  15. Alehopper

    Guilds.php błędzik.

    Na początku index.php & install.php (to pozwoli na nie wyświetlanie żadnych błędów). error_reporting(0); @down też racja, nawet tak lepiej bo jakby był jakiś poważny błąd to zawsze wyjdzie.
  16. Alehopper

    How popular are you?

    10/10 - I remember your awesome nick =)
  17. Alehopper

    zombie error

    Maybe you should use a this script http://otland.net/f82/zombie-event-new-version-bug-free-updated-128664/.
  18. Alehopper

    Linux Gesior Status offline

    You should fix a your Gesior, this problem is frequent. Check in your files a socket's connection.
  19. Alehopper

    Modern Acc !

    This script in not for free on web ;(. If you want, a can create it for you - visit http://otland.net/f485/website-sea-oevice-everything-gesioraac-modernaac-134061/.
  20. Alehopper

    Healing tiles

    If you want use a function onStepIn, you should use this code (not tested!): function onStepHealing(cid, pos) if (getThingPosition(cid) == pos) then doSendMagicEffect(pos, CONST_ME_MAGIC_BLUE) doCreatureAddHealth(cid, math.random(0.005, 0.02) * getCreatureMaxHealth(cid))...
Back
Top