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

    Otland Ventrilo!

    From my personal opinion, I can say that Ventrilo would be the best program. It's easy to use and friendly to the user. Mhm, it's not my decision, but I prefer ventrilo.
  2. Reaper7

    Complaint chat system

    I had some vbulletin forums, and I know for a fact that there are some good plugins for a chatbox, or a shoutbox.
  3. Reaper7

    Couldn't establish connection to SQL Database!

    Actually, I had a website on my localhost... It was few months ago, but then i couldn't be bother to continue it, so I just removed xampp from my computer and then installed again.
  4. Reaper7

    Couldn't establish connection to SQL Database!

    how'd you make the port 3306 free to use? my xampp is working correctly ... you can see it at the screen shot below:
  5. Reaper7

    Couldn't establish connection to SQL Database!

    Still doesn't work. That's how my config.lua looks like by now: -- Database -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value. sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser...
  6. Reaper7

    Uppgrade server from 8.60 to 8.7

    it would be quite hard to do, easier to make a new server. :D
  7. Reaper7

    [Poland] Enibia.pl | RL RPG & PVP Server [ 8.60]

    guys, calm down... there is no reason why you should swear to each other ;)
  8. Reaper7

    Couldn't establish connection to SQL Database!

    hi! im testing the tfs for tibia 8.54 (cryingdamson6pl1-gui) but ive got a problem. ive made my database, ive done everything in config.lua and for some reason it doesnt want to work:( i run my console with xampp turned on... after a while it says "Starting SQL Connection". it loads for...
  9. Reaper7

    [Misq011] Mapping Thread!

    good mapping, but from my personal opinion, you should add more details and rubbish on your work :D
  10. Reaper7

    Action Marihuana Scirpt + The sprite

    you need to add this sprite to your tfs by using nox(?) editor, or something like that... surely there will be some tutorials on forum =d
  11. Reaper7

    lua - pomoc

    Musze najpierw sformatowac komputer, bo nie mam zadnego pod reka.
  12. Reaper7

    lua - pomoc

    Ja chce to zrobic sam, tak aby zrozumiec i w przyszlosci nie robic tego samego problemu, wiec prosze o nie dawanie mi gotowego skryptu =p JESZCZE RAZ: czy to by w jakis sposob zadzialalo?: function onKill(cid, target, lastHit) local pozycjapotwora = getCreaturePosition(cid) local me =...
  13. Reaper7

    lua - pomoc

    Kurwa jebana mac, ochlon =DD policz powoli do dziesieciu, wdech i wydech, bo zaraz pierdolniesz na zawal od nerwow ; )) czyli po prostu mam dodac do login.lua to?: registerCreatureEvent(cid, "ReportBug")
  14. Reaper7

    lua - pomoc

    Owszem, zauwazylem. Tak pozniej jest prosciej zrozumiec =d. Cid - gracz. Napisalem tak, zeby sie summonowal potwor "na" graczu, bo nie wiedzialem, co zrobic, aby "zrobil" sie on obok, a juz nie chcialem tylu pytan zadawac. podeslalby mi ktos jakis poradnik do dodawania eventow w tym login.lua?
  15. Reaper7

    lua - pomoc

    Okej dobra, a jakbym wykonal to w ten sposob: function onKill(cid, target, lastHit) local pozycjapotwora = getCreaturePosition(cid) local me = getCreaturePosition(cid) doSendMagicEffect(me, CONST_ME_MAGIC_BLUE) doCreateMonster("Skeleton", pozycjapotwora) end no i jak...
  16. Reaper7

    lua - pomoc

    Wymietek, dzieki jestes super =D jeszcze raz przybyles do mnie z ratunkiem, dzieki =dd... no i takie ostatnie pytanie - a to co ja napisalem by zadzialalo?
  17. Reaper7

    lua - pomoc

    local pozycjapotwora = getCreaturePosition(cid) local me = getCreaturePosition(cid) function onKill(cid, target, lastHit) doSendMagicEffect(me, CONST_ME_MAGIC_BLUE) doCreateMonster("Skeleton", pozycjapotwora) end zadzialaloby?
  18. Reaper7

    lua - pomoc

    dobra, dobra, ale skąd ten skrypt wziąć? szukałem. ;d no to wiem =d ale jak tego uzyc w praktyce ;>
  19. Reaper7

    lua - pomoc

    cześć promyczki! ;d otóż mam pewne pytanie... co zrobić, aby po zabiciu danego potworka przez gracza summonował się najlepszy? proszę także o wytłumaczenie ; dd pozdrawiam!
  20. Reaper7

    Action Marihuana Scirpt + The sprite

    Hi! if you've got any ideas to optymalize my script, please tell me... i run out of them ; p
Back
Top