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

    Cast Description

    @ B U M P
  2. P

    Poszukiwany Webmaster

    Opis: Skrypt który po kliknięciu na przycisk losował by z bazy danych 1 item z sms shopu oraz odejmował punkty, po kliknięciu na przycisk "odbierz" item dochodzi do gracza w grze. Sposób płatności: Przelew Cena: 100zł Kontakt: PW, GG: 40511295
  3. P

    Cast Description

    How do you turn msg:"Cast communication is turned on." on Cast Description from database? protocolgame.cpp Player* _player = g_game.getPlayerByID(playerId); if(castAccount) { //CA PlayerCast pc = _player->getCast(); for(std::list<CastBan>::iterator it = pc.bans.begin(); it !=...
  4. P

    Cast System (Viewers)

    If someone doesn't work, here is the solution. Add: db.query("UPDATE players SET castViewers='".. count .."' WHERE id="..getPlayerGUID(cid)) After if text == "Cast Viewers:\n#Viewers: |COUNT|\n\n" then text = "Cast Viewers:\n\nNo viewers." end text = text:gsub("|COUNT|", count)...
  5. P

    Cast System (Viewers)

    All work! Ty for help.
  6. P

    Cast System (Viewers)

    Still the same. Maybe in the wrong place it added. Where to add? function onThink(interval) local players = getPlayersOnline() for _, pid in ipairs(players) do local data = getPlayerSpectators(pid) if(data.broadcast) then db.executeQuery("UPDATE `players` set `viewers` = " ...
  7. P

    Cast System (Viewers)

    When the number of viewers is above 1, the database does not update it. cast.php: function onSay(cid, words, param, channel) local tmp = param:explode(" ") if not(tmp[1]) then return doPlayerSendCancel(cid, "Parameters needed") end if tmp[1] == "on" then...
  8. P

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Need script TFS 0.4 if time 12:00 then script remove ID: 9485.
  9. P

    Blokada przechodzenia przez graczy

    Poradziłem sobie, jeszcze raz dzięki za pomoc! :) Mój błąd, nie wziąłem pliku .exe z folderu dev.
  10. P

    Blokada przechodzenia przez graczy

    Dziękuję bardzo, działa! :) @EDIT Po restarcie ots'a znów to samo. :O Co mogę robić źle? Po kompilacji otrzymuje taką informację:
  11. P

    Blokada przechodzenia przez graczy

    Dzięki! Jestem profesjonalnym skrypterem, taki skrypt to dla mnie błahostka!
  12. P

    Blokada przechodzenia przez graczy

    Próbowałem to dodać wiele razy, kompilowałem wiele razy i na nic.
  13. P

    Blokada przechodzenia przez graczy

    Jest to w source/player.cpp, lecz nie mam pojęcia jak to przerobić by zablokować przechodzenie. bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() &&...
  14. P

    Blokada przechodzenia przez graczy

    Jak w silniku TFS 0.4 zablokować graczom przechodzenie przez siebie?
  15. P

    Problem z potionami, runami itd.

    Problem rozwiązany. Przy kopiowaniu modów, systemów z TFS 0.3.8 skopiowałem także folder 'lib'. Po wrzuceniu z TFS 0.4 wszystko śmiga.
  16. P

    Przerobienie mapy

    @Odświeżam. Nadal aktualne!
  17. P

    Przerobienie mapy

    Zlecę przerobienie mapy, dokładnie głównego miasta + dodanie 2 questów. Mapa: karmia Płatność: przelew Cena: 50zł Chętnie osoby pisać pod tematem, bądź gg: 40511295
  18. P

    Problem z potionami, runami itd.

    Po zmianie działa. Jednak mam problem z INQ. <?xml version="1.0" encoding="UTF-8"?> <mod name="Inquisition" version="2.0" author="Tommy" contact="[email protected]" enabled="yes"> <config name="inqusitionFunctions"><![CDATA[ config = { message = "Go into the teleporter in 3 minutes...
  19. P

    Problem z potionami, runami itd.

    @Odświeżam, mam ten sam problem.
  20. P

    Task System

    What is wrong with this system? <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Talkaction Task System" version="1.0" author="Oskar" contact="[email protected]" enabled="yes"> <config name="talkactionTask_conf"><![CDATA[ canGetOnlyOneTime = false task = { ['rotworm'] = {storage =...
Back
Top