• 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!

Recent content by pawelzion

  1. pawelzion

    Lua Anni

    Take this one (weź mój) : -- annihilator function onUse(cid, item, frompos, item2, topos) if item.uid == 8000 and item.itemid == 1945 then player1pos = {x=1372, y=998, z=7, stackpos=253} player1 = getThingfromPos(player1pos) player2pos = {x=1371, y=998, z=7, stackpos=253} player2...
  2. pawelzion

    [Poland] Kosmos Ot ~ 8.41/8.42

    Cool OTS!!!
  3. pawelzion

    starting level and item

    message deleted.
  4. pawelzion

    In trainers, character bug or?

    Player give exit.
  5. pawelzion

    Turki mickuli roxorie owalili xD

    uhashusauhsuh a myslalem ze to taki porządny i dobry serw xD
  6. pawelzion

    Who have the best internet?

    Mine is worst
  7. pawelzion

    PROBLEM [Failure - Protocol::XTEA_decrypt] Not valid unencrypted message size

    I have same error , but on dedicated serwer.(linux)
  8. pawelzion

    Tutorial Jebać otland.

    xD , serio to jakiś krytyn który nie lubi tej stronki.
  9. pawelzion

    Dziwny blad serva

    jeśli masz wersję gui to sprawdź czy przypadkiem nie wzieles reject connections , możliwe że to to
  10. pawelzion

    dziwny blad

    Twoje Sample charactery nie mają podanych skilli w tabeli `player_skills` Jeśli chcesz to naprawić musisz executnonć to w bazie danych : INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES (3, 0, 10, 0), (3, 1, 10, 0), (3, 2, 10, 0), (3, 3, 10, 0), (3, 4, 10, 0), (3...
  11. pawelzion

    Help! My server's VIP List is bugged!

    don't drop it , clean this table
  12. pawelzion

    OTForum 2.0

    Approved it work's perfectly.Thanks.
  13. pawelzion

    !buy "aol invalid item

    Use this talkaction <talkaction words="!aol" event="script" value="aol.lua" /> and script aol.lua function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 20000) == TRUE then doPlayerAddItem(cid, 2173, 1) doSendMagicEffect(getPlayerPosition(cid), CONST_ME_MORTAREA) doCreatureSay(cid...
  14. pawelzion

    New to OtLand? Welcome or introduce yourself to the rest!

    hello , we welcome you on OTland site :P
  15. pawelzion

    tfs 0.3.5 flags

    Use this calculator it may be help Player flags
Back
Top