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

    Debug przy próbie zalogowania.

    Część graczy może się zalogować i nic się nie dzieje a część (w tym ja) ma debuga po wpisaniu dobrego acc number/password. Ma ktos pomysl jak to naprawic?
  2. straher

    Modern AAC -> shop

    Dziwny błąd mam, otóż: skrypt w globalevents powinien zmieniac po dodaniu przedmiotu tabele processed z 0 na 1 - nie zmienia... brak bledu, linijka za to odpowiedzialna: db.executeQuery("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";")
  3. straher

    Homepay + modern AAC

    Witam, posiada ktos dzialajacy system pod homepay na moderna? znalazlem tylko jeden na tnet.pl ktory niestety dzialac nie chce
  4. straher

    [Poland] Pvpenfo.pl 8.60

    ENG: The best war server is back pvpenfo.pl (wpierdol.sytes.net) IP: pvpenfo.pl Port: 7171 Tibia Client: 8.54-8.57 Some information about the server: -Connection 100mbs -Server is located in France -Uptime 99.99% All the scripts and rules are from the old pvpenfo.pl, nothing has...
  5. straher

    Mass mailer to your AAC

    It's the first tutorial I have ever written but I hope it would be useful to someone. All credits goes to owner of Simple Free Mass Mailer Sender PHP | Codes Tips but the guy who coded it made few syntax mistakes and it won't work if you just download&run it (I've added attachment with fixed...
  6. straher

    problem w prostym skrypcie lua

    skrypt powinien pokazywac nad graczem jego poziom w momencie awansu wpisalem do login.lua i do creaturescripts.xml function onAdvance(cid, skill, oldLevel, newLevel) local p = getPlayerPosition(cid) doSendAnimatedText(p, "getPlayerLevel(cid) lvl", math.random(1,255)) return true end
  7. straher

    [LUA] getting 5 highest storage counts to broadcast

    Hi, my system counts frags as storage values and I'd like to add top 5 storage broadcast. Can anyone help me with it? I've found those 2 pieces of code: This one casts broadcast but it doesn't take frag amounts from storage but killers [local config = { limit = 5 } function...
  8. straher

    problem z lua

    w support nikt chyba nie znal rozwiazania wiec probuje tutaj mam taki skrypt: function onKill(cid, target, lastHit) if cid ~= target and isPlayer(target) then if(getPlayerStorageValue(cid, 20233) > 1) and getCreatureStorage(cid, 6001) == -1 then setPlayerStorageValue(cid, 6001, 1)...
  9. straher

    Lua problem with script

    This script should set players skulls depending on how many frags they get (storage) but well... it doesn't no problems printed in console when reloading creaturescripts. function onKill(cid, target, lastHit) if cid ~= target and isPlayer(target) then if(getPlayerStorageValue(cid, 20233) > 1)...
  10. straher

    TFS quest system

    Korzystam z TFS 0.3.6 daje action ID = 2000, unique ID ktorego nie uzywam w innym miejscu umieszczam w RME w skrzynce jakis przedmiot i niestety nic nie dziala. Nie przerabialem items.otb.
  11. straher

    Creature not found - lua script

    function onKill(cid, target, lastHit) if cid ~= target and isPlayer(target) then doCreatureSetStorage(6001, getPlayerStorageValue(6001)+1) end end if(getPlayerStorageValue(cid, 6776) == 1) and getCreatureStorage(cid, 6001) == -1 then setPlayerStorageValue(cid, 6001, 1)...
  12. straher

    Co tu jest nie tak...

    mam taki oto fragreward, ale ten pierun nie chce dzialac function onDeath(cid, corpse, deathList) local reward = { item = 5944, count = 1 } for i = 1, #deathList do if isPlayer(cid) and isPlayer(deathList[i]) then if getPlayerIp(cid) ~= getPlayerIp(deathList[i]) then...
  13. straher

    Selling 10 kk on Refugia for sale - best offer wins - 1 week auction

    Later I will post a screenshot of my noobchar carrying the money. If someone wins and will be afraid that it's fake - I will cast my noob with the gold on me. Starting bid: 1 € C/O: - €
  14. straher

    Selling 238 Pally from Refugia

    Char is final warned but anyway, cipsoft delete all detected botters nowadays; char goes with 81 days neobot licence (it's 81 today) and all my scripts to neobot (including yala grims with refiller, lizards chosen and much more) the char got a lot of outfits (full assassin, full...
  15. straher

    kilku graczy na jednej postaci

    wlasnie... jak to ustawic? w configu dalem juz allowclones = true, oneplayeronline~=false itd ale wciaz nie moge zalogowac np dwoch postaci X
  16. straher

    Compiling Errors in player.cpp

    I've made few changes in player.cpp and now I encounter errors. The strange thing is that I did not change anything in lines the errors show up player.cpp: In member function 'virtual void Player::onChangeZone(ZoneType_t)': player.cpp:1367: error: a function-definition is not allowed here...
  17. straher

    porównywarka

    Znacie moze jakies programy ktore porownywalyby dwa pliki i wskazywaly roznice miedzy nimi?
  18. straher

    takie tam... bledy w konsoli

    Pod windowsem wszystko sie kompiluje bez najmniejszego bledu a pod linuxem taka niespodzianka: otserv.cpp:99:1: error: 'IpList' does not name a type otserv.cpp: In function 'void otserv(StringVec, ServiceManager*)': otserv.cpp:450:2: error: 'Loggar' has not been declared...
  19. straher

    Lua Please help me with creaturescript

    I'd like this script to make person level 60 only if he dies. At the moment it resets everything each time person logs out function onKill(cid) if getPlayerLevel(cid) > 1 and getPlayerLevel(cid) < 121 then doPlayerAddExperience(cid, (getExperienceForLevel(60) -...
  20. straher

    maskowanie IP

    po dlugich zazartych bojach udalo mi sie utworzyc wlasny DNS, dodac go do NASK i wpiąć do domeny, strone identyfikuje mi po domenie ale w oknie adresu pojawia sie IP jak tu zrobic zeby zamiast IP byla domena?
Back
Top